[head tinderbox] failure on amd64/amd64
Olivier Smedts
olivier at gid0.org
Sun Feb 15 05:09:21 PST 2009
On Sun, Feb 15, 2009 at 06:05:10AM -0500, FreeBSD Tinderbox wrote:
> TB --- 2009-02-15 09:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
> TB --- 2009-02-15 09:40:00 - starting HEAD tinderbox run for amd64/amd64
> TB --- 2009-02-15 09:40:00 - cleaning the object tree
> TB --- 2009-02-15 09:40:52 - cvsupping the source tree
> TB --- 2009-02-15 09:40:52 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile
> TB --- 2009-02-15 09:41:00 - building world
> TB --- 2009-02-15 09:41:00 - MAKEOBJDIRPREFIX=/obj
> TB --- 2009-02-15 09:41:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
> TB --- 2009-02-15 09:41:00 - TARGET=amd64
> TB --- 2009-02-15 09:41:00 - TARGET_ARCH=amd64
> TB --- 2009-02-15 09:41:00 - TZ=UTC
> TB --- 2009-02-15 09:41:00 - __MAKE_CONF=/dev/null
> TB --- 2009-02-15 09:41:00 - cd /src
> TB --- 2009-02-15 09:41:00 - /usr/bin/make -B buildworld
> >>> World build started on Sun Feb 15 09:41:02 UTC 2009
> >>> Rebuilding the temporary build tree
> >>> stage 1.1: legacy release compatibility shims
> >>> stage 1.2: bootstrap tools
> >>> stage 2.1: cleaning up the object tree
> >>> stage 2.2: rebuilding the object tree
> >>> stage 2.3: build tools
> >>> stage 3: cross tools
> >>> stage 4.1: building includes
> >>> stage 4.2: building libraries
> >>> stage 4.3: make dependencies
> >>> stage 4.4: building everything
> >>> stage 5.1: building 32 bit shim libraries
> [...]
> cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 netnatm/*.h /obj/amd64/src/lib32/usr/include/netnatm
> cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 netncp/*.h /obj/amd64/src/lib32/usr/include/netncp
> cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 netsmb/*.h /obj/amd64/src/lib32/usr/include/netsmb
> cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 nfs/*.h /obj/amd64/src/lib32/usr/include/nfs
> cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 nfsclient/*.h /obj/amd64/src/lib32/usr/include/nfsclient
> cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 nfsserver/*.h /obj/amd64/src/lib32/usr/include/nfsserver
> cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 pccard/*.h /obj/amd64/src/lib32/usr/include/pccard
> install: pccard/*.h: No such file or directory
> *** Error code 71
>
> Stop in /src/include.
> *** Error code 1
>
> Stop in /src/include.
> *** Error code 1
>
> Stop in /src.
> *** Error code 1
>
> Stop in /src.
> TB --- 2009-02-15 11:05:10 - WARNING: /usr/bin/make returned exit code 1
> TB --- 2009-02-15 11:05:10 - ERROR: failed to build world
> TB --- 2009-02-15 11:05:10 - 3992.06 user 389.40 system 5109.67 real
>
buildworld broken since @188634 :
http://www.freebsd.org/cgi/getmsg.cgi?fetch=17928+0+current/cvs-src-old
See attached patches.
--
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: olivier at gid0.org - against HTML email & vCards X
www: http://www.gid0.org - against proprietary attachments / \
"Il y a seulement 10 sortes de gens dans le monde :
ceux qui comprennent le binaire,
et ceux qui ne le comprennent pas."
-------------- next part --------------
--- include/Makefile.orig 2009-02-15 12:08:01.000000000 +0100
+++ include/Makefile 2009-02-15 12:08:20.000000000 +0100
@@ -36,7 +36,7 @@
LDIRS= bsm cam geom net net80211 netatalk netgraph netinet netinet6 \
netipsec ${_netipx} netnatm ${_netncp} netsmb \
nfs nfsclient nfsserver \
- pccard sys vm
+ sys vm
LSUBDIRS= cam/scsi \
dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
-------------- next part --------------
--- sys/Makefile.orig 2009-02-15 12:06:26.000000000 +0100
+++ sys/Makefile 2009-02-15 12:06:34.000000000 +0100
@@ -12,7 +12,7 @@
geom gnu isa kern libkern modules net net80211 netatalk \
netgraph netinet netinet6 netipsec netipx netnatm netncp \
netsmb nfs nfs4client nfsclient nfsserver nlm opencrypto \
- pccard pci rpc security sys ufs vm xdr ${CSCOPE_ARCHDIR}
+ pci rpc security sys ufs vm xdr ${CSCOPE_ARCHDIR}
.if defined(ALL_ARCH)
CSCOPE_ARCHDIR ?= amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v
.else
More information about the freebsd-current
mailing list