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

Builder texinfo-solaris10-i386 Build #7532

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 49 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 43 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 26 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 22 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 7532 Build
codebase Build
got_revision 5a9812d5328c46301490e24c02e0060cb5154da9 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 5a9812d5328c46301490e24c02e0060cb5154da9 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 1 17:12:30 2026
EndFri May 1 17:43:59 2026
Elapsed31 mins, 29 secs

All Changes:

:

  1. Change #266092

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

    Comments

    * tta/C/main/get_perl_info.c (get_lang_info_hv): get bcp47_locale from Perl data.
    * tta/C/main/get_perl_info.c (set_lang_info_copy_translation): rename
    get_lang_info_translation as set_lang_info_copy_translation.  Update
    caller.
    
    * tta/C/main/get_perl_info.c (new_lang_info_copy)
    (set_lang_info_copy_translation): add new_lang_info_copy based on
    new_copy_translation.  Inline the remaining of new_copy_translation in
    set_lang_info_copy_translation.
    
    * tta/perl/Texinfo/Translations.pm (_init_lang_translation)
    (_new_lang_info): rename new_lang_info as _new_lang_info and
    _set_lang_info_translation as _init_lang_translation.
    
    * tta/perl/Texinfo/Translations.pm (%parser_translation_cache): rename
    %indices_lang_translations as %parser_translation_cache.
    
    * tta/perl/Texinfo/Translations.pm (complete_indices): call
    new_element_language_translation instead of two levels caching.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Translations.texi
    • tta/C/convert/convert_html.c
    • tta/C/main/get_perl_info.c
    • tta/C/main/translations.c
    • tta/C/main/translations.h
    • tta/perl/Texinfo/Translations.pm
  2. Change #266094

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 01 May 2026 17:03:30
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5a9812d5328c46301490e24c02e0060cb5154da9

    Comments

    * tta/C/convert/build_html_perl_state.c (build_html_translated_names): pass a full current_lang_translations including the translated strings cache hash, setup if needed.
    * tta/perl/Texinfo/TranslationsNonXS.pm (cache_translate_string):
    update code now that lang translations always have a translation cache
    associated.

    Changed files

    • ChangeLog
    • tta/C/convert/build_html_perl_state.c
    • tta/perl/Texinfo/TranslationsNonXS.pm