|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen tools compile failed - missing gnu/stubs-32.h
Hi Tim,
On Mon, Aug 18, 2008 at 7:43 AM, Tim Post <echo@xxxxxxxxxxxx> wrote:
> On Sun, 2008-08-17 at 17:57 -0400, Aaron Peterson wrote:
>> what is this stubs-32.h, why don't I have it and where can I get it :-)
>
> Just:
>
> ln -s /usr/include/gnu/stubs-64.h /usr/include/gnu/stubs-32.h
>
I just did a apt-get install libc6-dev-i386
followed by:
diff /usr/include/gnu/stubs-64.h /usr/include/gnu/stubs-32.h
10c10,12
< #define __stub_bdflush
---
> #define __stub___kernel_cosl
> #define __stub___kernel_sinl
> #define __stub___kernel_tanl
15d16
< #define __stub_getmsg
18d18
< #define __stub_putmsg
The ln might not be so harmless necessarily
> The stubs just load arch specific headers, which do their own sanity.
> This is a bug, however the work-around is quite safe.
>
Whose bug is it? If it is Xen's then shouldn't it be fixed before the release?
Although a dependency on the i386 libc devel package isn't that big of a
deal really.
Cheers,
Todd
--
Todd Deshane
http://todddeshane.net
check out our book: http://runningxen.com
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|