From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756989AbZDOVST (ORCPT ); Wed, 15 Apr 2009 17:18:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755219AbZDOVSG (ORCPT ); Wed, 15 Apr 2009 17:18:06 -0400 Received: from pfepa.post.tele.dk ([195.41.46.235]:51971 "EHLO pfepa.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755046AbZDOVSF (ORCPT ); Wed, 15 Apr 2009 17:18:05 -0400 Date: Wed, 15 Apr 2009 23:20:09 +0200 From: Sam Ravnborg To: Gregory Haskins , hpa@zytor.com Cc: Randy Dunlap , linux-kernel@vger.kernel.org, henrix@sapo.pt Subject: Re: Trouble with make-install from a NFS mount Message-ID: <20090415212009.GA27597@uranus.ravnborg.org> References: <49E500F6.8060401@novell.com> <49E501D4.6000605@oracle.com> <49E627AA.5080105@novell.com> <49E641D4.2000604@oracle.com> <49E64DE1.8070909@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49E64DE1.8070909@novell.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > The problem seems to be that 30-rcX thinks that there are dependencies > to update (such as include/config/kernel.release and version.h.tmp) > during a make-install operation. Since I am on a root-squashed NFS > mount, these files cannot be updated and thus the install fails. > Previous trees prior to linux-current (at least up to 2.6.29) did not > try to update these files so the install would succeed. It is because arch/x86/Makefile has a dependency on vmlinux for the install target. I know hpa has had a fix for it but it is not applied. I recall there was a trivial bug in the first version. Sam