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

Builder texinfo-solaris11-i386 Build #7076

Results:

Failed shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision4df3c180524762456574deb007b53f9371a7bff2
Got Revision4df3c180524762456574deb007b53f9371a7bff2
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 29 secs )
    1. stdio
  3. shell_1 './configure' ( 9 mins, 6 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 5 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 5 mins, 57 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-solaris11-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 7076 Build
codebase Build
got_revision 4df3c180524762456574deb007b53f9371a7bff2 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 4df3c180524762456574deb007b53f9371a7bff2 Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartMon Jan 26 20:26:27 2026
EndMon Jan 26 21:00:17 2026
Elapsed33 mins, 49 secs

All Changes:

:

  1. Change #256449

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 26 Jan 2026 20:16:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4df3c180524762456574deb007b53f9371a7bff2

    Comments

    * tta/C/main/utils.c (encode_with_iconv, encode_string): replace the silent integer argument by a status argument, such that, if set, the function is silent and the information that there was an error in encoding is returned.
    * tta/C/convert/get_converter_perl_info.c
    (copy_sv_options_for_convert_text), 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),
    tta/C/main/convert_to_text.h (TEXT_OPTIONS),
    tta/perl/Texinfo/Convert/Text.pm (copy_options_for_convert_text): add
    COMMAND_LINE_ENCODING to text options.
    
    * tta/perl/Texinfo/Convert/Text.pm (_convert),
    tta/perl/Texinfo/Convert/Utils.pm (switch_lang_translations)
    (definition_category_tree), tta/perl/Texinfo/Transformations.pm
    (complete_tree_nodes_menus_in_document, regenerate_master_menu),
    tta/perl/Texinfo/Translations.pm (new_lang_translation): add
    new_lang_translation in Perl too, and use it to initialize lang
    translations arrays.  In addition to hiding to some extent the
    implementation details, it allows to mark in the code where the
    lang translations are initialized.
    
    * tta/C/convert/build_html_perl_state.c
    (switch_perl_lang_translations, build_html_translated_names),
    tta/C/main/convert_utils.c (definition_category_tree),
    tta/C/main/translations.c (new_lang_translation, get_lang_translation),
    tta/C/main/tree_types.h (LANG_TRANSLATION), tta/C/parsetexi/indices.c
    (complete_indices), tta/C/tree_elements/get_perl_tree_elements.c
    (get_lang_translations_sv), tta/perl/Texinfo/Convert/Utils.pm
    (switch_lang_translations, definition_category_tree),
    tta/perl/Texinfo/Translations.pm (translate_string)
    (cache_translate_string, complete_indices): pass COMMAND_LINE_ENCODING
    trought to new_lang_translation.  In new_lang_translation encode lang
    and pass it in lang translations objects.  Use the encoded lang in
    translate_string to set environment varibles, as should be.
    
    * tta/tests/Makefile.onetst, tta/tests/other/Makefile.am (EXTRA_DIST),
    tta/tests/other/list-of-tests
    (accented_lang_index_collation_documentlanguage_collation),
    tta/tests/other/accented_lang_index_collation.texi: new test of
    DOCUMENTLANGUAGE_COLLATION set with @documentlanguage with non-ascii
    non-latin1 characters.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Convert-Text.texi
    • 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/format_html.c
    • tta/C/convert/get_converter_perl_info.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/convert_utils.h
    • tta/C/main/node_name_normalization.c
    • tta/C/main/translations.c
    • tta/C/main/translations.h
    • tta/C/main/tree_types.h
    • tta/C/main/utils.c
    • tta/C/main/utils.h
    • tta/C/parsetexi/indices.c
    • tta/C/structuring_transfo/transformations.c
    • tta/C/tree_elements/get_perl_tree_elements.c
    • tta/C/tree_elements/get_perl_tree_elements.h
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/Info.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/Example/ReadDocBook.pm
    • tta/perl/Texinfo/Example/TreeElementReadDocBook.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Transformations.pm
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/XSTexinfo/reader_element/TreeElementConverterXS.xs
    • tta/perl/t/test_utils.pl
    • tta/perl/texi2any.pl
    • tta/tests/Makefile.onetst
    • tta/tests/other/Makefile.am
    • tta/tests/other/accented_lang_index_collation.texi
    • tta/tests/other/list-of-tests
    • tta/tests/other/res_parser/accented_lang_index_collation_documentlanguage_collation/accented_lang_index_collation.1
    • tta/tests/other/res_parser/accented_lang_index_collation_documentlanguage_collation/accented_lang_index_collation.2
    • tta/tests/other/res_parser/accented_lang_index_collation_documentlanguage_collation/accented_lang_index_collation.txt
    • tta/tests/test_scripts/other_accented_lang_index_collation_documentlanguage_collation.sh