From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1DJgK7-0004KF-G8 for user-mode-linux-devel@lists.sourceforge.net; Thu, 07 Apr 2005 16:22:07 -0700 Received: from zproxy.gmail.com ([64.233.162.194]) by sc8-sf-mx1.sourceforge.net with esmtp (Exim 4.41) id 1DJgK3-0003Mm-R2 for user-mode-linux-devel@lists.sourceforge.net; Thu, 07 Apr 2005 16:22:07 -0700 Received: by zproxy.gmail.com with SMTP id 9so372085nzo for ; Thu, 07 Apr 2005 16:21:57 -0700 (PDT) Message-ID: From: Ian McDonald Reply-To: Ian McDonald Subject: Re: [uml-devel] Broken compiling under 2.6.12-rc2 on my machine In-Reply-To: <200504072022.47474.blaisorblade@yahoo.it> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <200504062136.26895.blaisorblade@yahoo.it> <200504070250.10873.rob@landley.net> <200504072022.47474.blaisorblade@yahoo.it> Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Fri, 8 Apr 2005 11:21:57 +1200 To: Blaisorblade , user-mode-linux-devel@lists.sourceforge.net Cc: Rob Landley OK. Tested this change to arch/um/kernel/Makefile: cmd_quote2 = sed -e '/CONFIG/{' \ -e 's/"CONFIG"\;/""/' \ -e 'r $(obj)/config.tmp' \ -e 'a \' \ -e '""\;' \ -e '}' \ $< > $@ and can report that it fixes my problems. I can also report that vacopy patch works (which is also in 2.6.11.7 I notice but I haven't tested yet - I will post a note when I have but that may be next week) and syscall patch works (which is not yet in 2.6.11.x). Paolo I agree from my angle that this should go forwards as a confirmed patch. Thanks everybody for your support. I wish that I was running something more recent than Debian woody but it is still the latest "official" Debian. I'm sure that your fixes will help other users also. Regards, Ian On Apr 8, 2005 6:22 AM, Blaisorblade wrote: > On Thursday 07 April 2005 08:50, Rob Landley wrote: > > On Wednesday 06 April 2005 03:36 pm, Blaisorblade wrote: > > > Anyway, from looking at what you quote, it's identical to the code in > > > arch/um/kernel/Makefile. Quoting the correct code: > > > > > > quiet_cmd_quote2 = QUOTE $@ > > > cmd_quote2 = sed -e '/CONFIG/{' \ > > > -e 's/"CONFIG"\;/""/' \ > > > -e 'r $(obj)/config.tmp' \ > > > -e 'a""\;' \ > > > -e '}' \ > > > $< > $@ > Btw, can you please explain me why both you and me didn't notice that > config.tmp is not needed? Yesterday while at bed I thought to the world > "pipe" and achieved enlightenment... Am I missing something? > > I'll send the patch, unless I get a NACK. > -- > Paolo Giarrusso, aka Blaisorblade > Linux registered user n. 292729 > http://www.user-mode-linux.org/~blaisorblade > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel