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

Builder texinfo-solaris11-i386 Build #7416

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision8bc57babaa36ee3bc831dabc0dfe5c09955e3290
Got Revision8bc57babaa36ee3bc831dabc0dfe5c09955e3290
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 12 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 30 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 13 secs )
    1. stdio
  5. shell_3 'gmake check' ( 26 mins, 15 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 7416 Build
codebase Build
got_revision 8bc57babaa36ee3bc831dabc0dfe5c09955e3290 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 8bc57babaa36ee3bc831dabc0dfe5c09955e3290 Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartMon Jun 22 22:54:06 2026
EndMon Jun 22 23:45:25 2026
Elapsed51 mins, 18 secs

All Changes:

:

  1. Change #272147

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 22 Jun 2026 20:02:33
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 31d13bc885fe5061f72ae940bc82cd7e69d5bbc4

    Comments

    * tta/perl/XSTexinfo/Makefile.am (DocumentXS_la_LIBADD): libtexinfo.la is needed, not libtexinfo-convert.la.

    Changed files

    • ChangeLog
    • tta/perl/XSTexinfo/Makefile.am
  2. Change #272148

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 22 Jun 2026 21:38:27
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 7c3a9596edebb21e49321f7dbb28d18fb59bf8b5

    Comments

    * tta/C/convert/convert_html.c (reset_unset_no_arg_commands_formatting_context): use else instead of else if for a condition that is always true to help compiler understand that a variable cannot be uninitialized.
    * tta/C/convert/convert_html.c (html_prepare_converted_output_info):
    fix nesting.
    
    * tta/C/structuring_transfo/transformations.c
    (protect_first_parenthesis): add parenthesis around flag matching.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/parsetexi/macro.c
    • tta/C/structuring_transfo/transformations.c
    • tta/TODO
  3. Change #272149

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 22 Jun 2026 21:56:49
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8bc57babaa36ee3bc831dabc0dfe5c09955e3290

    Comments

    * tta/maintain/regenerate_cmd_tests.sh (gather_tests): redirect stdin by calling exec within the script instead of redirecting the while loop input because in Solaris 10 /bin/sh a while loop with redirection is in a subshell and the change to type_test_files remains local. Solution by Gavin.

    Changed files

    • ChangeLog
    • tta/TODO
    • tta/maintain/regenerate_cmd_tests.sh