[Bug 490132] Review Request: mingw32-qt - Qt library for MinGW

bugzilla at redhat.com bugzilla at redhat.com
Fri Mar 13 17:23:46 UTC 2009


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=490132





--- Comment #11 from Kevin Kofler <kevin at tigcc.ticalc.org>  2009-03-13 13:23:46 EDT ---
> mingw32-qt.src:219: W: libdir-macro-in-noarch-package
> %{_libdir}/qt4/mkspecs/fedora-win32-cross
>
> This seems OK ...

No, it's not. Noarch packages MUST NOT install to %{_libdir} as that expands to
something different depending on the arch it's built on. In addition, 64-bit
qmake will not find the mkspecs in /usr/lib, so even hardcoding it as /usr/lib
is wrong.

We used /usr/share/qt4/mkspecs in the native Qt at some point, but this was
changed because it causes other problems. So unless we can get the native Qt to
look there as well, this package cannot be noarch.

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



More information about the mingw mailing list