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

Builder texinfo-solaris10-sparc Build #5624

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 33 secs )
    1. stdio
  2. shell './autogen.sh' ( 46 mins, 45 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 11 secs )
    1. stdio
  4. shell_2 'gmake all' ( 16 mins, 18 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 3 mins, 32 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 5624 Build
codebase Build
got_revision ecb1dff737687850cc6de30cc9ab6e2dde5fc2bb Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision ecb1dff737687850cc6de30cc9ab6e2dde5fc2bb 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 Jun 21 08:51:58 2025
EndSat Jun 21 11:05:20 2025
Elapsed2 hrs, 13 mins, 21 secs

All Changes:

:

  1. Change #237195

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 21 Jun 2025 08:45:48
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ecb1dff737687850cc6de30cc9ab6e2dde5fc2bb

    Comments

    * tta/C/main/get_perl_info.c (new_element_from_sv), tta/perl/XSTexinfo/parser_document/TreeElementXS.xs (new_tree_element): pass document to new_element_from_sv, in case there is no C converter (with TEXINFO_XS_CONVERT=0).
    * tta/perl/Texinfo/Convert/TreeElementReadDocBook.pm
    (%docbook_no_warn_empty_types): add types.
    
    * tta/perl/Texinfo/Convert/TreeElementReadDocBook.pm (_convert): fix
    reading and registering the next element to work in all the cases of
    XS overrides.
    
    * tta/perl/Texinfo/Convert/TreeElementReadDocBook.pm (_index_entry):
    call functions with XS overrides for tree_element_index_content_element
    tree_element_itemize_item_prepended_element and
    element_find_element_authors.
    
    * tta/perl/Texinfo/Convert/Converter.pm
    (tree_element_comment_or_end_line_nonxs)
    (tree_element_comment_or_end_line)
    (tree_element_argument_comment_end_line),
    tta/perl/Texinfo/Convert/TreeElementReadDocBook.pm
    (_convert_argument_and_end_line, _convert): modify to be in line with
    the similar functions used in ReadDocBook.  Use in
    TreeElementReadDocBook.pm similarly as in ReadDocBook.pm.
    
    * tta/perl/Texinfo/Convert/Converter.pm (%XS_tree_element_overrides):
    add XS overrides for the tree elements interfaces,
    tree_element_comment_or_end_line,
    tree_element_argument_comment_end_line and table_item_content_tree
    using the functions already used for Texinfo::Convert::ReadDocBook.
    Add table_item_content_tree_noxs and update callers to call this
    function directly when needed.
    
    * tta/perl/Texinfo/Convert/Converter.pm (_tree_element_in_preamble)
    (global_commands_information_command_list)
    (tree_element_get_global_document_command)
    (tree_element_set_global_document_commands),
    tta/perl/Texinfo/Convert/TreeElementReadDocBook.pm
    (conversion_output_begin): add functions similar to
    set_global_document_commands and to functions called by
    set_global_document_commands using the TreeElements interface.  Use in
    TreeElementReadDocBook.pm.
    
    * tta/perl/Texinfo/Convert/Converter.pm (%XS_tree_element_overrides),
    tta/perl/XSTexinfo/parser_document/TreeElementXS.xs
    (global_commands_information_command_list): add XS interface for
    global_commands_information_command_list/
    
    * tta/perl/Texinfo/Convert/ReadDocBook.pm ($XS_convert_enabled)
    (converter_initialize, _convert): add XS_convert_enabled call. call
    Texinfo::Document::build_tree if XS is not enabled for converters
    before calling Texinfo::Convert::Text::convert_to_text.
    
    * tta/perl/Texinfo/Convert/ReadDocBook.pm (_convert),
    tta/perl/Texinfo/Convert/TreeElementReadDocBook.pm (_convert): remove
    unused code.

    Changed files

    • ChangeLog
    • tta/C/main/get_perl_info.c
    • tta/C/main/get_perl_info.h
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/Convert/ReadDocBook.pm
    • tta/perl/Texinfo/Convert/TreeElementReadDocBook.pm
    • tta/perl/Texinfo/ReaderNonXS.pm
    • tta/perl/XSTexinfo/parser_document/ReaderXS.xs
    • tta/perl/XSTexinfo/parser_document/TreeElementXS.xs