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

Builder texinfo-solaris11-sparc Build #6595

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 18 secs )
    1. stdio
  3. shell_1 './configure' ( 2 mins, 20 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 48 secs )
    1. stdio
  5. shell_3 'gmake check' ( 7 mins, 57 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-solaris11-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 6595 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-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartThu Jun 5 22:41:59 2025
EndThu Jun 5 23:00:29 2025
Elapsed18 mins, 29 secs

All Changes:

:

  1. 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
  2. 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