Bug 399621
| Summary: | Cannot compile subcommander-1.2.2-7.fc8.src.rpm | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Safranek <jsafrane> | ||||
| Component: | subcommander | Assignee: | Jochen Schmitt <jochen> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-11-28 19:23:59 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: | |||||||
| Attachments: |
|
||||||
|
Description
Jan Safranek
2007-11-26 16:03:16 UTC
Created attachment 269021 [details]
rpmbuild log
And yes, I have qt-devel installed - rpm -qa | grep qt : qt-3.3.8-10.fc9 qt-devel-3.3.8-10.fc9 I have try to build subcommander on Fedora 8 and in mock agains fedora-devel. For fedora-devel the build fails. Unfortunately, I don't have any idea, why this is happen. The reason is probably that QTDIR variable is not set. The variable is set in /etc/profile.d/qt.sh (owned by qt-devel), but it requires user to login after the qt-devel is installed and this does not happen in mock. Everything works when I install qt-devel and reboot before rpmbuild -ba subcommander.spec (even with new openldap-2.4). I found following hack in kdevelop.spec, which should do all the magic: %build QTDIR="" && source /etc/profile.d/qt.sh Or you can look at other .specs, which depend on qt. Yes, that was my first quest too, so I have insert a line for sourcing /etc/profile.d/qt.sh in the SPEC file. But unfortunately, it doesn't fix the reported issue. I have doublecheck the SPEC file and have amek some correction. the release subcommander-1.2.2-8.fc9 should works. |