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

Builder texinfo-solaris10-i386 Build #7663

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision2e3d37f0856fcfcc90246ce68a0353b98f2c04b4
Got Revision2e3d37f0856fcfcc90246ce68a0353b98f2c04b4
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' ( 6 mins, 35 secs )
    1. stdio
  3. shell_1 './configure' ( 9 mins, 56 secs )
    1. stdio
  4. shell_2 'gmake all' ( 25 mins, 28 secs )
    1. stdio
  5. shell_3 'gmake check' ( 24 mins, 56 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-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 7663 Build
codebase Build
got_revision 2e3d37f0856fcfcc90246ce68a0353b98f2c04b4 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 2e3d37f0856fcfcc90246ce68a0353b98f2c04b4 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 Jun 27 15:34:24 2026
EndSat Jun 27 16:41:33 2026
Elapsed1 hrs, 7 mins, 8 secs

All Changes:

:

  1. Change #273076

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 27 Jun 2026 15:18:04
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 991ee2faa26114edfe8a77f064ea3662ea9441d8

    Comments

    autogen.sh: remove cat and ls used for debugging

    Changed files

    • autogen.sh
  2. Change #273077

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 27 Jun 2026 15:18:04
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2e3d37f0856fcfcc90246ce68a0353b98f2c04b4

    Comments

    * tta/perl/Texinfo/Translations.pm (_set_lang_info_translation): add the new lang translations reference to the translations cache hash.
    * tta/C/main/translations.c (replace_convert_substrings): call
    reset_parser and not reset_parser_conf to get the same result as doing
    a new parser in Perl.
    
    * tta/C/convert/convert_html.c (html_cache_translate_string),
    tta/C/main/convert_to_text.c (text_heading, convert_to_text_internal),
    tta/C/main/convert_utils.c (add_heading_number),
    tta/C/main/translations.c (cache_translate_string, gdt_string),
    tta/perl/Texinfo/Convert/HTML.pm (_html_cache_translate_string)
    (cdt_string), tta/perl/Texinfo/Convert/Text.pm (_text_heading)
    (_convert), tta/perl/Texinfo/Convert/Utils.pm (add_heading_number),
    tta/perl/Texinfo/Translations.pm (gdt, gdt_string),
    tta/perl/Texinfo/TranslationsNonXS.pm (cache_translate_string),
    tta/perl/XSTexinfo/parser_document/TranslationsXS.xs
    (cache_translate_string), tta/perl/ext/epub3.pm, tta/perl/init/chm.pm:
    add debugging information on translations caching when debug is >= 2,
    in *cache_translate_string.  Update callers.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Convert-Utils.texi
    • doc/tta_api/api_includes/Texinfo-Translations.texi
    • tta/C/convert/convert_html.c
    • tta/C/convert/converter.h
    • tta/C/main/convert_to_text.c
    • tta/C/main/convert_utils.c
    • tta/C/main/convert_utils.h
    • tta/C/main/converter_types.h
    • tta/C/main/translations.c
    • tta/C/main/translations.h
    • tta/TODO
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Convert/Utils.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/Texinfo/TranslationsNonXS.pm
    • tta/perl/XSTexinfo/parser_document/TranslationsXS.xs
    • tta/perl/ext/epub3.pm
    • tta/perl/init/chm.pm
    • tta/perl/t/init/translation_in_parser_in_translation.pm