|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] openafs not supported?
Ian Pratt wrote:
Great, that was missing piece! I'm running openafs-1.2.11
compiled with faked
linux-2.4.29-xen0 and until now everything works fine.
Please can you write a good bug report for the openafs maintainers to
get them to fix their Makefiles.
Are you sure that this is bug in their Makefile? Even if I created correct
symlinks to asm-xen instead of asm-i386 (not using your script), compilation
included some i386 header instead of xen-enabled. I can imagine several reasons:
- some header file from /usr/include/ was used (because openafs Makefile creates
only several faked (=symlink to kernel source) include directories) -> this is
bug in openafs
- openafs code included some xen header file, which is not "expected" to be
included directly and therefore this xen header file included wrong i386 version
- if for example asm-xen is just subset of asm-i386, attempt to include some
header existing only in i386 version should lead to usage of system header from
/usr/include/asm-i386
I'll try to investigate it (first step will be trace usage of headers
pre-installed to /usr/include), but I'm not yet convinced what's real source of
problems.
Mirek Ruda
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|