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

Builder texinfo-solaris10-sparc Build #6065

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. shell './autogen.sh' ( 38 mins, 37 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 31 secs )
    1. stdio
  4. shell_2 'gmake all' ( 20 mins, 39 secs )
    1. stdio
  5. shell_3 'gmake check' ( 38 mins, 49 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSat Jan 10 01:01:08 2026
EndSat Jan 10 02:45:05 2026
Elapsed1 hrs, 43 mins, 56 secs

All Changes:

:

  1. Change #254701

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 10 Jan 2026 00:27:08
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c2395720d12dbec0aad67d34a6a46736d7386a22

    Comments

    * tta/perl/Texinfo/Structuring.pm, tta/perlTexinfo/Transformations.pm: reformat functions beginning.  Use defined or exists in conditions when not interested in the value.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/Texinfo/Transformations.pm
  2. Change #254702

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 10 Jan 2026 00:27:08
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 168bae58819c8c6b9382a37c3afd9262df4b01e3

    Comments

    * tta/perl/Texinfo/Example/TestReader.pm, tta/perl/Texinfo/ReaderNonXS.pm, tta/perl/Texinfo/TreeElementNonXS.pm: reformat functions beginning.  Use defined or exists in conditions when not interested in the value.
    * tta/C/main/reader.c, tta/C/structuring_transfo/transformations.c,
    tta/C/main/structure_list.c: minor changes in spacing and comments.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-TreeElement.texi
    • tta/C/main/reader.c
    • tta/C/main/structure_list.c
    • tta/C/structuring_transfo/transformations.c
    • tta/perl/Texinfo/Example/TestReader.pm
    • tta/perl/Texinfo/ReaderNonXS.pm
    • tta/perl/Texinfo/TreeElementNonXS.pm
  3. Change #254703

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 10 Jan 2026 00:27:08
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision eba41c131119d3a16d688b082e3f6e0346ce2a97

    Comments

    Update tta/README, changes in comments

    Changed files

    • tta/README
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/ParserNonXS.pm
  4. Change #254704

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 10 Jan 2026 00:27:08
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c2793ccf7c9599306479e39e9dd4b4fe8791a1be

    Comments

    * tta/perl/Texinfo/Convert/Converter.pm (converter_node_relations_of_node) (converter_section_relations_of_section) (converter_heading_relations_of_heading): add for user-defined HTML customization code, to get the relations information associated to tree elements, hiding the implementation details.
    * doc/texi2any_api.texi (Tree Elements and Document Structure)
    (Sectioning Commands Elements and Document Structure)
    (Node Elements and Document Structure)
    (Heading Elements and Document Structure): add to document the
    relations.
    
    * tta/perl/init/book.pm (book_in_contents_button, book_print_up_toc),
    tta/perl/t/init/index_direction_from_index_name.pm: use the functions
    to get the relations information in init files.
    
    * doc/texi2any_api.texi (Converter General Information): add
    nodes_list.
    
    * tta/TODO: update.

    Changed files

    • ChangeLog
    • doc/texi2any_api.texi
    • tta/TODO
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/init/book.pm
    • tta/perl/t/init/index_direction_from_index_name.pm