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

Builder texinfo-solaris11-i386 Build #6491

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 7 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 29 secs )
    1. stdio
  4. shell_2 'gmake all' ( 9 mins, 17 secs )
    1. stdio
  5. shell_3 'gmake check' ( 14 mins, 10 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 6491 Build
codebase Build
got_revision b3b8bcd52978cc93b88be999f4fdce0095b2a3a8 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision b3b8bcd52978cc93b88be999f4fdce0095b2a3a8 Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSat Jun 7 11:34:55 2025
EndSat Jun 7 12:07:08 2025
Elapsed32 mins, 13 secs

All Changes:

:

  1. Change #231583

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 07 Jun 2025 08:17:59
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 20b4ff67277cef021b1b67988e2d39fd3f3939a9

    Comments

    * tta/perl/Texinfo/Reader.pm (read): do not return comment_at_end.
    * tta/perl/Texinfo/Convert/ReadDocBook.pm: no more need for
    'ignore_comments'.

    Changed files

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

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 07 Jun 2025 11:26:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b3b8bcd52978cc93b88be999f4fdce0095b2a3a8

    Comments

    Copy references in C/XS code to avoid modifying other references
    * tta/C/convert/build_html_perl_info.c (build_*),
    tta/C/main/build_perl_info.c (build_perl_*, build_additional_info)
    (store_source_mark_list, element_to_perl_hash, build_elements_list)
    (build_*_relations*, build_target_elements_list)
    (build_identifiers_target, build_internal_xref_list)
    (build_listoffloats_list, build_single_index_data)
    (build_global_commands, output_unit_to_perl_hash),
    tta/perl/XSTexinfo/convert/ConvertXS.xs,
    tta/perl/XSTexinfo/convert/get_html_perl_info.c
    (html_get_shared_conversion_state),
    tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs: use
    newSVsv instead of SvREFHVCNT_inc to copy references instead of
    reusing them.  Otherwise, assigning to one, in Perl, also modifies the
    other. See also
    https://lists.gnu.org/archive/html/bug-texinfo/2025-06/msg00018.html.
    Based on Gavin analysis.
    The contents and tree root references are the only one reused.

    Changed files

    • ChangeLog
    • tta/C/convert/build_html_perl_info.c
    • tta/C/main/build_perl_info.c
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
    • tta/perl/XSTexinfo/convert/get_html_perl_info.c
    • tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs