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

Builder texinfo-solaris11-sparc Build #7171

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 6 mins, 36 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 28 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 46 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 21 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 7171 Build
codebase Build
got_revision 5ddc6700767979da202ecb0a6411fb9c3b4e17f8 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 5ddc6700767979da202ecb0a6411fb9c3b4e17f8 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 Jan 15 21:26:14 2026
EndThu Jan 15 21:46:36 2026
Elapsed20 mins, 22 secs

All Changes:

:

  1. Change #255357

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 15 Jan 2026 20:58:08
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1b2032926afd21610e06a842d12309ecb48394f9

    Comments

    tta/C/convert/call_embed_perl.c: change in spacing

    Changed files

    • tta/C/convert/call_embed_perl.c
  2. Change #255358

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 15 Jan 2026 21:14:59
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5ddc6700767979da202ecb0a6411fb9c3b4e17f8

    Comments

    * tta/C/main/xs_utils.c (non_perl_realloc): add.
    * tta/C/main/build_perl_info.c (output_unit_to_perl_hash),
    tta/C/main/get_perl_info.c (html_get_direction_icons_sv)
    (find_index_entry_subentry),
    tta/perl/XSTexinfo/convert/get_html_perl_info.c
    (html_converter_get_customization_sv): use non_perl_* for data that is
    not allocated or that is freed in a file that does not include
    Perl headers.
    
    * tta/C/main/xs_utils.c: remove non_perl_xasprintf, xasprintf is
    already defined in a file that does not include Perl headers.

    Changed files

    • ChangeLog
    • tta/C/main/build_perl_info.c
    • tta/C/main/get_perl_info.c
    • tta/C/main/xs_utils.c
    • tta/C/main/xs_utils.h
    • tta/perl/XSTexinfo/convert/get_html_perl_info.c