From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frans Pop Subject: Re: nfs: __setup_str_nfs_root_setup causes a section type conflict Date: Mon, 3 Aug 2009 23:34:52 +0200 Message-ID: <200908032334.53815.elendil@planet.nl> References: <200907311446.33486.elendil@planet.nl> <200908032257.51739.elendil@planet.nl> <1249333643.18161.36.camel@heimdal.trondhjem.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cc: linux-kernel@vger.kernel.org, linux-nfs@vger.kernel.org, parisc-linux-T/XaZq8tFt7U4lJK3ijXoz+iFHGzDt/a@public.gmane.org, Helge Deller To: Trond Myklebust Return-path: Received: from Cpsmtpm-eml108.kpnxchange.com ([195.121.3.12]:60953 "EHLO CPSMTPM-EML108.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752805AbZHCVey (ORCPT ); Mon, 3 Aug 2009 17:34:54 -0400 In-Reply-To: <1249333643.18161.36.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Monday 03 August 2009, Trond Myklebust wrote: > On Mon, 2009-08-03 at 22:57 +0200, Frans Pop wrote: > > $ make fs/nfs/nfsroot.o > > CHK include/linux/version.h > > CHK include/linux/utsrelease.h > > SYMLINK include/asm -> include/asm-parisc > > CALL scripts/checksyscalls.sh > > CC fs/nfs/nfsroot.o > > fs/nfs/nfsroot.c:403: error: __setup_str_nfs_root_setup causes a > > section type conflict > > To me that looks like some kind of compiler bug. There appears to be > nothing incorrect about the c code generated by the preprocessor. Compiler is gcc 4.3.3. > Just out of interest, could you do > > 'make fs/nfs/nfsroot.s' > > and send us the resulting file? That fails with the same error, so I'm afraid not. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932127AbZHCVez (ORCPT ); Mon, 3 Aug 2009 17:34:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753133AbZHCVey (ORCPT ); Mon, 3 Aug 2009 17:34:54 -0400 Received: from Cpsmtpm-eml108.kpnxchange.com ([195.121.3.12]:60953 "EHLO CPSMTPM-EML108.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752805AbZHCVey (ORCPT ); Mon, 3 Aug 2009 17:34:54 -0400 From: Frans Pop To: Trond Myklebust Subject: Re: nfs: __setup_str_nfs_root_setup causes a section type conflict Date: Mon, 3 Aug 2009 23:34:52 +0200 User-Agent: KMail/1.9.9 Cc: linux-kernel@vger.kernel.org, linux-nfs@vger.kernel.org, parisc-linux@lists.parisc-linux.org, Helge Deller References: <200907311446.33486.elendil@planet.nl> <200908032257.51739.elendil@planet.nl> <1249333643.18161.36.camel@heimdal.trondhjem.org> In-Reply-To: <1249333643.18161.36.camel@heimdal.trondhjem.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908032334.53815.elendil@planet.nl> X-OriginalArrivalTime: 03 Aug 2009 21:34:54.0775 (UTC) FILETIME=[3DBF9470:01CA1482] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 03 August 2009, Trond Myklebust wrote: > On Mon, 2009-08-03 at 22:57 +0200, Frans Pop wrote: > > $ make fs/nfs/nfsroot.o > > CHK include/linux/version.h > > CHK include/linux/utsrelease.h > > SYMLINK include/asm -> include/asm-parisc > > CALL scripts/checksyscalls.sh > > CC fs/nfs/nfsroot.o > > fs/nfs/nfsroot.c:403: error: __setup_str_nfs_root_setup causes a > > section type conflict > > To me that looks like some kind of compiler bug. There appears to be > nothing incorrect about the c code generated by the preprocessor. Compiler is gcc 4.3.3. > Just out of interest, could you do > > 'make fs/nfs/nfsroot.s' > > and send us the resulting file? That fails with the same error, so I'm afraid not.