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

Builder texinfo-solaris10-i386 Build #7579

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 8 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 45 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 1 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 6 mins, 33 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 7579 Build
codebase Build
got_revision 9fc4fdb6e8f2a2e0edc680c7a5f0d6971e9302a4 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 9fc4fdb6e8f2a2e0edc680c7a5f0d6971e9302a4 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:

StartWed May 27 21:53:31 2026
EndWed May 27 22:12:13 2026
Elapsed18 mins, 41 secs

All Changes:

:

  1. Change #268550

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 27 May 2026 21:43:06
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ef230f5afdc92c5e54adb78c5f09f0e5eb92e64f

    Comments

    always use unidecode for transliteration
    * tta/perl/Texinfo/Convert/NodeNameNormalization.pm
    (_unicode_to_transliterate), tta/C/main/call_perl_function.c
    (call_nodenamenormalization_unicode_to_transliterate): always use
    unidecode.  Update callers.
    
    * doc/texinfo.texi (Global Customization Variables): remove
    description of USE_UNIDECODE.

    Changed files

    • ChangeLog
    • doc/texinfo.texi
    • doc/tta_api/api_includes/Texinfo-Convert-NodeNameNormalization.texi
    • tta/C/convert/convert_html.c
    • tta/C/convert/converter.c
    • tta/C/convert/format_html.c
    • tta/C/main/call_perl_function.c
    • tta/C/main/call_perl_function.h
    • tta/C/main/node_name_normalization.c
    • tta/C/main/node_name_normalization.h
    • tta/C/main/replace_perl_api_call.c
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/Convert/NodeNameNormalization.pm
    • tta/perl/t/z_misc/nodenormalization.t
  2. Change #268551

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 27 May 2026 21:47:12
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 9fc4fdb6e8f2a2e0edc680c7a5f0d6971e9302a4

    Comments

    remove USE_UNIDECODE customization variable, always set
    * NEWS, tta/data/options_data.txt: remove USE_UNIDECODE.

    Changed files

    • ChangeLog
    • NEWS
    • tta/C/main/options_data.h
    • tta/C/main/options_defaults.c
    • tta/C/main/options_init_free.c
    • tta/data/options_data.txt
    • tta/perl/Texinfo/Options.pm