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

Builder texinfo-solaris10-sparc Build #6313

Build In Progress:

ETA: 14:21:47 [33 mins, 2 secs]

shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision658c89beddf06dfa3119fa1a20e48d400dd7b23d
Got Revision658c89beddf06dfa3119fa1a20e48d400dd7b23d
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 58 secs )
    1. stdio
  2. shell './autogen.sh' ( 49 mins, 57 secs )
    1. stdio
  3. shell_1 './configure' ( 17 mins, 17 secs )
    1. stdio
  4. shell_2 'gmake all' ( 39 mins, 47 secs )
    1. stdio
  5. shell_3 'gmake check' ( running )
    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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6313 Build
codebase Build
got_revision 658c89beddf06dfa3119fa1a20e48d400dd7b23d Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 658c89beddf06dfa3119fa1a20e48d400dd7b23d Build
scheduler schedule-texinfo-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSat May 2 11:42:33 2026
Elapsed2 hrs, 6 mins, 11 secs

All Changes:

:

  1. Change #266114

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

    Comments

    * tta/perl/Texinfo/Translations.pm (_lang_info_bcp47_locale): rename lang_info_bcp47_locale as _lang_info_bcp47_locale.
    * tta/C/main/translations.c (set_lang_info_translation),
    tta/perl/Texinfo/Translations.pm (_set_lang_info_translation): set
    bcp47_locale in set_lang_info_translation instead of right before in
    callers.  Update callers.
    
    * tta/C/main/translations.c (new_element_language_translation),
    tta/perl/Texinfo/Translations.pm (new_element_language_translation):
    inline new_lang_info in new_element_language_translation.  Remove
    new_lang_info.

    Changed files

    • ChangeLog
    • tta/C/main/translations.c
    • tta/perl/Texinfo/Translations.pm
  2. Change #266115

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 01 May 2026 23:46:32
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b86e350e88052bad24e0e7c419740a6778e020b1

    Comments

    * tta/C/convert/build_html_perl_state.c (build_html_translated_names), tta/perl/Texinfo/Translations.pm (_init_lang_translation) (_set_lang_info_translation, $converters_translation_cache), tta/perl/Texinfo/TranslationsNonXS.pm (cache_translate_string): use lang_translations array references as $Texinfo::Translations::converters_translation_cache values, not translated strings hash.  The translated strings hash is last in the lang_translations array references and now set in _init_lang_translation.  Preset the empty string lang_translations in converters_translation_cache for the unknown language.

    Changed files

    • ChangeLog
    • tta/C/convert/build_html_perl_state.c
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/Texinfo/TranslationsNonXS.pm
  3. Change #266116

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 02 May 2026 09:42:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f38a794a2d4036bbc51772b6fc293063a48c4c6c

    Comments

    * tta/perl/Texinfo/Translations.pm: rename translations argument as translations_cache.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Translations.texi
    • tta/perl/Texinfo/Translations.pm
  4. Change #266117

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 02 May 2026 10:48:21
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5c2da29d340527d0638dadbaa59699e26f3ed5d2

    Comments

    object-based interface for format_translate_message lang info argument
    * tta/perl/Texinfo/Translations.pm (get_lang_info_xpg_locale): rename
    get_lang_info_xdg_locale as get_lang_info_xpg_locale.  Update callers.
    
    * tta/perl/Texinfo/Convert/HTML.pm (Texinfo::Convert::HTML::Language)
    (new, bcp47_locale, xpg_locale): new package turning lang_info to a
    blessed reference, with two accessors xpg_locale and bcp47_locale.
    
    * tta/perl/Texinfo/Convert/HTML.pm ($unknown_lang_info)
    (_html_cache_translate_string): call
    Texinfo::Convert::HTML::Language::new on the lang_info argument of
    format_translate_message.
    
    * tta/C/convert/call_html_perl_function.c
    (call_formatting_function_format_translate_message): bless lang_info
    argument of format_translate_message into the
    Texinfo::Convert::HTML::Language class.
    
    * tta/perl/t/init/translated_strings_customization.pm (%translations)
    (_texi2any_tests_format_translate_message),
    tta/perl/t/init_files_tests.t (customize_translations): use bcp47
    locale name, add test of language with country code.

    Changed files

    • ChangeLog
    • tta/C/convert/call_html_perl_function.c
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/init/documentation_examples.pm
    • tta/perl/t/init/css_in_node_redirection_page.pm
    • tta/perl/t/init/special_element_customization.pm
    • tta/perl/t/init/translated_strings_customization.pm
    • tta/perl/t/init/translation_in_parser_in_translation.pm
    • tta/perl/t/init_files_tests.t
    • tta/perl/t/results/init_files_tests/customize_translations.pl
    • tta/perl/t/results/init_files_tests/customize_translations/res_html/Chapter-de.html
    • tta/perl/t/results/init_files_tests/customize_translations/res_html/Last-chapter.html
    • tta/perl/t/results/init_files_tests/customize_translations/res_html/index.html
  5. Change #266118

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 02 May 2026 11:31:59
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 658c89beddf06dfa3119fa1a20e48d400dd7b23d

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm (bcp47_tag), tta/perl/t/init/translated_strings_customization.pm: rename bcp47_locale as bcp47_tag.
    * doc/texi2any_api.texi (Translated Strings Customization): document
    the lang_info argument of format_translate_message and xpg_locale and
    bcp47_tag use.
    
    * tta/perl/init/documentation_examples.pm, doc/texi2any_api.texi
    (Translated Strings Customization): use a country code in language to
    show an XPG locale name in example.

    Changed files

    • ChangeLog
    • doc/texi2any_api.texi
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/init/documentation_examples.pm
    • tta/perl/t/init/translated_strings_customization.pm