From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753318AbZHCVHb (ORCPT ); Mon, 3 Aug 2009 17:07:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753677AbZHCVH3 (ORCPT ); Mon, 3 Aug 2009 17:07:29 -0400 Received: from mail-out1.uio.no ([129.240.10.57]:58092 "EHLO mail-out1.uio.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753318AbZHCVH1 (ORCPT ); Mon, 3 Aug 2009 17:07:27 -0400 Subject: Re: nfs: __setup_str_nfs_root_setup causes a section type conflict From: Trond Myklebust To: Frans Pop Cc: linux-kernel@vger.kernel.org, linux-nfs@vger.kernel.org, parisc-linux@lists.parisc-linux.org, Helge Deller In-Reply-To: <200908032257.51739.elendil@planet.nl> References: <200907311446.33486.elendil@planet.nl> <200908032121.10635.elendil@planet.nl> <1249328851.18161.32.camel@heimdal.trondhjem.org> <200908032257.51739.elendil@planet.nl> Content-Type: text/plain Date: Mon, 03 Aug 2009 17:07:23 -0400 Message-Id: <1249333643.18161.36.camel@heimdal.trondhjem.org> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit X-UiO-Ratelimit-Test: rcpts/h 5 msgs/h 1 sum rcpts/h 9 sum msgs/h 1 total rcpts 979 max rcpts/h 27 ratelimit 0 X-UiO-Spam-info: not spam, SpamAssassin (score=-5.0, required=5.0, autolearn=disabled, UIO_MAIL_IS_INTERNAL=-5, uiobl=NO, uiouri=NO) X-UiO-Scanned: 58CFB2E11A5A46C2FAF7AF4D77667207E777B5D5 X-UiO-SPAM-Test: remote_host: 68.40.207.222 spam_score: -49 maxlevel 80 minaction 2 bait 0 mail/h: 1 total 100 max/h 5 blacklist 0 greylist 0 ratelimit 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2009-08-03 at 22:57 +0200, Frans Pop wrote: > $ make init/do_mounts.o > CHK include/linux/version.h > CHK include/linux/utsrelease.h > SYMLINK include/asm -> include/asm-parisc > CALL scripts/checksyscalls.sh > CC init/do_mounts.o > > while: > > $ 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. Just out of interest, could you do 'make fs/nfs/nfsroot.s' and send us the resulting file? Cheers Trond