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

Builder texinfo-solaris10-i386 Build #7516

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionbaf3f72167af4578a24e8e2c1ce13a8fbd446855
Got Revisionbaf3f72167af4578a24e8e2c1ce13a8fbd446855
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 5 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 58 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 19 secs )
    1. stdio
  5. shell_3 'gmake check' ( 5 mins, 24 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 7516 Build
codebase Build
got_revision baf3f72167af4578a24e8e2c1ce13a8fbd446855 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision baf3f72167af4578a24e8e2c1ce13a8fbd446855 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:

StartTue Apr 21 23:55:26 2026
EndWed Apr 22 00:21:24 2026
Elapsed25 mins, 58 secs

All Changes:

:

  1. Change #265146

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 20 Apr 2026 21:39:23
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 39247f28888171446d5a842916cfdfd27724ae37

    Comments

    Setup po files with private use language for script and variant tests
    * README-hacking, po_document/LINGUAS, po_document/Makevars
    (UNDESIRED_LINGUAS, INST_LINGUAS, CATALOGS), po_document/qaa.po,
    po_document/qaa@123.po, po_document/qaa@latin.po: add po files solely
    used for in-build tests.  Reset CATALOGS in Makevars excluding these
    po files such that they are not installed.  Use qaa language for these
    files, which is in a range with "Private use" Description in
    language-subtag-registry.

    Changed files

    • ChangeLog
    • README-hacking
    • po_document/LINGUAS
    • po_document/Makevars
    • po_document/qaa.po
    • po_document/qaa@123.po
    • po_document/qaa@latin.po
  2. Change #265147

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 21 Apr 2026 10:26:07
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b86912d3302c5ef33bdc559005a81b5b19c55fe6

    Comments

    * po_document/qaa.po po_document/qaa@latin.po: add pseudo-translations that make clear which file they come from.

    Changed files

    • ChangeLog
    • po_document/qaa.po
    • po_document/qaa@latin.po
  3. Change #265148

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 21 Apr 2026 23:48:39
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision da4193e8064376bb39daf29741191f8e1698b4e1

    Comments

    Use documentscript in conversion
    * tta/C/main/utils.c (analyze_documentscript_argument): handle NULL
    text.
    
    * tta/perl/Texinfo/Translations.pm (get_lang_info_xdg_locale): fix
    typo in module name.
    
    * tta/perl/Texinfo/Translations.pm
    (set_translations_documentlanguage): return current_lang_translations
    if the documentlanguage is bogus.
    
    * tta/C/convert/build_html_perl_state.c
    (set_perl_translations_documentlanguage),
    tta/C/convert/get_converter_perl_info.c
    (copy_sv_options_for_convert_text): use converter
    current_lang_translations to build the lang info Perl information
    through a call to build_lang_info.
    
    * tta/C/main/translations.c (new_lang_info, new_element_lang_info)
    (new_lang_translations, new_element_language_translation)
    (set_translations_documentlanguage), tta/C/main/tree_types.h
    (LANG_TRANSLATION), tta/perl/Texinfo/Translations.pm (new_lang_info)
    (new_lang_translations, new_element_language_translation),
    tta/perl/XSTexinfo/parser_document/TranslationsXS.xs
    (cache_translate_string): add new_lang_info and new_element_lang_info,
    new_lang_translations and new_element_language_translation.  Use a
    pointer for DOCUMENT_LANG_INFO info in LANG_TRANSLATION.  Update
    set_translations_documentlanguage and other users.  Remove
    new_documentlanguage_translation, get_documentlanguage_translation and
    fill_document_lang_info.
    
    * tta/C/main/translations.c (destroy_document_lang_info): replace
    free_document_lang_info by destroy_document_lang_info and free the
    lang_info too.
    
    * tta/C/main/translations.c (set_translations_documentscript),
    tta/perl/Texinfo/Translations.pm (set_translations_documentscript):
    add.
    
    * tta/C/main/build_perl_info.c (build_convert_text_options),
    tta/C/main/convert_to_text.c (destroy_text_options)
    (copy_options_for_convert_text, text_set_language, text_set_script)
    tta/C/main/convert_to_text.h (TEXT_OPTIONS),
    tta/perl/Texinfo/Convert/Text.pm (copy_options_for_convert_text)
    (set_script): remove documentlanguage from text options, instead set
    current_lang_translations based on documentlanguage and documentscript
    options values.  Add text_set_script and set_script.
    
    * tta/C/convert/converter.c (set_converter_init_information),
    tta/perl/Texinfo/Convert/Converter.pm (converter_set_documentscript),
    tta/perl/Texinfo/Convert/ConverterNonXS.pm (_generic_converter_init):
    pass documentscript.  Add converter_set_documentscript.
    
    * tta/C/convert/convert_html.c (html_prepare_converted_output_info),
    tta/perl/Texinfo/Convert/HTMLNonXS.pm (_prepare_converted_output_info)
    
    use current_lang_translations to get bcp47_locale and set
    documentlanguage and documentscript in
    html_prepare_converted_output_info.
    
    * tta/C/parsetexi/indices.c (complete_indices),
    tta/perl/Texinfo/Translations.pm (complete_indices): use
    new_element_lang_info and set_lang_info_translation in
    complete_indices in C and new_element_language_translation in Perl.
    
    * tta/C/structuring_transfo/transformations.c
    (complete_tree_nodes_missing_menu, regenerate_master_menu),
    tta/perl/Texinfo/TransformationsNonXS.pm
    (complete_tree_nodes_missing_menu, regenerate_master_menu): setup
    lang_translation with a call to new_lang_translations.
    
    * tta/C/convert/convert_html.c (html_translate_names)
    (conf_for_documentlanguage, html_convert_tree_append),
    tta/C/convert/html_prepare_converter.c (informative_global_commands)
    (conf_for_documentlanguage, commands_internal_conversion_table),
    tta/perl/Texinfo/Convert/HTML.pm (@informative_global_commands)
    (_convert), tta/perl/Texinfo/Convert/HTMLNonXS.pm (_translate_names): in
    html_translate_names, call text_set_script and
    set_translations_documentscript based on documentscript option.  Get
    documentscript value during conversion, and call html_translate_names
    for documentscript too.
    
    * tta/perl/Texinfo/Convert/DocBook.pm (%docbook_global_commands)
    (conversion_output_begin, _convert), tta/perl/Texinfo/Convert/LaTeX.pm
    (_informative_command_output, _latex_begin_output),
    tta/perl/Texinfo/Convert/Plaintext.pm (@informative_global_commands)
    (_convert): handle documentscript.
    
    * tta/C/main/convert_to_text.c (convert_to_text_internal),
    tta/C/main/convert_utils.c (definition_category_tree),
    tta/perl/Texinfo/Convert/Text.pm (_convert),
    tta/perl/Texinfo/Convert/Utils.pm (definition_category_tree): use
    new_element_language_translation to set lang translations for category
    text when there is no converter.
    
    * tta/C/convert/html_prepare_converter.c (html_setup_output),
    tta/perl/Texinfo/Convert/HTMLNonXS.pm (_setup_output): use
    new_lang_info with configuration options to determine the body lang
    attribute.
    
    * tta/perl/t/languages.t (documentscript_conversion),
    tta/perl/Makefile.tres: add test for documentscript in conversions.
    
    * tta/perl/t/z_misc/do_master_menu.t: simply pass undef for
    lang_translation.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Convert-Utils.texi
    • doc/tta_api/api_includes/Texinfo-Translations.texi
    • tta/C/convert/build_html_perl_state.c
    • tta/C/convert/convert_html.c
    • tta/C/convert/converter.c
    • tta/C/convert/get_converter_perl_info.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/convert_to_text.c
    • tta/C/main/convert_to_text.h
    • tta/C/main/convert_utils.c
    • tta/C/main/translations.c
    • tta/C/main/translations.h
    • tta/C/main/tree_types.h
    • tta/C/main/utils.c
    • tta/C/parsetexi/indices.c
    • tta/C/structuring_transfo/transformations.c
    • tta/perl/Makefile.tres
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/ConverterNonXS.pm
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Convert/Utils.pm
    • tta/perl/Texinfo/TransformationsNonXS.pm
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/XSTexinfo/parser_document/TranslationsXS.xs
    • tta/perl/t/languages.t
    • tta/perl/t/results/languages/command_translated.pl
    • tta/perl/t/results/languages/documentscript_conversion.pl
    • tta/perl/t/z_misc/convert_to_text.t
    • tta/perl/t/z_misc/do_master_menu.t
  4. Change #265149

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 21 Apr 2026 23:50:46
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision baf3f72167af4578a24e8e2c1ce13a8fbd446855

    Comments

    Fix last ChangeLog entry

    Changed files

    • ChangeLog