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

Builder gtar-solaris10-sparc Build #315

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectgtar
Repositorygit://git.savannah.gnu.org/tar.git
Branchmaster
Revision67981bbb1587803bb1e029393d2228492cef8c4f
Got Revision67981bbb1587803bb1e029393d2228492cef8c4f
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 1 mins, 5 secs )
    1. stdio
  3. shell_1 './configure' failed ( 0 secs )
    1. stdio
  4. shell_2 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. testsuite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/gtar-solaris10-sparc slave
buildername gtar-solaris10-sparc Builder
buildnumber 315 Build
codebase Build
got_revision 67981bbb1587803bb1e029393d2228492cef8c4f Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision 67981bbb1587803bb1e029393d2228492cef8c4f Build
scheduler schedule-gtar-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/gtar-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Paul Eggert

Timing:

StartSat Jun 20 09:39:24 2026
EndSat Jun 20 09:40:39 2026
Elapsed1 mins, 14 secs

All Changes:

:

  1. Change #271887

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sat 20 Jun 2026 09:29:25
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 67981bbb1587803bb1e029393d2228492cef8c4f

    Comments

    tar: ignore nonzero sizes in hard links etc
    Problem reported by Antonio Teixeira.
    * src/list.c (read_header): When POSIX says a size field must
    be zero or does not represent a data count, treat it as zero.
    * tests/extrac32.at: Update to match new behavior.
    We now treat hard link sizes as zero even when the size fields are
    nonzero, and this means the “injected” file is treated as valid
    regardless of whether we list or extract.
    * tests/extrac34.at: New test.
    * tests/Makefile.am (TESTSUITE_AT), tests/testsuite.at: Add it.

    Changed files

    • NEWS
    • THANKS
    • src/list.c
    • tests/Makefile.am
    • tests/extrac32.at
    • tests/extrac34.at
    • tests/testsuite.at