xen-3.2.0-10.fc9.src.rpm Failed To Build From Source
Created attachment 300174 [details] root.log.bz root.log for x86_64
Created attachment 300175 [details] build.log.bz build.log for x86_64
Your mock config is broken & excluding i386 packages on x86_64 which is required to build the BIOS.
It's using the configs that mock provides...
reopen and reassign to mock. The exclude line being used should have allowed glibc.i?86 to be included, but clearly it wasn't. # grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all # .i?86 packages except these. exclude=[0-9A-Za-fh-z]*.i?86 g[0-9A-Za-km-z]*.i?86 gl[0-9A-Za-hj-z]*.i?86 gli[0-9A-Zac-z]*.i?86 glib[0-9A-Za-bd-z]*.i?86 yet root.log shows: No Package Found for /usr/include/gnu/stubs-32.h which is provided by glibc-devel.i686 So it's ugly, but we need to not exclude glibc-devel.i?86. Reassigning to mock.
I reported this mock bug months ago but it seems it was never fixed :-( https://bugzilla.redhat.com/show_bug.cgi?id=429723 *** This bug has been marked as a duplicate of 429723 ***