From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1Ijah9-0003AE-W5 for user-mode-linux-devel@lists.sourceforge.net; Sun, 21 Oct 2007 06:18:20 -0700 Received: from saraswathi.solana.com ([198.99.130.12]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1Ijah8-0004lM-BA for user-mode-linux-devel@lists.sourceforge.net; Sun, 21 Oct 2007 06:18:19 -0700 Date: Sun, 21 Oct 2007 09:08:48 -0400 From: Jeff Dike Message-ID: <20071021130848.GA4621@c2.user-mode-linux.org> References: <200710111754.46854.rob@landley.net> <200710200252.37919.p.giarrusso@gmail.com> <87y7dyhv2u.fsf@hades.wkstn.nix> <20071021114854.GF2455@hacking> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20071021114854.GF2455@hacking> Subject: Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final. List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: WANG Cong Cc: Nix , Rob Landley , Paolo Giarrusso , linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net On Sun, Oct 21, 2007 at 07:48:54PM +0800, WANG Cong wrote: > UML still doesn't build on 2.6.23-git16. > > Gcc threw out many errors, I put them in the web: > http://wangcong.org/down/errors.txt Looks like either you need to run mrproper and try again, or maybe fallout from the x86 merge, with include/asm-um/arch pointing to include/asm-i386 instead of include/asm-x86. Although I though Al had UML building in the presence of the x86 merge. Jeff -- Work email - jdike at linux dot intel dot com ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752321AbXJUNS2 (ORCPT ); Sun, 21 Oct 2007 09:18:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751468AbXJUNSW (ORCPT ); Sun, 21 Oct 2007 09:18:22 -0400 Received: from saraswathi.solana.com ([198.99.130.12]:48290 "EHLO saraswathi.solana.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751359AbXJUNSV (ORCPT ); Sun, 21 Oct 2007 09:18:21 -0400 Date: Sun, 21 Oct 2007 09:08:48 -0400 From: Jeff Dike To: WANG Cong Cc: Nix , Paolo Giarrusso , user-mode-linux-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Rob Landley Subject: Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final. Message-ID: <20071021130848.GA4621@c2.user-mode-linux.org> References: <200710111754.46854.rob@landley.net> <200710200252.37919.p.giarrusso@gmail.com> <87y7dyhv2u.fsf@hades.wkstn.nix> <20071021114854.GF2455@hacking> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071021114854.GF2455@hacking> User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 21, 2007 at 07:48:54PM +0800, WANG Cong wrote: > UML still doesn't build on 2.6.23-git16. > > Gcc threw out many errors, I put them in the web: > http://wangcong.org/down/errors.txt Looks like either you need to run mrproper and try again, or maybe fallout from the x86 merge, with include/asm-um/arch pointing to include/asm-i386 instead of include/asm-x86. Although I though Al had UML building in the presence of the x86 merge. Jeff -- Work email - jdike at linux dot intel dot com