Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 10 Feb 2003 15:40:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 10 Feb 2003 15:40:22 -0500 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:21925 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Mon, 10 Feb 2003 15:40:19 -0500 Date: Mon, 10 Feb 2003 14:49:36 -0600 (CST) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Kay Sievers cc: linux-kernel@vger.kernel.org Subject: Re: 2.5.60 defconfig+CONFIG_MODVERSIONS=y -> syntax error In-Reply-To: <20030210203702.GA16226@vrfy.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1138 Lines: 28 On Mon, 10 Feb 2003, Kay Sievers wrote: > the compilation of a fresh 2.5.60-kernel failed with: > > gcc -Wp,-MD,arch/i386/kernel/.time.o.d -D__KERNEL__ -Iinclude -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing > -fno-common -pipe -mpreferred-stack-boundary=2 -march=pentium4 > -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include > -DKBUILD_BASENAME=time -DKBUILD_MODNAME=time -c -o > arch/i386/kernel/.tmp_time.o arch/i386/kernel/time.c > ld:arch/i386/kernel/.tmp_time.ver:1: syntax error > make[1]: *** [arch/i386/kernel/time.o] Error 1 > make: *** [arch/i386/kernel] Error 2 > > It's the "make defconfig .config" with CONFIG_MODVERSIONS switched on. Interesting. Thanks for testing CONFIG_MODVERSIONS. I cannot reproduce it here, unfortunately (not even with the same .config). What does arch/i386/kernel/.tmp_time.ver look like? --Kai - 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/