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

Builder texinfo-solaris10-sparc Build #5618

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision1eff6efec7a5553aa21c0033551daea514c9d578
Got Revision1eff6efec7a5553aa21c0033551daea514c9d578
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. shell './autogen.sh' ( 35 mins, 10 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 55 secs )
    1. stdio
  4. shell_2 'gmake all' ( 17 mins, 17 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 8 mins, 12 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 5618 Build
codebase Build
got_revision 1eff6efec7a5553aa21c0033551daea514c9d578 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 1eff6efec7a5553aa21c0033551daea514c9d578 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:

StartTue Jun 17 23:31:56 2025
EndWed Jun 18 01:37:45 2025
Elapsed2 hrs, 5 mins, 49 secs

All Changes:

:

  1. Change #236921

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 17 Jun 2025 23:25:09
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ea9badbe1ce52813da0b720d36f5e0b38a02c83e

    Comments

    * tta/perl/Texinfo/Convert/ReadDocBook.pm (conversion_initialization) (convert, conversion_output_begin): call register_document_relations_lists_elements after building the tree.
    * tta/perl/Texinfo/Convert/ReadDocBook.pm (_convert): call
    register_token_element_child for xref arguments.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/ReadDocBook.pm
  2. Change #236922

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 17 Jun 2025 23:25:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 01b33055111d42175468c3448b899fd2e252c9a1

    Comments

    * tta/C/main/get_perl_info.c (get_replaced_substrings): add.
    * tta/perl/Texinfo/Convert/Converter.pm (%XS_tree_element_overrides)
    (element_gdt, element_cdt),
    tta/perl/XSTexinfo/parser_document/TreeElementXS.xs (element_gdt): add
    element_cdt with the cdt interface, that calls element_gdt, and an
    XS override for element_gdt, to translate the string in C, build and
    register the tree.

    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/XSTexinfo/parser_document/TreeElementXS.xs
  3. Change #236923

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 17 Jun 2025 23:25:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1eff6efec7a5553aa21c0033551daea514c9d578

    Comments

    * tta/C/convert/get_converter_perl_info.c (get_converter_sv_document): add.
    * tta/C/convert/converter.c, tta/C/main/document.c
    (setup_texinfo_main): call setup_convert_utils in setup_texinfo_main
    such that the function is called even if converter XS is not loaded.
    
    * tta/perl/XSTexinfo/parser_document/TreeElementXS.xs
    (new_tree_element, get_global_unique_tree_element): call
    get_converter_sv_document to find the document even if converter XS is
    not loaded.
    
    * tta/C/main/get_perl_info.c (new_element_from_sv): allow converter to
    be NULL, as it may now happen with new_tree_element call.
    
    * tta/perl/Texinfo/Convert/Converter.pm
    (element_translated_command_tree),
    tta/perl/Texinfo/Convert/ReadDocBook.pm (_convert): add, calling
    element_cdt instead of cdt.  Use in ReadDocBook.pm.
    
    * tta/perl/Texinfo/Convert/ReadDocBook.pm (_convert): call element_cdt
    instead of cdt.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/get_converter_perl_info.c
    • tta/C/convert/get_converter_perl_info.h
    • tta/C/main/document.c
    • tta/C/main/get_perl_info.c
    • tta/C/main/get_perl_info.h
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/ReadDocBook.pm
    • tta/perl/XSTexinfo/parser_document/TreeElementXS.xs