WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Bug in 2.0.6 "buildconfigs" ?

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Bug in 2.0.6 "buildconfigs" ?
From: tdc <tdc@xxxxxxxxxxxx>
Date: Mon, 23 May 2005 15:25:58 +0200
Delivery-date: Mon, 23 May 2005 13:26:22 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050516
I think there is a bug in mk.linux-2.6-* scripts which leads to always
using xenX-defconfigs and ignoring configs in dist/install/boot.

On line 34 in mk.linux-2.6-* you check for file:
$(DESTDIR)/boot/config-$(LINUX_VER)$$CONFIG_VERSION
this evals to filename "config-2.6.11.10$(XENGUEST)", which is obviously
wrong. Makefiles in toplevel kernel trees does have the same error in it
(these are set on line 30 in mk.linux-2.6.*)
Makefile (for xen0) then starts with:
---
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 11
EXTRAVERSION = .10$(XENGUEST)
XENGUEST = -xen0
NAME=Woozy Beaver
---

Downloaded today at 13:08 from
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-2.0.6-src.tgz

Dave


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>