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

Builder texinfo-solaris10-sparc Build #6079

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell './autogen.sh' ( 32 mins, 7 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 45 secs )
    1. stdio
  4. shell_2 'gmake all' ( 21 mins, 12 secs )
    1. stdio
  5. shell_3 'gmake check' ( 36 mins, 34 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 6079 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-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:

StartThu Jan 15 21:26:12 2026
EndThu Jan 15 23:02:10 2026
Elapsed1 hrs, 35 mins, 58 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