Bug 277581
| Summary: | qmake-qt4.64bit not finding binary | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ben Boeckel <fedora> |
| Component: | qt4 | Assignee: | Than Ngo <than> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7 | CC: | kevin, rdieter |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-09-24 16:33:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ben Boeckel
2007-09-04 23:39:43 UTC
I spoke with the reporter on IRC: the problem is this: the wrapper script
queries %{_libdir} from RPM: /bin/rpm --eval "%{_libdir}/qt4" 2>/dev/null
However, this only works with redhat-rpm-config installed, and there doesn't
seem to be anything requiring it. Installing redhat-rpm-config "fixes" this
bug.
OK, it already has Requires: rpm, just make it redhat-rpm-config :) unless we can come up with some other better way of handling multilib'ness in the app wrapper. I chose rpm approach in the first place over pkg-config, since it respects setarch (ie, on x86_64, 'setarch i386 qmake' does the right thing). %changelog * Fri Sep 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 4.3.1-8 - -x11: Req: redhat-rpm-config rpm, app-wrapper/multilib fun (#277581) fwiw, we'll be using %%_bindir as %%_qt4_bindir in qt-4.4.0, so that should alleviate any need for hacks. But we have to find a solution for bug 446167 before we can do that. :-( |