Joost Soeterbroek wrote: > Hi, > > Need help with build on x86_64 arch: > > My package builds correctly on i386 arch with mock, but fails in plague > on x86_64 arch: > > http://buildsys.fedoraproject.org/logs/fedora-development-extras/6309-clearsilver-0.10.3-1.fc5/ > > Could anyone please check this package on x86_64: > > http://www.soeterbroek.com/linux/fedora/extras/clearsilver/clearsilver-0.10.3-1.src.rpm The package is installing neo_cgi.so into /usr/lib, regardless of the architecture of the host system. It should be using %{_libdir} instead of /usr/lib. The %files section is trying to pick it up fromm %{python_sitearch}/neo_cgi.so, which evaluates to /usr/lib64 on x86_64, which results in the file not found error in your build log. --Mike
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list