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

Builder texinfo-solaris11-sparc Build #7198

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision4b277f88f50c8160446b72211916fa70e58e8e52
Got Revision4b277f88f50c8160446b72211916fa70e58e8e52
Changes1 change

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' ( 7 mins, 1 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 40 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 7198 Build
codebase Build
got_revision 4b277f88f50c8160446b72211916fa70e58e8e52 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 4b277f88f50c8160446b72211916fa70e58e8e52 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. Gavin Smith

Timing:

StartTue Jan 20 20:36:23 2026
EndTue Jan 20 20:57:16 2026
Elapsed20 mins, 53 secs

All Changes:

:

  1. Change #255851

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 20 Jan 2026 20:25:07
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4b277f88f50c8160446b72211916fa70e58e8e52

    Comments

    info: read compressed input via fork/execlp.
    * info/filesys.c (filesys_read_compressed, filesys_read_from_stream):
    Split out filesys_read_from_stream.  Close stream with fclose rather
    than pclose.
    
    (COMPRESSION_ALIST, compress_suffixes): Store command options
    as separate strings, rather than in a single space separated
    string.
    (filesys_decompressor_for_file): Return type changed.
    
    (filesys_read_compressed): Obtain command line by concatenating
    strings in compress_suffixes with spaces.
    [PIPE_USE_FORK]: Use fork and execlp to run decompressor program,
    rather than popen.  This avoids any need to sanitise the argument
    to popen.
    [!PIPE_USE_FORK]: Run popen as before.

    Changed files

    • ChangeLog
    • info/filesys.c