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

Builder texinfo-solaris10-i386 Build #7559

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 28 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 55 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 44 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 27 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-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 7559 Build
codebase Build
got_revision 4c2af4a81cdd511b9c70fc853ae24d7624b76624 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 4c2af4a81cdd511b9c70fc853ae24d7624b76624 Build
scheduler schedule-texinfo-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartFri May 15 20:42:43 2026
EndFri May 15 21:15:34 2026
Elapsed32 mins, 50 secs

All Changes:

:

  1. Change #267278

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 15 May 2026 01:02:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b4cc708578648250fa1d40076c530a0e9c744eca

    Comments

    Update TODO, fix typo in ChangeLog

    Changed files

    • ChangeLog
    • tta/TODO
  2. Change #267279

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 15 May 2026 17:09:37
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 86894030dc8e4e03728366d453202a7be97d012e

    Comments

    * tta/C/convert/format_html.c (html_convert_printindex_command), tta/C/convert/html_conversion_state.c (html_open_command_update_context) (html_convert_command_update_context), tta/perl/Texinfo/Convert/HTML.pm (_convert_printindex_command), tta/perl/Texinfo/Convert/HTMLNonXS.pm (_open_command_update_context) (_convert_command_update_context): start a new context for printindex in the generic conversion state updating instead of in the printindex conversion function.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/convert/html_conversion_state.c
    • tta/C/parsetexi/indices.c
    • tta/TODO
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
  3. Change #267280

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 15 May 2026 20:26:24
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d4117820d855268a0827c0a0d29a0a05791a0c7d

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm (set_context_convert_tree) ($CTXF_normal): add CTXF_normal, flag that can be used to unset code context.  Add set_context_convert_tree that accepts CTXF_normal or CTXF_code to set or unset code context.  Remove convert_tree_in_code_context.  Update callers.
    * doc/texi2any_api.texi (Setting the Expansion Context for
    Conversion): update for the replacement of
    convert_tree_in_code_context by set_context_convert_tree.

    Changed files

    • ChangeLog
    • doc/texi2any_api.texi
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/init/documentation_examples.pm
  4. Change #267281

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 15 May 2026 20:35:02
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4c2af4a81cdd511b9c70fc853ae24d7624b76624

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm (_convert_def_line_type): call set_context_convert_tree instead of _set_code_context to use the HTML customization API.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/HTML.pm