Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder texinfo-solaris11-sparc Build #7625

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisiona49635d45981d8fdd4419da3624c6765ec43af5b
Got Revisiona49635d45981d8fdd4419da3624c6765ec43af5b
Changes4 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 6 mins, 19 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 31 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 1 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 23 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. info_test-suite.log
    4. pod_simple_texinfo/test-suite.log
    5. tta_swig_perl_test-suite.log
    6. tta_perl_test-suite.log
    7. tta_tests_many_input_files_test-suite.log
    8. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/texinfo-solaris11-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 7625 Build
codebase Build
got_revision a49635d45981d8fdd4419da3624c6765ec43af5b Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision a49635d45981d8fdd4419da3624c6765ec43af5b Build
scheduler schedule-texinfo-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartThu Aug 13 08:04:49 2026
EndThu Aug 13 08:23:11 2026
Elapsed18 mins, 22 secs

All Changes:

:

  1. Change #278047

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 12 Aug 2026 23:05:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 18c7551dc9fe0cbc5a33fc9e8f4b036a5676a4b0

    Comments

    C plaintext partial accents implementation, definfoenclose and @link
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): implement accents conversion except
    for uppercasing, implement definfoenclos'ed command and @link
    conversion.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
  2. Change #278048

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 12 Aug 2026 23:59:13
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 0bd2eed4e910d0d60d537c6e2060b24f59e9dbe5

    Comments

    C plaintext @today, @email, @url/@uref
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): implement conversion of @today,
    @email, and @url/@uref.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
  3. Change #278049

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 13 Aug 2026 00:51:57
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 9f5a172165984a762fd6523334c6500b2c846a30

    Comments

    C plaintext @abbr and @acronym and @inline*
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): convert explained commands @abbr and
    @acronym and non-ignored @inline*.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/perl/Texinfo/Convert/PlaintextNonXS.pm
  4. Change #278050

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 13 Aug 2026 09:42:51
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a49635d45981d8fdd4419da3624c6765ec43af5b

    Comments

    * tta/C/convert/convert_to_plaintext.c (plaintext_format_setup), tta/perl/XSTexinfo/convert/ConvertInfoXS.xs (init), tta/perl/XSTexinfo/convert/ConvertPlaintextXS.xs (init): call plaintext_format_setup in XS modules init, unless the C command is used.  Avoid calling plaintext_format_setup twice, once for Plaintext, once for Info and verify that it is not called twice for the same initial format.
    * tta/C/convert/convert_to_plaintext.c (plaintext_process_footnotes)
    (plaintext_conversion_finalization),
    tta/C/main/plaintext_converter_state.h (PLAINTEXT_CONVERTER_STATE):
    use copy for element labels.  Register new elements in converter
    added_element new field and destroy them in
    plaintext_conversion_finalization.
    
    * tta/C/convert/convert_to_plaintext.c (plaintext_process_footnotes)
    (convert_to_plaintext_internal),
    tta/C/main/plaintext_converter_state.h (PENDING_FOOTNOTE): add
    TREE_ADDED_ELEMENTS added element field in PENDING_FOOTNOTE, put added
    element generated when a footnote is used as item formatter in there
    and destroy the tree added elements in plaintext_process_footnotes.
    
    * tta/C/convert/convert_to_plaintext.c (plaintext_free_converter):
    free lists.
    
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): check if added text is not NULL
    before streaming, for definfoenclose command.
    
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): fix format for footnote number.
    
    * tta/C/convert/convert_to_plaintext.c (destroy_count_context): free
    locations lists.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/plaintext_paragraph.c
    • tta/C/main/plaintext_converter_state.h
    • tta/perl/XSTexinfo/convert/ConvertInfoXS.xs
    • tta/perl/XSTexinfo/convert/ConvertPlaintextXS.xs