atom feed55 messages in org.freebsd.freebsd-sparc64[head tinderbox] failure on sparc64/s...
FromSent OnAttachments
FreeBSD TinderboxOct 10, 2006 8:42 pm 
FreeBSD TinderboxOct 11, 2006 9:29 am 
FreeBSD TinderboxOct 11, 2006 10:39 pm 
Ruslan ErmilovOct 12, 2006 2:13 am 
FreeBSD TinderboxOct 12, 2006 11:42 am 
FreeBSD TinderboxOct 13, 2006 12:55 am 
FreeBSD TinderboxOct 13, 2006 12:21 pm 
Joel DahlOct 13, 2006 2:35 pm 
Kip MacyOct 13, 2006 2:40 pm 
Joel DahlOct 13, 2006 3:08 pm 
Ruslan ErmilovOct 13, 2006 3:12 pm 
FreeBSD TinderboxOct 14, 2006 1:48 am 
FreeBSD TinderboxOct 14, 2006 3:08 pm 
FreeBSD TinderboxOct 15, 2006 11:39 am 
FreeBSD TinderboxOct 15, 2006 5:52 pm 
FreeBSD TinderboxOct 16, 2006 6:38 am 
FreeBSD TinderboxOct 16, 2006 8:02 pm 
FreeBSD TinderboxOct 17, 2006 6:52 am 
FreeBSD TinderboxOct 20, 2006 2:57 pm 
FreeBSD TinderboxOct 22, 2006 9:24 am 
FreeBSD TinderboxOct 28, 2006 5:02 am 
FreeBSD TinderboxOct 31, 2006 11:03 pm 
FreeBSD TinderboxNov 1, 2006 11:07 am 
FreeBSD TinderboxNov 3, 2006 7:20 pm 
FreeBSD TinderboxNov 4, 2006 12:44 am 
FreeBSD TinderboxNov 4, 2006 6:04 am 
John BirrellNov 4, 2006 6:59 am 
Kip MacyNov 4, 2006 7:46 am 
Peter JeremyNov 4, 2006 11:06 am 
Randall StewartNov 4, 2006 5:49 pm 
FreeBSD TinderboxNov 4, 2006 5:49 pm 
FreeBSD TinderboxNov 4, 2006 5:50 pm 
FreeBSD TinderboxNov 4, 2006 10:50 pm 
FreeBSD TinderboxNov 5, 2006 4:25 am 
FreeBSD TinderboxNov 5, 2006 10:10 am 
FreeBSD TinderboxNov 5, 2006 3:47 pm 
FreeBSD TinderboxNov 5, 2006 10:30 pm 
FreeBSD TinderboxNov 6, 2006 5:25 am 
FreeBSD TinderboxNov 6, 2006 12:27 pm 
FreeBSD TinderboxNov 6, 2006 6:48 pm 
John BaldwinNov 6, 2006 10:09 pm 
Randall StewartNov 7, 2006 12:19 am 
FreeBSD TinderboxNov 7, 2006 1:19 am 
FreeBSD TinderboxNov 7, 2006 8:02 am 
FreeBSD TinderboxNov 7, 2006 3:00 pm 
John BaldwinNov 7, 2006 3:16 pm 
Randall StewartNov 7, 2006 5:39 pm 
FreeBSD TinderboxNov 7, 2006 9:54 pm 
FreeBSD TinderboxNov 8, 2006 4:41 am 
FreeBSD TinderboxNov 8, 2006 11:43 am 
FreeBSD TinderboxNov 8, 2006 6:38 pm 
FreeBSD TinderboxNov 11, 2006 7:32 am 
FreeBSD TinderboxNov 11, 2006 7:53 pm 
FreeBSD TinderboxNov 12, 2006 12:56 am 
FreeBSD TinderboxNov 12, 2006 6:12 am 
Subject:[head tinderbox] failure on sparc64/sun4v
From:Ruslan Ermilov (ru@FreeBSD.org)
Date:Oct 12, 2006 2:13:49 am
List:org.freebsd.freebsd-sparc64

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 @@ -22,7 +22,7 @@ device ebus device isa device pci device sbus -device central +#device central device fhc

@@ -36,34 +36,40 @@ 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,