Date: Thu, 12 Oct 2006 13:12:44 +0400 From: Ruslan Ermilov <ru@FreeBSD.org> To: Kip Macy <kmacy@FreeBSD.org> Cc: current@FreeBSD.org, sparc64@FreeBSD.org Subject: Re: [head tinderbox] failure on sparc64/sun4v Message-ID: <20061012091244.GC60767@rambler-co.ru> In-Reply-To: <20061012053950.A917E7305F@freebsd-current.sentex.ca> References: <20061012053950.A917E7305F@freebsd-current.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] 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, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFLgcMqRfpzJluFF4RAkvoAJ96EzELscP7CmMltDBhjMYxrXkjEwCdHrE7 aY3jX3d/kfEETKFjFgJXyVc= =BuV7 -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061012091244.GC60767>
