From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-86536-garchives=archives.gentoo.org@lists.gentoo.org>) id 1L2VrM-0006ZC-06 for garchives@archives.gentoo.org; Tue, 18 Nov 2008 19:03:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26DF9E0227; Tue, 18 Nov 2008 19:03:34 +0000 (UTC) Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.158]) by pigeon.gentoo.org (Postfix) with ESMTP id 010E7E0227 for <gentoo-user@lists.gentoo.org>; Tue, 18 Nov 2008 19:03:33 +0000 (UTC) Received: by yx-out-1718.google.com with SMTP id 4so1416868yxp.46 for <gentoo-user@lists.gentoo.org>; Tue, 18 Nov 2008 11:03:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=0dTTidZgZmdmIc3dffvv1uhZJ166mn1G81UK31dvFAM=; b=l01HSCtY944RadRBm/iWRTt3p2QbrjCK1YLXxGA1rQNtXYms3+87aISvd2whpAfoqU 7wt1a7h55Y5n52gkLlKJUWezGPMNRs+sdAi6uSNzdctUNvsS16x0k4qElNIRAlLzhaWV UXRW8Rmlty2/kHv/lcJto7c2G2uTmJWo4RhfM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=v8sHVHXxqZ/3+Rc4o/D0KsKyad4pSCWXJE+KEutHud/0FZojSYNWD3R/DZ9/AnEAHa a/lIe5ZTHSz6ErYB5412UbcuMtDi6D3VLfce8lioqJj6dtOjEZQwgVxFlS/GGhF3J95K bKRjp2enUiII9AU4ZDbJ4takwFly10dEi8ZN0= Received: by 10.100.107.3 with SMTP id f3mr133508anc.28.1227035012015; Tue, 18 Nov 2008 11:03:32 -0800 (PST) Received: from ?10.192.200.236? (Net12H23.itsd.state.ms.us [205.144.227.23]) by mx.google.com with ESMTPS id d22sm3314641and.0.2008.11.18.11.03.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 18 Nov 2008 11:03:29 -0800 (PST) Message-ID: <4923117F.7010008@gmail.com> Date: Tue, 18 Nov 2008 13:03:27 -0600 From: Chris Lieb <chris.lieb@gmail.com> User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Re: Unable to build sys-kernel/hardened-sources-2.6.25-r9 References: <4921F7EE.6040604@gmail.com> In-Reply-To: <4921F7EE.6040604@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: dde57761-db32-471e-9084-797d2aad52d5 X-Archives-Hash: 7ad9eee3551a0dfff6fd3918060d0564 The problem seems to have been fixed in sys-kernel/hardened-sources-2.6.25-r10 Chris Chris Lieb wrote: > I am attempting to switch a VM over to the hardened profile and the > hardened kernel. I have rebuilt almost all of the packages on my > computer after switching to th hardened profile, save for a few kernel > modules. I have emerged hardened-sources-2.6.25-r9 and am trying to > build it. I tried copying the .config that I had used with > gentoo-sources-2.6.25-r9 to /usr/src/linux (symlinked to > /usr/src/linux-2.6.25-hardened-r9) and doing a `make menuconfig` > followed by a `make && make modules_install`, but received an error > almost right out of the gate. The error concerns some part of the frame > buffer driver. Here is the output I get from make: > > CHK include/linux/version.h > CHK include/linux/utsrelease.h > CALL scripts/checksyscalls.sh > CHK include/linux/compile.h > dnsdomainname: Host name lookup failure > CC drivers/video/uvesafb.o > drivers/video/uvesafb.c: In function `uvesafb_vbe_getpmi': > drivers/video/uvesafb.c:593: error: `pmi_code' undeclared (first use in > this function) > drivers/video/uvesafb.c:593: error: (Each undeclared identifier is > reported only once > drivers/video/uvesafb.c:593: error: for each function it appears in.) > make[2]: *** [drivers/video/uvesafb.o] Error 1 > make[1]: *** [drivers/video] Error 2 > make: *** [drivers] Error 2 > INSTALL drivers/crypto/geode-aes.ko > INSTALL drivers/scsi/scsi_wait_scan.ko > INSTALL drivers/usb/core/usbcore.ko > INSTALL drivers/usb/host/ehci-hcd.ko > INSTALL drivers/usb/host/uhci-hcd.ko > INSTALL drivers/usb/storage/usb-storage.ko > DEPMOD 2.6.25-hardened-r9 > > The only way I can get rid of the error is to disable frame buffer > entirely (Device drivers -> Graphics support -> Support for frame buffer > devices), which is not optimal. > > Does anyone know what is causing this? > > Thanks, > Chris > > Attached: `emerge --info` and .config being used >