Need help with build on x86_64 arch

Neal Becker ndbecker2 at gmail.com
Thu Mar 16 20:05:44 UTC 2006


Michael Thomas wrote:

> 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.
> 

And install into /usr/lib is what's wrong - don't change %files.





More information about the fedora-extras-list mailing list