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

Builder texinfo-solaris11-sparc Build #7156

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisiondfaac513c3b772426f1d0e807e25ef365614dcc4
Got Revisiondfaac513c3b772426f1d0e807e25ef365614dcc4
Changes6 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './autogen.sh' ( 8 mins, 36 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 30 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 51 secs )
    1. stdio
  5. shell_3 'gmake check' ( 9 mins, 4 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/slave/texinfo-solaris11-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 7156 Build
codebase Build
got_revision dfaac513c3b772426f1d0e807e25ef365614dcc4 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision dfaac513c3b772426f1d0e807e25ef365614dcc4 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:

StartSat Jan 10 23:26:20 2026
EndSat Jan 10 23:49:31 2026
Elapsed23 mins, 10 secs

All Changes:

:

  1. Change #254764

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

    Comments

    Update POD documentation

    Changed files

    • doc/tta_api/api_includes/Texinfo-Structuring.texi
    • tta/perl/Texinfo/Structuring.pm
  2. Change #254765

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 10 Jan 2026 16:07:28
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 60817fc3bba5304501ea663c9babf0956748f0f7

    Comments

    * configure.ac, tta/configure.ac: move comments to tta/configure.ac where the code is.
    * tta/C/main/manipulate_tree.c: add static to local functions.
    
    * tta/C/main/floats.c, tta/C/main/manipulate_tree.c,
    tta/C/main/tree_types.h, tta/perl/Texinfo/ManipulateTree.pm: update
    comments and add comments.
    
    * tta/TODO: update

    Changed files

    • ChangeLog
    • configure.ac
    • tta/C/main/floats.c
    • tta/C/main/manipulate_tree.c
    • tta/C/main/tree_types.h
    • tta/TODO
    • tta/configure.ac
    • tta/perl/Texinfo/ManipulateTree.pm
  3. Change #254766

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 10 Jan 2026 19:46:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a244816cbaafe61ea7ae8fef5fc1b6a33682c634

    Comments

    * tta/perl/Texinfo/Document.pm (set_labels_identifiers_target): do not reset identifiers_target, it should have been initialized at document creation.
    * tta/perl/Texinfo/Document.pm: reformat functions beginning.  Use
    defined or exists in conditions when not interested in the value.
    Change some variable names.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Document.pm
  4. Change #254767

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 10 Jan 2026 21:56:41
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ef5534397c879b0f54d76a4d3286f9e12262733a

    Comments

    * tta/maintain/generate_code_commands_values.pl: move functions code around.  Add a comment expliciting that some code need to be synced with tta/perl/Texinfo/Convert/Unicode.pm code.  Change names for more readable code.  Use defined or exists in conditions when not interested in the value.

    Changed files

    • ChangeLog
    • tta/maintain/generate_code_commands_values.pl
  5. Change #254768

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 10 Jan 2026 21:57:33
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 423377e3b51596fb7ed169e880a6ecc727eb5572

    Comments

    Changes in comments, remove/downgrade FIXME to TODO

    Changed files

    • ChangeLog
    • Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm
    • Pod-Simple-Texinfo/pod2texi.pl
    • tta/data/options_data.txt
    • tta/perl/Texinfo/Convert/Unicode.pm
    • tta/texi2any.supp
  6. Change #254769

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 10 Jan 2026 23:17:18
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision dfaac513c3b772426f1d0e807e25ef365614dcc4

    Comments

    * tta/perl/Texinfo/Convert/Unicode.pm (unicode_text), tta/perl/XSTexinfo/MiscXS.xs (xs_unicode_text): add prototype.
    * tta/C/main/node_name_normalization.c,
    tta/perl/Texinfo/Convert/NodeNameNormalization.pm: change variable
    names from root to element.
    
    * tta/perl/Texinfo/Convert/NodeNameNormalization.pm,
    tta/perl/Texinfo/Convert/Unicode.pm: reformat functions beginning.
    Use defined or exists in conditions when not interested in the value.

    Changed files

    • ChangeLog
    • tta/C/main/document.c
    • tta/C/main/node_name_normalization.c
    • tta/perl/Texinfo/Convert/NodeNameNormalization.pm
    • tta/perl/Texinfo/Convert/Unicode.pm
    • tta/perl/XSTexinfo/MiscXS.xs