|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] need known working 64-bit upstream kernel config file fo
Dan Magenheimer writes ("RE: [Xen-devel] need known working 64-bit upstream
kernel config file for PV guest"):
> make -j4; make -j4 modules modules_install; make install
> then the resultant kernel (often) fails and if I build with:
> make; make modules; make modules_install; make install
> then the resultant kernel boots.
If you're right it will be due to a race in the makefiles.
> I reproduced this, but don't really have time to track down what
> the failure is. [...]
Since it is a race it will be difficult for other people to
reproduce. The make output ought to make it clear though.
> I usually build in a VNC console window and don't
> redirect output of make so it's possible I've gotten error messages
> that I've missed/ignored.
Try, starting with a clean tree, running this
(make -j4; make -j4 modules modules_install; make install) 2>&1 | tee ../log
and check that the resulting kernel does fail, and then provide us
with "log".
> Weird but apparently true. And now that I have 2.6.34 working
> in both 32-bit and 64-bit PV, I really have to quit looking into
> this now.
Then it is unlikely to get fixed any time soon.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-devel] need known working 64-bit upstream kernel config file for PV guest, (continued)
|
|
|
|
|