Akemi Yagi wrote:
On Thu, Jul 23, 2009 at 1:29 PM, Seth Vidalskvidal@fedoraproject.org wrote:
Cannot find build req /usr/lib/crt1.o. Exiting. ending
is it in the repo properly?
Just found out that centos-5-x86_64.cfg supplied by the centos mock rpm contains "*-devel.i?86" on the exclude= line. When this was deleted, all was well.
Yes, the config that ships is subtly broken and won't allow building of a couple packages (grub and syslinux), as you just found out.
Building of grub and syslinux packages on x86_64 need glibc-devel.i386 which pulls in glibc.i686 so the exclude line should exclude all .i?86 files except these two.
Now the question is: should the "*-devel.i?86" be removed from the cfg file? Karanbir?
Akemi