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

Builder texinfo-solaris10-i386 Build #7563

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision1fc81e72367c9ccb4b8c54780675f3cc0fac4186
Got Revision1fc81e72367c9ccb4b8c54780675f3cc0fac4186
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 18 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 22 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 39 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 7563 Build
codebase Build
got_revision 1fc81e72367c9ccb4b8c54780675f3cc0fac4186 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 1fc81e72367c9ccb4b8c54780675f3cc0fac4186 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:

StartSun May 17 23:12:43 2026
EndSun May 17 23:39:37 2026
Elapsed26 mins, 54 secs

All Changes:

:

  1. Change #267520

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 May 2026 14:33:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 80ea9823b8e8464460bc33520e5824cbb7a5e9c2

    Comments

    * tta/C/main/convert_to_texinfo.c (root_heading_command_to_texinfo): reorganize code, use xasprintf instead of TEXT, never return NULL.

    Changed files

    • ChangeLog
    • tta/C/main/convert_to_texinfo.c
  2. Change #267521

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 May 2026 15:33:48
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 13309f006c4b0b576f61c965cd4ae714a7428763

    Comments

    * tta/perl/Texinfo/Common.pm (%spaces_protection) (debug_print_element), tta/perl/Texinfo/Convert/HTML.pm (%spaces_protection, _convert), tta/perl/Texinfo/ParserNonXS.pm (%spaces_protection, _debug_protect_eol): protect tabs and form feeds.
    * tta/perl/Texinfo/Convert/HTML.pm (_convert_menu_entry_type):
    remove unneeded container around node_content.  Minor changes.
    
    * tta/perl/Texinfo/Convert/HTML.pm (_file_header_information):
    call Texinfo::TreeElement::new for new elements.
    
    * tta/perl/Texinfo/OutputUnits.pm (output_unit_texi): remove trailing
    spaces for external node formatting.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/Texinfo/ParserNonXS.pm
  3. Change #267522

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 May 2026 19:59:50
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1034dbdc410750a70cb2337243a102ca0f88456e

    Comments

    * tta/C/main/utils.c (add_include_directory), tta/perl/Texinfo/ParserNonXS.pm (parser): canonicalize include directories in parsers.
    * tta/perl/Texinfo/OutputUnits.pm (units_directions): setup
    NodeForward and similar directions even if there are no node
    directions (no next, prev up).
    
    * tta/C/parsetexi/end_line.c (end_line_misc_line): rename fullpath as
    included_file_path.
    
    * tta/perl/Texinfo/Convert/HTML.pm
    (_default_format_special_body_about): add explanation.
    
    * tta/C/convert/convert_html.c (html_translate_names): handle NULL
    OUTPUT_ENCODING_NAME in debug message.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/main/utils.c
    • tta/C/parsetexi/end_line.c
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/Texinfo/ParserNonXS.pm
  4. Change #267523

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 May 2026 21:42:39
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 17207b226cffb480264fc196e7c2724a71337c24

    Comments

    * tta/C/main/translations.c (reset_lang_translation_from_customization): no need to call set_translations_documentlanguagevariant, as a NULL lang_translations is used to reset fully the cur_lang_trans.
    * tta/perl/Texinfo/Convert/Converter.pm
    (reset_lang_translation_from_customization): add.
    
    * tta/perl/Texinfo/Convert/DocBook.pm (conversion_output_begin),
    tta/perl/Texinfo/Convert/HTMLNonXS.pm (_prepare_converted_output_info)
    (_setup_output): call reset_lang_translation_from_customization to
    properly reset the current lang_translations.

    Changed files

    • ChangeLog
    • tta/C/main/translations.c
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
  5. Change #267524

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 May 2026 22:17:36
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f70cf5f8a3d77de7e9a96bd2ebc0a4b3304dddb2

    Comments

    * tta/C/convert/build_html_perl_info.c (pass_sv_converter_info), tta/C/convert/convert_html.c (html_prepare_converted_output_info) (html_convert_output), tta/perl/Texinfo/Convert/HTML.pm (_file_header_information), tta/perl/Texinfo/Convert/HTMLNonXS.pm (%available_converter_info, _prepare_converted_output_info): set date_in_header in prepare_converted_output_info.  Add it to converter_info.  Use it from converter_info in _file_header_information.
    * doc/texi2any_api.texi (Converter General Information): document
    date_in_header.
    
    * tta/C/convert/converter.c (set_file_path): fix debug message.

    Changed files

    • ChangeLog
    • doc/texi2any_api.texi
    • tta/C/convert/build_html_perl_info.c
    • tta/C/convert/convert_html.c
    • tta/C/convert/converter.c
    • tta/C/convert/html_converter_finish.c
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
  6. Change #267525

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 May 2026 23:00:56
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1fc81e72367c9ccb4b8c54780675f3cc0fac4186

    Comments

    * tta/perl/Texinfo/Convert/HTMLNonXS.pm (@sorted_no_arg_commands) (conversion_initialization, _translate_names): add @sorted_no_arg_commands and use it to have a reproducible order for no args commands processing, in particular for debug messages.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm