Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=511204 Paulo Roma Cavalcanti <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Paulo Roma Cavalcanti <[email protected]> 2009-07-30 09:05:19 EDT --- It does not build on x86_64. /usr/lib is hardcoded in setup.py. Therefore, %{_libdir} will install in the wrong place. You can use sed -i -e 's|/usr/lib|%{_libdir}|g' setup.py to make it install in /usr/lib64, but I do not understand why the source want to install python scripts there. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
