From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Gwkzn-0004gs-QO for garchives@archives.gentoo.org; Tue, 19 Dec 2006 19:51:28 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kBJJmFpL019595; Tue, 19 Dec 2006 19:48:15 GMT Received: from mail.pivotarchitecture.com (mail.pivotarchitecture.com [64.112.226.106]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kBJJjaNJ016075 for ; Tue, 19 Dec 2006 19:45:36 GMT Received: from localhost (localhost [127.0.0.1]) by mail.wbgs.com (Postfix) with ESMTP id 3E22333C8C5 for ; Tue, 19 Dec 2006 11:45:35 -0800 (PST) Received: from mail.pivotarchitecture.com ([127.0.0.1]) by localhost (mail.wbgs.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12533-05 for ; Tue, 19 Dec 2006 11:45:34 -0800 (PST) Received: from Opus.wbgs.com (Opus.wbgs.com [192.0.0.74]) by mail.wbgs.com (Postfix) with ESMTP id E14CE33C24E for ; Tue, 19 Dec 2006 11:45:33 -0800 (PST) Date: Tue, 19 Dec 2006 11:41:00 -0800 From: Joel Osburn Subject: RE: [gentoo-user] Changing system from single to dual CPU ? To: "'gentoo-user@lists.gentoo.org'" X-Priority: 3 X-Mailer: Bynari Insight Connector 3.1.1-1121232 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-Id: <20061219194533.E14CE33C24E@mail.wbgs.com> X-Virus-Scanned: by amavisd-new at wbgs.com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id kBJJjaNJ016075 X-Archives-Salt: 75e62b8a-af7a-4305-84ec-40566baea505 X-Archives-Hash: 1380545ad7da049827d4e4ea8152c020 > From: richard.j.fish@gmail.com > > On 12/19/06, Joel Osburn wrote: > > I have an Opteron 242 system, to which I recently added a > second processor and some more memory. I figured that to > take advantage of that processor, all I needed to do was > recompile to kernel, reboot, and set "-j3" in the make.conf file. > > > > However, there must be something else, since when I try to > compile the kernel with smp, I get a whole bunch of errors > like this when I run "make": > > > > Everything you posted is just a warning, and should not cause > the kernel build to fail. > > > So no normal end to the compile. > > If the compile really is failing, it probably isn't due to > the warnings you posted above. Try posting the last dozen or > so messages you get from the build. > > -Richard > -- I'm accustomed to a kernel build ending with information regarding kernel image size. This build ends with: In file included from include/asm/mpspec.h:5, from include/asm/smp.h:18, from include/linux/smp.h:19, from include/linux/sched.h:26, from include/linux/module.h:10, from drivers/message/i2o/i2o_bus.mod.c:1: include/asm/mpspec_def.h:78: warning: 'packed' attribute ignored for field of type 'unsigned char[5u]' LD [M] drivers/message/i2o/i2o_bus.ko CC drivers/message/i2o/i2o_config.mod.o In file included from include/asm/mpspec.h:5, from include/asm/smp.h:18, from include/linux/smp.h:19, from include/linux/sched.h:26, from include/linux/module.h:10, from drivers/message/i2o/i2o_config.mod.c:1: include/asm/mpspec_def.h:78: warning: 'packed' attribute ignored for field of type 'unsigned char[5u]' LD [M] drivers/message/i2o/i2o_config.ko CC drivers/message/i2o/i2o_core.mod.o In file included from include/asm/mpspec.h:5, from include/asm/smp.h:18, from include/linux/smp.h:19, from include/linux/sched.h:26, from include/linux/module.h:10, from drivers/message/i2o/i2o_core.mod.c:1: include/asm/mpspec_def.h:78: warning: 'packed' attribute ignored for field of type 'unsigned char[5u]' LD [M] drivers/message/i2o/i2o_core.ko CC drivers/message/i2o/i2o_proc.mod.o In file included from include/asm/mpspec.h:5, from include/asm/smp.h:18, from include/linux/smp.h:19, from include/linux/sched.h:26, from include/linux/module.h:10, from drivers/message/i2o/i2o_proc.mod.c:1: include/asm/mpspec_def.h:78: warning: 'packed' attribute ignored for field of type 'unsigned char[5u]' LD [M] drivers/message/i2o/i2o_proc.ko CC drivers/message/i2o/i2o_scsi.mod.o In file included from include/asm/mpspec.h:5, from include/asm/smp.h:18, from include/linux/smp.h:19, from include/linux/sched.h:26, from include/linux/module.h:10, from drivers/message/i2o/i2o_scsi.mod.c:1: include/asm/mpspec_def.h:78: warning: 'packed' attribute ignored for field of type 'unsigned char[5u]' LD [M] drivers/message/i2o/i2o_scsi.ko CC drivers/net/dummy.mod.o In file included from include/asm/mpspec.h:5, from include/asm/smp.h:18, from include/linux/smp.h:19, from include/linux/sched.h:26, from include/linux/module.h:10, from drivers/net/dummy.mod.c:1: include/asm/mpspec_def.h:78: warning: 'packed' attribute ignored for field of type 'unsigned char[5u]' LD [M] drivers/net/dummy.ko CC fs/binfmt_misc.mod.o In file included from include/asm/mpspec.h:5, from include/asm/smp.h:18, from include/linux/smp.h:19, from include/linux/sched.h:26, from include/linux/module.h:10, from fs/binfmt_misc.mod.c:1: include/asm/mpspec_def.h:78: warning: 'packed' attribute ignored for field of type 'unsigned char[5u]' LD [M] fs/binfmt_misc.ko CC fs/cifs/cifs.mod.o In file included from include/asm/mpspec.h:5, from include/asm/smp.h:18, from include/linux/smp.h:19, from include/linux/sched.h:26, from include/linux/module.h:10, from fs/cifs/cifs.mod.c:1: include/asm/mpspec_def.h:78: warning: 'packed' attribute ignored for field of type 'unsigned char[5u]' LD [M] fs/cifs/cifs.ko CC fs/ntfs/ntfs.mod.o In file included from include/asm/mpspec.h:5, from include/asm/smp.h:18, from include/linux/smp.h:19, from include/linux/sched.h:26, from include/linux/module.h:10, from fs/ntfs/ntfs.mod.c:1: include/asm/mpspec_def.h:78: warning: 'packed' attribute ignored for field of type 'unsigned char[5u]' LD [M] fs/ntfs/ntfs.ko CC fs/smbfs/smbfs.mod.o In file included from include/asm/mpspec.h:5, from include/asm/smp.h:18, from include/linux/smp.h:19, from include/linux/sched.h:26, from include/linux/module.h:10, from fs/smbfs/smbfs.mod.c:1: include/asm/mpspec_def.h:78: warning: 'packed' attribute ignored for field of type 'unsigned char[5u]' LD [M] fs/smbfs/smbfs.ko ------------- There isn't an image in /usr/src/linux/arch/i386/boot/ either. Joel -- gentoo-user@gentoo.org mailing list