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

Builder texinfo-solaris10-sparc Build #5592

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. shell './autogen.sh' ( 30 mins, 54 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 3 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 40 secs )
    1. stdio
  5. shell_3 'gmake check' ( 55 mins, 1 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 5592 Build
codebase Build
got_revision 7d1c0df8dcec7cdcf2fef693792184fc558ce25f Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 7d1c0df8dcec7cdcf2fef693792184fc558ce25f 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. Gavin Smith
  2. Patrice Dumas

Timing:

StartThu Jun 5 22:58:20 2025
EndFri Jun 6 00:42:15 2025
Elapsed1 hrs, 43 mins, 55 secs

All Changes:

:

  1. Change #231461

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Thu 05 Jun 2025 22:22:03
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 08c59dc0cbc361cd3ae5b1ec0430973ad7a85080

    Comments

    Suppress further menu structure warnings if CHECK_MISSING_MENU_ENTRY warning
    * tta/perl/Texinfo/Structuring.pm (check_node_tree_menu_structure),
    * tta/C/structuring_transfo/structuring.c (check_node_tree_menu_structure):
    In block of code checking for menus missing entries for child
    nodes (controlled by CHECK_MISSING_MENU_ENTRY), record any nodes
    that have warnings issued.  Then, when checking if sectioning
    directions match menu directions (CHECK_NORMAL_MENU_STRUCTURE),
    suppress any warning where such a node occurs as any of: source
    node, menu target node, or sectioning target node.

    Changed files

    • ChangeLog
    • tta/C/structuring_transfo/structuring.c
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/t/results/moresectioning/lowered_subsubsection.pl
    • tta/perl/t/results/sectioning/menutextorder.pl
    • tta/perl/t/results/sectioning/nodename_parentheses.pl
  2. Change #231462

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 05 Jun 2025 22:30:22
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 6b681cbcdc471b55fc289b6c5aa7afc180afc428

    Comments

    * tta/C/main/api_to_perl.c (unregister_perl_data, register_perl_data): add casts.
    * tta/C/main/manipulate_indices.c (INDEX_COLLATOR, destroy_collator):
    call unregister_perl_data on collator SV to release the Perl object
    reference when destroying the collator data.
    
    * tta/perl/Texinfo/ManipulateTree.pm: add comments, and a ;

    Changed files

    • ChangeLog
    • tta/C/main/api_to_perl.c
    • tta/C/main/manipulate_indices.c
    • tta/C/main/replace_perl_api_call.c
    • tta/perl/Texinfo/ManipulateTree.pm
  3. Change #231463

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 05 Jun 2025 22:30:25
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 7d1c0df8dcec7cdcf2fef693792184fc558ce25f

    Comments

    * tta/C/main/build_perl_info.c (SvREFHVCNT_inc): add to increase both SV and the HV SV refers too.  Similar to newRV_inc, but for the SV, not the HV.
    * tta/C/convert/build_html_perl_info.c (build_html_files_source_info)
    (build_replaced_substrings, build_pending_footnotes)
    (build_simpletitle, pass_sv_converter_info),
    tta/C/convert/build_html_perl_state.c (build_html_translated_names)
    (build_html_formatting_state),
    tta/C/convert/call_html_perl_function.c, tta/C/main/build_perl_info.c:
    use SvREFHVCNT_inc instead of SvREFCNT_inc.
    Also an unsuccesful attempt to fix test failing with XS structure
    unset after the change to use SV instead of HV for elements.

    Changed files

    • ChangeLog
    • tta/C/convert/build_html_perl_info.c
    • tta/C/convert/build_html_perl_state.c
    • tta/C/convert/call_html_perl_function.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/build_perl_info.h
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
    • tta/perl/XSTexinfo/convert/get_html_perl_info.c
    • tta/perl/XSTexinfo/parser_document/DocumentXS.xs
    • tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs