Need help with build on x86_64 arch

Michael Thomas wart at kobold.org
Thu Mar 16 19:59:57 UTC 2006


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3820 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/fedora-extras-list/attachments/20060316/6b60fedb/attachment.bin>


More information about the fedora-extras-list mailing list