* Bug in 2.0.6 "buildconfigs" ?
@ 2005-05-23 13:25 tdc
2005-05-23 23:59 ` Christian Limpach
0 siblings, 1 reply; 3+ messages in thread
From: tdc @ 2005-05-23 13:25 UTC (permalink / raw)
To: xen-devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Bug in 2.0.6 "buildconfigs" ?
2005-05-23 13:25 Bug in 2.0.6 "buildconfigs" ? tdc
@ 2005-05-23 23:59 ` Christian Limpach
0 siblings, 0 replies; 3+ messages in thread
From: Christian Limpach @ 2005-05-23 23:59 UTC (permalink / raw)
To: tdc; +Cc: xen-devel
On 5/23/05, tdc <tdc@phreaker.net> 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.
> 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
> ---
That's ok, EXTRAVERSION only gets expanded when it's used -- which is
after XENGUEST is defined.
christian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Bug in 2.0.6 "buildconfigs" ?
@ 2005-06-28 14:19 Bill Burns
0 siblings, 0 replies; 3+ messages in thread
From: Bill Burns @ 2005-06-28 14:19 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 859 bytes --]
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
_____________
[-- Attachment #1.2: Type: text/html, Size: 1084 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-06-28 14:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-23 13:25 Bug in 2.0.6 "buildconfigs" ? tdc
2005-05-23 23:59 ` Christian Limpach
-- strict thread matches above, loose matches on Subject: below --
2005-06-28 14:19 Bill Burns
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.