|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] 64bit srpm build error under CentOS 5.1
Joseph L. Casale wrote:
When trying to build the centos5 srpm under x86_64 I am getting the following
error:
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/var/tmp/xen-3.2.0-0xs-root
error: Installed (but unpackaged) file(s) found:
/usr/lib/xen/boot/hvmloader
RPM build errors:
Installed (but unpackaged) file(s) found:
/usr/lib/xen/boot/hvmloader
Open the .spec file and uncomment the directory and the file:
%ifnarch ia64
%dir /usr/lib/xen/boot
/usr/lib/xen/boot/hvmloader
%endif
If you replace the original stuff from your CentOS install, you need to
install the i386 version of libvirt too because of dependencies. Then,
you need to updatethe Xen entry for the Dom0 in grub.conf manually.
Bas.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|