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

Builder gtar-solaris10-i386 Build #250

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectgtar
Repositorygit://git.savannah.gnu.org/tar.git
Branchmaster
Revision9f1c32c18b78332ab7f7b2cdb78a76a307ba8c91
Got Revision9f1c32c18b78332ab7f7b2cdb78a76a307ba8c91
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 20 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 32 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/slave/gtar-solaris10-i386 slave
buildername gtar-solaris10-i386 Builder
buildnumber 250 Build
codebase Build
got_revision 9f1c32c18b78332ab7f7b2cdb78a76a307ba8c91 Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision 9f1c32c18b78332ab7f7b2cdb78a76a307ba8c91 Build
scheduler schedule-gtar-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/gtar-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Paul Eggert

Timing:

StartSat Jul 27 07:00:00 2024
EndSat Jul 27 07:00:54 2024
Elapsed53 secs

All Changes:

:

  1. Change #202532

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sat 27 Jul 2024 06:56:20
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 4e0deb741634f5936442d2ea993b4f2081beaf6d

    Comments

    build: update gnulib and paxutils submodules to latest

    Changed files

    • gnulib
    • paxutils
  2. Change #202533

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sat 27 Jul 2024 06:56:20
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 9f1c32c18b78332ab7f7b2cdb78a76a307ba8c91

    Comments

    Modernize use of Gnulib, paxutils
    * configure.ac: Omit stuff no longer needed now that Gnulib or
    paxlib does it, or the code no longer needs the configure-time checks.
    Do not use AC_SYS_LARGEFILE (Gnulib largefile does this) or check
    for fcntl.h, memory.h, net/errno.h, sgtty.h, string.h,
    sys/param.h, sys/device.h, sys/gentape.h, sys/inet.h,
    sys/io/trioctl.h, sys/time.h, sys/tprintf.h, sys/tape.h, unistd.h,
    locale.h, netdb.h; these are all now standard, or old ways of getting
    at magtapes are no longer needed and we now have only sys/mtio.h.
    Do not check for lstat, readlink, symlink, and check only for
    waitpid’s existence rather than attempting to replace it.
    Do not check for decls of getgrgid, getpwuid, or time.
    Check just once for iconv.h.
    * gnulib.modules: Add largefile.
    * lib/.gitignore, lib/Makefile.am (noinst_HEADERS, libtar_a_SOURCES):
    Remove system-ioctl.h, which is no longer in paxlib.
    All includes now changed to just check HAVE_SYS_MTIO_H directly.
    * lib/wordsplit.c (wordsplit_c_escape_tab, wordsplit_errstr)
    (wordsplit_nerrs):
    Now static or an enum, and without any leading "_" in the name.
    * src/buffer.c (record_start, record_end, current_block, records_read):
    * src/delete.c (records_skipped): Add extern decl to pacify GCC.
    * src/compare.c, src/create.c, src/extract.c: Omit uses of
    HAVE_READLINK and HAVE_SYMLINK since we now let Gnulib deal with
    platforms lacking readlinkat and symlinkat.
    * src/system.c: Use "#if !HAVE_WAITPID" instead of "#if MSDOS".

    Changed files

    • configure.ac
    • gnulib.modules
    • lib/.gitignore
    • lib/Makefile.am
    • lib/wordsplit.c
    • src/buffer.c
    • src/compare.c
    • src/create.c
    • src/delete.c
    • src/extract.c
    • src/system.c