Bug 820767
| Summary: | lrelease-qt4 tries to run qmake not qmake-qt4 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Samuel Sieb <samuel-rhbugs> |
| Component: | qt | Assignee: | Than Ngo <than> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16 | CC: | itamar, jreznik, kevin, ltinkl, rdieter, rnovacek, smparrish, than |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-06-05 23:01:04 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Samuel Sieb
2012-05-10 23:14:56 UTC
Could you be please more specific? I don't see any problem with lrelease-qt4 and I don't see qmake call from it. Could you prepare steps to reproduce? Thanks. I fixed this in rawhide a little while ago, the fix will be rolled into the next qt update we make (within a week or 2 or so). * Fri May 11 2012 Rex Dieter <rdieter> 4.8.1-11 - lrelease-qt4 tries to run qmake not qmake-qt4 (#820767) See, http://pkgs.fedoraproject.org/gitweb/?p=qt.git;a=commit;h=d8c792b4fc3c8f9086892e98d5563bfd659ab5db But Jaraslov has a point, having a reproducible test case would be nice (esp to be able to confirm the reported issue is fixed. I apologize for the lack of info. I have never used it before, I was just trying to build a program that I found. I should have also mentioned that I used "strings" on the lrelease-qt4 binary and saw the "qmake" string, but not "qmake-qt4". I think what Jaraslov wants... and me too, is a concrete example of something that doesn't work, like: 1. here's an example file 2. try to run lrelease-qt4 on it 3. enjoy smoke and fire (In reply to comment #2) > I fixed this in rawhide a little while ago, the fix will be rolled into the > next qt update we make (within a week or 2 or so). > > * Fri May 11 2012 Rex Dieter <rdieter> 4.8.1-11 > - lrelease-qt4 tries to run qmake not qmake-qt4 (#820767) > > See, > http://pkgs.fedoraproject.org/gitweb/?p=qt.git;a=commit; > h=d8c792b4fc3c8f9086892e98d5563bfd659ab5db > the fix looks fine to me and should fix this issue. qt-4.8.2-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/qt-4.8.2-1.fc17 qt-4.8.2-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/qt-4.8.2-1.fc16 I'm still getting the following error, but it's working, so perhaps it doesn't matter: $ lrelease-qt4 stopmotion.pro sh: /usr/bin/qmake: No such file or directory Could not find qmake configuration directoryCould not find qmake configuration fileUsing OS scope before setting MAKEFILE_GENERATOR I can't see anywhere in the project that would be causing this and I still see the "/qmake" string in the lrelease-qt4 binary. Maybe it's the following line in tools/configure/configure.pro: DEFINES += QT_BOOTSTRAPPED Looks like the patch is wrong or incomplete. The
> #ifdef QT_BOOTSTRAPPED
> option.initProperties(binDir + QLatin1String("/qmake"));
branch of the code is a problem (or even the problem), we need to patch it too.
Package qt-4.8.2-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing qt-4.8.2-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-8397/qt-4.8.2-1.fc17 then log in and leave karma (feedback). Package qt-4.8.2-1.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing qt-4.8.2-1.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-8483/qt-4.8.2-1.fc16 then log in and leave karma (feedback). the patch is uncomplete, i will take a look at this (In reply to comment #8) > I'm still getting the following error, but it's working, so perhaps it > doesn't matter: > > $ lrelease-qt4 stopmotion.pro > sh: /usr/bin/qmake: No such file or directory > Could not find qmake configuration directoryCould not find qmake > configuration fileUsing OS scope before setting MAKEFILE_GENERATOR > > I can't see anywhere in the project that would be causing this and I still > see the "/qmake" string in the lrelease-qt4 binary. > > Maybe it's the following line in tools/configure/configure.pro: > > DEFINES += QT_BOOTSTRAPPED could you please download and install new qt packes from http://koji.fedoraproject.org/koji/taskinfo?taskID=4111637 does the new package fix your problem? thanks Yes, with that build there are no more errors or warnings. (In reply to comment #14) > Yes, with that build there are no more errors or warnings. thanks, new qt package is added Package qt-4.8.2-2.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing qt-4.8.2-2.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-8483/qt-4.8.2-2.fc16 then log in and leave karma (feedback). qt-4.8.2-2.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. qt-4.8.2-2.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |