DragonFly BSD
DragonFly bugs List (threaded) for 2004-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: [head tinderbox] build report (i386)


To: YONETANI Tomokazu <qhwt+dragonfly-bugs@xxxxxxxxxx>
From: Hiten Pandya <hmp@xxxxxxxxxxxxx>
Date: Fri, 06 Feb 2004 15:32:07 +0000

YONETANI Tomokazu wrote:

Hi.

On Fri, Feb 06, 2004 at 04:41:33AM -0500, DragonFly BuildBox wrote:

TB --- 2004-02-06 08:05:39 - starting HEAD tinderbox run for i386/i386
TB --- 2004-02-06 08:05:39 - cleaning the sandbox
TB --- 2004-02-06 08:07:36 - checking out the source tree
TB --- cd /home/tinderbox/HEAD/i386/i386
TB --- /usr/bin/cvs -f -R -Q -d/home/dcvs checkout -P -rHEAD src
TB --- 2004-02-06 08:23:51 - building generic kernel
TB --- cd /home/tinderbox/HEAD/i386/i386/src
TB --- /usr/bin/make buildkernel KERNCONF=GENERIC

Kernel build for GENERIC started on Fri Feb  6 08:23:53 GMT 2004
Kernel build for GENERIC completed on Fri Feb  6 08:52:11 GMT 2004

TB --- 2004-02-06 08:52:11 - building TINDERBOX kernel TB --- cd /home/tinderbox/HEAD/i386/i386/src TB --- /usr/bin/make buildkernel KERNCONF=TINDERBOX

Kernel build for TINDERBOX started on Fri Feb  6 08:52:12 GMT 2004
Kernel build for TINDERBOX completed on Fri Feb  6 09:15:51 GMT 2004

TB --- 2004-02-06 09:15:51 - building LINT kernel TB --- cd /home/tinderbox/HEAD/i386/i386/src TB --- /usr/bin/make buildkernel KERNCONF=LINT

Kernel build for LINT started on Fri Feb 6 09:15:52 GMT 2004

[...] pcaudio.o: In function `pca_start': pcaudio.o(.text+0x18b): undefined reference to `acquire_timer0' pcaudio.o: In function `pca_stop': pcaudio.o(.text+0x1c8): undefined reference to `release_timer0' pcaudio.o: In function `pca_pause': pcaudio.o(.text+0x234): undefined reference to `release_timer0' pcaudio.o: In function `pca_continue': pcaudio.o(.text+0x276): undefined reference to `acquire_timer0' *** Error code 1


Attached patch should fix LINT build by doing the following things:
* remove device pca from LINT, as it's broken by the change in clock code.
* fix function name typo in sys/dev/misc/pps/pps.c

I've only tested with gcc2.


Thank you Tomokazu-san, I have committed the patches.

-- Hiten




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]