Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2008 04:11:25 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        FreeBSD Tinderbox <tinderbox@freebsd.org>
Cc:        current@freebsd.org
Subject:   Re: [head tinderbox] failure on amd64/amd64
Message-ID:  <86abfgs5v6.fsf@ds4.des.no>
In-Reply-To: <20080813185600.B88E373039@freebsd-current.sentex.ca> (FreeBSD Tinderbox's message of "Wed, 13 Aug 2008 14:56:00 -0400 (EDT)")
References:  <20080813185600.B88E373039@freebsd-current.sentex.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD Tinderbox <tinderbox@freebsd.org> writes:
> TB --- 2008-08-13 18:55:00 - tinderbox 2.3 running on freebsd-current.sen=
tex.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=3D-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=
=20
> 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!=3D LC_ALL=3DC date
CHECK_TIME!=3D 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
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86abfgs5v6.fsf>