17 Jul
2006
17 Jul
'06
06:12
On 7/17/06, Marcus Meissner <meissner@suse.de> wrote:
On Mon, Jul 17, 2006 at 08:03:29AM +0200, Karl Eichwalder wrote:
The BS refuses to build libextractor for x86_64 (factory) as part of my home project:
http://build.opensuse.org/package/show?package=libextractor&project=home%3Akeichwa
The error message is: expansion error : have choice for libdns_sd.so()(64bit) needed by gnome-vfs2: avahi-compat-mDNSResponder mDNSResponder-lib
How can I fix this issue? FYI, I can build the package with "mbuild -D x86_64" using the the same files.
You can add one of them explicitly.
Add this in your spec %if %suse_version > 1000 Requires: mDNSResponder-lib %endif