[Bug 189092] Review Request: boo

bugzilla at redhat.com bugzilla at redhat.com
Fri May 5 22:02:50 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: boo


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=189092





------- Additional Comments From paul at all-the-johnsons.co.uk  2006-05-05 18:02 EST -------
Simple fix - add

export PREFIX=/usr

before the configure line. Compiles correctly using mock (well, I'm saying it
is, unfortunately rpmbuild is shot currently, but it's not giving any errors and
is attempting to do the install step)

As to redefining %libdir - it's pointless.

Inside the makefile.am files there is a line like this (well, it's in
monodevelop and a few others)

pkconfigdir=$(prefix)/lib/pkgconfig

which screws things up somewhat for lots of other bits. I've suggested a fix to
the mono guys tonight (5th May) which alters the .am files to read

pkgconfigdir=$(prefix)/$(libdir)/pkgconfig

The configure script then exports either lib or lib64 depending on what is
passed in using --libdir

This should sort the problems with 64 bit systems currently found.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list