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. -- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list