Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262294AbTFFViV (ORCPT ); Fri, 6 Jun 2003 17:38:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262298AbTFFViV (ORCPT ); Fri, 6 Jun 2003 17:38:21 -0400 Received: from pan.togami.com ([66.139.75.105]:53917 "EHLO pan.mplug.org") by vger.kernel.org with ESMTP id S262294AbTFFViT (ORCPT ); Fri, 6 Jun 2003 17:38:19 -0400 Subject: Re: 2.5.70 thru bk10 amd64 compile failure From: Warren Togami To: linux-kernel@vger.kernel.org In-Reply-To: References: <1054878617.3699.134.camel@laptop.suse.lists.linux.kernel> <1054917352.28218.3.camel@serpentine.internal.keyresearch.com.suse.lists.linux.kernel> Content-Type: text/plain Message-Id: <1054936311.3736.19.camel@laptop> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 06 Jun 2003 11:51:51 -1000 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1652 Lines: 40 On Fri, 2003-06-06 at 11:39, Andi Kleen wrote: > Bryan O'Sullivan writes: > > > On Thu, 2003-06-05 at 22:50, Warren Togami wrote: > > > > > kernel-2.5.70, 2.5.70-bk9 and 2.5.70-bk10 all fail compilation here on > > > my amd64 with gcc-3.2.2-10 on stock RedHat GinGin64. Please pardon me > > > if this is a duplicate report, I am now subscribing in order to keep a > > > closer eye on this list. > > > > You're compiling with CONFIG_VT turned off. Turn it on for now, as I > > don't have a patch for that problem yet. > > See it as a feature. Compiling with CONFIG_VT off is in 99.999999999% > of all cases a mistake. On AMD64 it is more likely 100% ;-) > > Seriously is quite possible that obscure configurations do not compile on amd64 > (obscure is anything that is not like arch/x86_64/defconfig ;) > They are not regularly tested. Patches are welcome. > > As for CONFIG_VT I think this option should really be wrapped by > CONFIG_EMBEDDED, Turning it off is near always a mistake. > Same for the keyboard drivers in the input layer at least for CONFIG_X86. > This would work with make oldconfig too from 2.4 config files > unlike the current way. > > -Andi Thanks for the cluestick. I indeed made the mistake of using "make oldconfig" from a 2.4 kernel config file. I hope that the CONFIG_EMBEDDED thing does happen so others do not experience this problem. Warren - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/