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

Builder texinfo-solaris11-i386 Build #6947

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision42895ac718eee7b4f9830f390709d24f47043710
Got Revision42895ac718eee7b4f9830f390709d24f47043710
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' ( 4 mins, 14 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 42 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 0 secs )
    1. stdio
  5. shell_3 'gmake check' ( 14 mins, 3 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 6947 Build
codebase Build
got_revision 42895ac718eee7b4f9830f390709d24f47043710 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 42895ac718eee7b4f9830f390709d24f47043710 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:

StartWed Dec 17 00:53:27 2025
EndWed Dec 17 01:31:35 2025
Elapsed38 mins, 7 secs

All Changes:

:

  1. Change #252444

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 16 Dec 2025 17:23:00
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a9f62603a57c34e47edafdf35d7e1c1e43c004e8

    Comments

    * doc/Makefile.am (html_default_commands_args.texi), doc/generate_html_doc_texi.pl, tta/perl/Makefile.am (perl_commands_source_files): only generate one item for all the accent commands in generate_html_doc_texi.pl.  Have generate_html_doc_texi.pl depend on Commands.pm for the list of accent commands, add Makefile.am code to generate Commands.pm from the doc dorectory if needed.

    Changed files

    • ChangeLog
    • doc/Makefile.am
    • doc/generate_html_doc_texi.pl
    • doc/html_default_commands_args.texi
    • tta/perl/Makefile.am
  2. Change #252445

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 16 Dec 2025 17:23:00
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3befcd07dc2f5d583da1f12f91de351e6a0877fa

    Comments

    * doc/texi2any_api.texi (Command Tree Element Conversion Functions), tta/perl/Texinfo/Convert/Converter.pm (Accents conversion): add a separate section for the accent tree elements conversion in converter using convert_accents.  Refer to the convert_accent documentation in the "Command Tree Element Conversion Functions" node.

    Changed files

    • ChangeLog
    • doc/texi2any_api.texi
    • doc/tta_api/api_includes/Texinfo-Convert-Converter.texi
    • doc/tta_api/texi2any_internals.texi
    • tta/TODO
    • tta/perl/Texinfo/Convert/Converter.pm
  3. Change #252446

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 17 Dec 2025 00:42:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 42895ac718eee7b4f9830f390709d24f47043710

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm: rename $command variable as $cmdname when it is used for an @-command name string.  Use $command for Texinfo tree elements.

    Changed files

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