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

Builder texinfo-solaris10-i386 Build #7666

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision8b82cf6cd4e183b562190ffb0464647281b367d5
Got Revision8b82cf6cd4e183b562190ffb0464647281b367d5
Changes18 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 50 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 31 secs )
    1. stdio
  4. shell_2 'gmake all' ( 16 mins, 49 secs )
    1. stdio
  5. shell_3 'gmake check' ( 19 mins, 39 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 7666 Build
codebase Build
got_revision 8b82cf6cd4e183b562190ffb0464647281b367d5 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 8b82cf6cd4e183b562190ffb0464647281b367d5 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. Gavin Smith
  2. Patrice Dumas

Timing:

StartMon Jun 29 09:17:19 2026
EndMon Jun 29 10:07:23 2026
Elapsed50 mins, 4 secs

All Changes:

:

  1. Change #273101

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 28 Jun 2026 12:08:25
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8061bda017a7dfeacc18fb03c6ad16102f640d46

    Comments

    Move some non-types out of html_converter_types.h
    * tta/C/convert/html_converter_types.h: Remove
    declarations of snecial_unit_info_type_names and
    special_unit_info_tree_names arrays.
    * tta/maintain/generate_code_convert_data.pl: Generate them
    in html_conversion_data.h.

    Changed files

    • ChangeLog
    • tta/C/convert/html_converter_types.h
    • tta/C/main/html_conversion_data.h
    • tta/maintain/generate_code_convert_data.pl
  2. Change #273106

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Jun 2026 16:38:55
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4e15de7bd4db7acf84a4562c3b8fa4f3a7a84c72

    Comments

    * tta/perl/Texinfo/Convert/*.pm (BEGIN), tta/perl/Texinfo/*.pm (BEGIN): do not use XS_modules_enabled to determine if the call to Texinfo::XSLoader::init should be done with an undef XS module file name, TEXINFO_XS=omit is checked in XSLoader::init, and that is all is needed to decide if the XS module file should be loaded.
    * tta/perl/Texinfo/ManipulateTree.pm (_element_remove_references):
    remove the case with XS for structuring only as it cannot happen
    anymore.  Remove $no_XS_objects_refcount and
    $destroyed_objects_refcount_text.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/Texinfo.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/Example/ReadDocBook.pm
    • tta/perl/Texinfo/Indices.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/Texinfo/Parser.pm
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/Texinfo/Transformations.pm
    • tta/perl/Texinfo/Translations.pm
  3. Change #273110

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Jun 2026 16:38:55
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3918a560e519be843de957a2a73706f6fd9fb799

    Comments

    * tta/perl/t/test_utils.pl (test), tta/perl/t/z_misc/test_protect_hashchar_at_line_beginning.t (run_test), tta/perl/texi2any.pl: call document->tree() with an argument to get an handle only independently of XSLoader::XS_modules_enabled result.  TEXINFO_XS=omit is checked by XSLoader such that the XS module of Document will not be loaded anyway if TEXINFO_XS=omit.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/XSLoader.pm
    • tta/perl/t/epub_tests.t
    • tta/perl/t/test_utils.pl
    • tta/perl/t/z_misc/test_protect_hashchar_at_line_beginning.t
    • tta/perl/texi2any.pl
  4. Change #273114

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Jun 2026 16:43:35
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 99bd02c55acaf627e0ab6e52d708f5325e6d1aed

    Comments

    * tta/maintain/generate_code_convert_data.pl: fix typo in snecial_unit_info_type_names -> special_unit_info_type_names.

    Changed files

    • ChangeLog
    • tta/C/main/html_conversion_data.h
    • tta/maintain/generate_code_convert_data.pl
  5. Change #273117

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 28 Jun 2026 17:27:47
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 15cc6ed4aec5c66ce05a7900071dcacf72e282ce

    Comments

    * tta/maintain/generate_code_convert_data.pl: Use HTML_CONVERSION_DATA_H rather than CONVERSION_DATA_H as include guard symbol in a/tta/C/main/html_conversion_data.h.

    Changed files

    • ChangeLog
    • tta/C/main/html_conversion_data.h
    • tta/maintain/generate_code_convert_data.pl
  6. Change #273119

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 28 Jun 2026 17:47:34
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 0b0f1e0c1ef862ee28cfd63ed0e8c000d8170388

    Comments

    Fix excess elements in array initialiser warning
    * tta/maintain/generate_code_convert_data.pl,
    Use CUSTOMIZED_SPECIAL_UNIT_INFO_TYPE_NR instead of
    SPECIAL_UNIT_INFO_TYPE_NR as number of elements in
    'special_unit_info_type_names' array.

    Changed files

    • ChangeLog
    • tta/C/main/html_conversion_data.h
    • tta/maintain/generate_code_convert_data.pl
  7. Change #273122

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 28 Jun 2026 18:05:22
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision e8871f7d4ad6fd1f2449e06b80fd2f8dff106ea1

    Comments

    Move TRANSLATED_SUI_ASSOCIATION type definition
    * tta/maintain/generate_code_convert_data.pl:
    Output TRANSLATED_SUI_ASSOCIATION definition in
    html_conversion_data.h.
    * tta/C/main/converter_types.h: Remove definition of
    TRANSLATED_SUI_ASSOCIATION and remove #include of
    "html_conversion_data.h".

    Changed files

    • ChangeLog
    • tta/C/main/converter_types.h
    • tta/C/main/html_conversion_data.h
    • tta/maintain/generate_code_convert_data.pl
  8. Change #273124

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 28 Jun 2026 18:19:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 22e7d091e4ba32b1bdb2e4ff0be0b4ea123e2044

    Comments

    Move some non-types out of html_converter_types.h
    * tta/maintain/generate_code_convert_data.pl:
    Output declaration of 'translated_special_unit_info' array.
    This is possible now that the definition of TRANSLATED_SUI_ASSOCIATION
    is in this file.
    * tta/C/convert/html_converter_types.h: Remove
    declaration of 'translated_special_unit_info' array.

    Changed files

    • ChangeLog
    • tta/C/convert/html_converter_types.h
    • tta/C/main/html_conversion_data.h
    • tta/maintain/generate_code_convert_data.pl
  9. Change #273127

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 28 Jun 2026 18:29:24
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c5e2a40c653bd0b0241161c6c0a46fabf36a0328

    Comments

    Move some non-types out of html_converter_types.h
    * tta/C/convert/html_converter_types.h,
    * tta/C/convert/format_html.h: Move declarations of
    direction_string_type_names and direction_string_context_names
    arrays.

    Changed files

    • ChangeLog
    • tta/C/convert/build_html_perl_info.c
    • tta/C/convert/format_html.h
    • tta/C/convert/html_converter_types.h
    • tta/perl/XSTexinfo/convert/get_html_perl_info.c
  10. Change #273130

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 28 Jun 2026 18:46:31
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5ee7ab08b9a4da63d203b3492d7b54b4d51e223c

    Comments

    Move some non-types out of html_converter_types.h
    * tta/C/convert/html_converter_types.h,
    * tta/C/convert/convert_html.h: Move declarations of
    html_conversion_context_type_names and
    html_stage_handler_stage_type_names to convert_html.h.

    Changed files

    • ChangeLog
    • tta/C/convert/build_html_perl_info.c
    • tta/C/convert/build_html_perl_state.c
    • tta/C/convert/convert_html.h
    • tta/C/convert/html_converter_types.h
    • tta/perl/XSTexinfo/convert/get_html_perl_info.c
  11. Change #273133

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 28 Jun 2026 19:25:36
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8890502b531f969aa763b85f6752f1ae25d6798e

    Comments

    Move some non-types out of html_converter_types.h
    * tta/C/convert/html_converter_types.h,
    * tta/C/convert/html_prepare_converter.h:
    Move declarations to html_prepare_converter.h:
    html_command_args_flags, html_commands_data,
    special_list_mark_css_string_no_arg_command, no_arg_formatted_cmd,
    style_formatted_cmd, accent_cmd, format_raw_cmd.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/format_html.c
    • tta/C/convert/html_conversion_state.c
    • tta/C/convert/html_converter_types.h
    • tta/C/convert/html_prepare_converter.h
  12. Change #273136

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 28 Jun 2026 19:32:49
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 040c9086c21204920d6c5fbfa818c3f8763eb53e

    Comments

    fix ChangeLog

    Changed files

    • ChangeLog
  13. Change #273139

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 28 Jun 2026 20:13:25
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1b92060ccc00a9fae7dc8752c218011a509d5edb

    Comments

    Finish moving non-types out of html_converter_types.h
    * tta/maintain/generate_code_convert_data.pl:
    Generate "enum global_unit_direction" (defining D_up etc.)
    in html_conversion_data.h.  This means that html_converter_types.h
    does not need to include "html_conversion_data.h", which contains
    variable declarations.  This means that html_converter_types.h
    now only contains types, matching its name.

    Changed files

    • ChangeLog
    • tta/C/convert/html_converter_types.h
    • tta/C/main/html_conversion_data.h
    • tta/maintain/generate_code_convert_data.pl
  14. Change #273141

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Jun 2026 20:36:49
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 6af9243ed3c2af35ecae331c57d8e98d95577a8e

    Comments

    * tta/C/main/build_perl_info.c (document_tree): reorganize code to be easier to read.  Assume that sv field is set upon building tree to Perl.  Assert that an existing tree_document_descriptor is the same as the document one.

    Changed files

    • ChangeLog
    • tta/C/main/build_perl_info.c
  15. Change #273143

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Jun 2026 20:36:49
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4b8116e068f7f8b11b255070b50b88b367fd2377

    Comments

    * tta/perl/t/test_utils.pl (test): do not call $document->tree again after structuring code, the previously obtained tree should be right.
    * tta/C/main/build_perl_info.c (document_tree): add to comment now
    that $document->tree(1) is not called twice anymore.

    Changed files

    • ChangeLog
    • tta/C/main/build_perl_info.c
    • tta/perl/t/test_utils.pl
  16. Change #273145

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Jun 2026 20:54:48
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f87a78219434f861fbfd7687322ee263733ce3ac

    Comments

    * tta/C/main/build_perl_info.c (document_tree): change the order of conditionals to have a code easier to read.

    Changed files

    • ChangeLog
    • tta/C/main/build_perl_info.c
  17. Change #273147

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 29 Jun 2026 00:25:15
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 40fea6db04af00504111ad67d423af5bf65aa246

    Comments

    * tta/perl/Texinfo/Translations.pm (setup_output_strings) (cache_translate_string), tta/perl/Texinfo/TranslationsNonXS.pm (_XS_setup_output_strings), tta/perl/XSTexinfo/parser_document/TranslationsXS.xs (_XS_setup_output_strings): remove XS interface for cache_translate_string.  The translated string tree is in Perl only, with the XS interface the tree is associated to the string in the array reference returned from the XS function, therefore the array reference is recreated for each call, therefore the tree is not reused.  Therefore remove the XS interface. Add _XS_setup_output_strings to setup the strings both in C and Perl.
    * tta/C/convert/convert_html.c (html_gdt_tree),
    tta/C/main/translations.c (gdt_tree), tta/perl/Texinfo/Translations.pm
    (gdt): add debug output for translated tree reusing.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/main/translations.c
    • tta/TODO
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/Texinfo/TranslationsNonXS.pm
    • tta/perl/XSTexinfo/parser_document/TranslationsXS.xs
  18. Change #273149

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 29 Jun 2026 09:32:41
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8b82cf6cd4e183b562190ffb0464647281b367d5

    Comments

    * tta/perl/Texinfo/Translations.pm (cache_translate_string): set the context to an empty string if the language is unknown.  Set $cached_lang in the block it is used.
    * tta/C/main/translations.c (cache_translate_string): show
    translation_context in debug message.
    
    * tta/C/convert/convert_html.c (html_cdt_string),
    tta/C/main/translations.c (gdt_string),
    tta/perl/Texinfo/Translations.pm (gdt_string): add debug message for
    *_string.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/main/translations.c
    • tta/perl/Texinfo/Translations.pm