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

Builder texinfo-solaris10-i386 Build #7292

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartTue Jan 20 20:36:21 2026
EndTue Jan 20 21:06:39 2026
Elapsed30 mins, 17 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