[head tinderbox] failure on amd64/amd64

Dag-Erling Smørgrav des at des.no
Thu Aug 14 02:11:27 UTC 2008


FreeBSD Tinderbox <tinderbox at freebsd.org> writes:
> TB --- 2008-08-13 18:55:00 - tinderbox 2.3 running on freebsd-current.sentex.ca
> TB --- 2008-08-13 18:55:00 - starting HEAD tinderbox run for amd64/amd64
> TB --- 2008-08-13 18:55:00 - cleaning the object tree
> TB --- 2008-08-13 18:55:53 - cvsupping the source tree
> TB --- 2008-08-13 18:55:53 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile
> TB --- 2008-08-13 18:56:00 - building world (CFLAGS=-O -pipe)
> TB --- 2008-08-13 18:56:00 - cd /src
> TB --- 2008-08-13 18:56:00 - /usr/bin/make -B buildworld
> TB --- 2008-08-13 18:56:00 - WARNING: /usr/bin/make returned exit code  1 
> TB --- 2008-08-13 18:56:00 - ERROR: failed to build world
> TB --- 2008-08-13 18:56:00 - tinderbox aborted
> TB --- 2.38 user 4.29 system 60.01 real

The following code in src/Makefile:

STARTTIME!= LC_ALL=C date
CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0
.if !empty(CHECK_TIME)
.error check your date/time: ${STARTTIME}
.endif

incorrectly assumes that the build cannot possibly start less than a
second after sys/sys/param.h is updated.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-tinderbox mailing list