Yum errors building F9 packages on F8

Paul Howarth paul at city-fan.org
Thu Mar 27 14:14:03 UTC 2008


Douglas E. Warner wrote:
> I get errors like the following when trying to build F9 packages in mock on an 
> F8 box; is this due to the yum version on my F8 box?
> 
> ERROR: Exception(SRPMS/syslog-ng-2.0.9-1.src.rpm) 
> Config(fedora-development-x86_64) 3 minutes 35 seconds
> INFO: Results and/or logs 
> in: /mnt/storage/redhat/mock/fedora-development-x86_64/result
> ERROR: Command failed:
>  
> # /usr/bin/yum --installroot /mnt/storage/redhat/mock/fedora-development-x86_64/root/  
> install  
> ccache  'flex' 'byacc' 'eventlog-devel' 'pkgconfig' 'libnet-devel' 'glib2-devel'
> Error: Missing Dependency: libselinux.so.1 is needed by package glib2-devel
> Error: Missing Dependency: libfam.so.0 is needed by package glib2
> Error: Missing Dependency: libselinux.so.1 is needed by package glib2

Change the exclude= line in your mock configuration for 
fedora-development-x86_64:

The element "glib[A-Za-bd-z]*.i?86" should be "glib[A-Za-bd-z0-9]*.i?86" 
so as to exclude glib2.i386 from being pulled into the x86_64 buildroot.

Paul.




More information about the fedora-devel-list mailing list