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

Builder texinfo-solaris10-i386 Build #7560

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionfb3e5d619d26f7e67468a069d6ef8a85dc6c736b
Got Revisionfb3e5d619d26f7e67468a069d6ef8a85dc6c736b
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 37 secs )
    1. stdio
  3. shell_1 './configure' ( 10 mins, 27 secs )
    1. stdio
  4. shell_2 'gmake all' ( 17 mins, 52 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 6 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 7560 Build
codebase Build
got_revision fb3e5d619d26f7e67468a069d6ef8a85dc6c736b Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision fb3e5d619d26f7e67468a069d6ef8a85dc6c736b 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:

StartSat May 16 13:32:42 2026
EndSat May 16 14:15:00 2026
Elapsed42 mins, 17 secs

All Changes:

:

  1. Change #267404

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 16 May 2026 12:52:09
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 55a4fabaeca21611d30c0bdbc8c6933911279a4b

    Comments

    * tta/perl/Texinfo/Convert/NodeNameNormalization.pm (_protect_unicode_char): no need to check unicode_simple_character_map, the result is the same with sprintf.
    * tta/perl/Texinfo/Convert/NodeNameNormalization.pm
    (_unicode_to_transliterate): change ordering of conditionals for
    clearer code.
    
    Changes in TODO and comments.

    Changed files

    • ChangeLog
    • tta/C/main/node_name_normalization.c
    • tta/TODO
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/Texinfo/Convert/NodeNameNormalization.pm
    • tta/perl/Texinfo/UnicodeData.pm
  2. Change #267405

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 16 May 2026 13:25:29
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision fb3e5d619d26f7e67468a069d6ef8a85dc6c736b

    Comments

    * tta/C/convert/converter.c (current_bcp47_locale): add.
    * tta/C/convert/convert_html.c (html_translate_names)
    (html_prepare_converted_output_info),
    tta/C/convert/html_prepare_converter.c (html_setup_output): use
    current_bcp47_locale.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/converter.c
    • tta/C/convert/converter.h
    • tta/C/convert/html_prepare_converter.c
    • tta/TODO