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

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

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] Bug in 2.0.6 "buildconfigs" ?
From: Bill Burns <billburnseh@xxxxxxxxx>
Date: Tue, 28 Jun 2005 10:19:43 -0400
Delivery-date: Tue, 28 Jun 2005 14:18:39 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=PQmdV3d1Z1iFdtd40M41wT+0cvl0NlJod+GUptJMCttiRAEEGp1bMfTO4tK0Ir9Q2CzJ6jPqfTszziF+gGOGbmeIhE6lEZx2l8R8BWOBLxwig88Wf46gWKAgZU4wKYMDQsJ/uI/QAR66C7FUBo3fy31E57q/PfZc2+Lx/STme04=
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>
Reply-to: Bill Burns <billburnseh@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx

Looks like this is still broken both in 2.0-testing and the latest
unstable. The mk.linux.2.6-xen0, while it has a nice clean
EXTRAVERSION, sets CONFIG_VERSION from the
EXTRAVERSION in the linux dir Makefile that has the
un-resolved $(XENGUEST) tacked on. Thus putting a
config under dist does not work.


 Bill


>On 5/23/05, tdc <tdc@xxxxxxxxxxxx> wrote:
>> 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.
>
>Yeah, I've fixed this now in 2.0-testing and unstable.
>
> (other stuff deleted here)
>
> christian


_____________

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] Bug in 2.0.6 "buildconfigs" ?, Bill Burns <=