Re: [head tinderbox] failure on sparc64/sun4v

From: Ruslan Ermilov <ru_at_FreeBSD.org>
Date: Thu, 12 Oct 2006 13:12:44 +0400
On Thu, Oct 12, 2006 at 01:39:50AM -0400, FreeBSD Tinderbox wrote:
> TB --- 2006-10-12 04:39:13 - tinderbox 2.3 running on freebsd-current.sentex.ca
> TB --- 2006-10-12 04:39:13 - starting HEAD tinderbox run for sparc64/sun4v
[...]
> TB --- 2006-10-12 05:39:49 - generating LINT kernel config
> TB --- 2006-10-12 05:39:49 - cd /src/sys/sun4v/conf
> TB --- 2006-10-12 05:39:49 - /usr/bin/make -B LINT
> TB --- 2006-10-12 05:39:49 - building LINT kernel (COPTFLAGS=-O2 -pipe)
> TB --- 2006-10-12 05:39:49 - cd /src
> TB --- 2006-10-12 05:39:49 - /usr/bin/make buildkernel KERNCONF=LINT
> >>> Kernel build for LINT started on Thu Oct 12 05:39:50 UTC 2006
> >>> stage 1: configuring the kernel
> [...]
> WARNING: duplicate device `mem' encountered.
> WARNING: duplicate option `DEV_NMDM' encountered.
> WARNING: duplicate device `nmdm' encountered.
> WARNING: kernel contains GPL contaminated emu10kx headers
> WARNING: kernel contains GPL contaminated emu10kx headers
> WARNING: kernel contains GPL contaminated emu10kx headers
> WARNING: kernel contains GPL contaminated ReiserFS filesystem
> WARNING: kernel contains GPL contaminated xfs filesystem
> *** Error code 1
> 
> Stop in /src.
> *** Error code 1
> 
The LINT kernel is not configurable (errors aren't shown in the
tinderbox output).  This patch fixes it:

%%%
Index: NOTES
===================================================================
RCS file: /home/ncvs/src/sys/sun4v/conf/NOTES,v
retrieving revision 1.2
diff -u -p -r1.2 NOTES
--- NOTES	11 Oct 2006 04:14:41 -0000	1.2
+++ NOTES	12 Oct 2006 07:40:04 -0000
_at__at_ -22,7 +22,7 _at__at_ device		ebus
 device		isa
 device		pci
 device		sbus
-device		central
+#device		central
 device		fhc
 
 
_at__at_ -36,34 +36,40 _at__at_ device		fhc
 device		genclock	# Generic clock interface
 device		eeprom		# eeprom (really a front-end for the MK48Txx)
 device		mk48txx		# Mostek MK48Txx clocks
-device		rtc		# rtc (really a front-end for the MC146818)
+#device		rtc		# rtc (really a front-end for the MC146818)
 device		mc146818	# Motorola MC146818 and compatible clocks
 
 #
 # Optional devices:
 #
 
-device		auxio		# auxiliary I/O device
-device		clkbrd		# Clock Board (blinkenlight on Sun Exx00)
-device		creator		# Creator, Creator3D and Elite3D framebuffers
-device		machfb		# ATI Mach64 framebuffers
+#device		auxio		# auxiliary I/O device
+#device		clkbrd		# Clock Board (blinkenlight on Sun Exx00)
+#device		creator		# Creator, Creator3D and Elite3D framebuffers
+#device		machfb		# ATI Mach64 framebuffers
 
 device		ofw_console	# Open Firmware console device
 option 		OFWCONS_POLL_HZ=4 # 20 or more works best on Ultra2
 
-device		sab		# Siemens SAB82532 based serial ports
+#device		sab		# Siemens SAB82532 based serial ports
 
 
 #####################################################################
 # Devices we don't want to deal with
 
+nodevice	atkbdc
+nodevice	atkbd
+nodevice	psm
+nodevice	sc
 nodevice	vga
+nodevice	splash
 nodevice	daemon_saver
 nodevice	snake_saver
 nodevice	star_saver
 nodevice	bktr
 nodevice	fdc
 nodevice	ppc
+nodevice	psm
 nodevice	snd_ad1816
 nodevice	snd_als4000
 nodevice	snd_au88x0
%%%


Cheers,
-- 
Ruslan Ermilov
ru_at_FreeBSD.org
FreeBSD committer

Received on Thu Oct 12 2006 - 07:14:03 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:01 UTC