Bug 344311
| Summary: | mock broken during rebuild of package ktorrent | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Roland Wolters <roland.wolters> | ||||
| Component: | mock | Assignee: | David Cantrell <dcantrell> | ||||
| Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | mebrown, rdieter | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| URL: | http://linux.dell.com/files/fedora/FixBuildRequires/mock-results-core/i386/ktorrent-2.2.2-1.fc8.src.rpm/result/build.log | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-11-15 17:57:11 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
Roland Wolters
2007-10-21 11:25:35 UTC
Not a bug in mock. $ rpm -qp ktorrent-2.2.2-1.fc8.src.rpm --requires kdelibs-devel gettext gmp-devel avahi-devel desktop-file-utils automake rpmlib(CompressedFileNames) <= 3.0.4-1 According to the root log, all of the 'requires' were installed: http://linux.dell.com/files/fedora/FixBuildRequires/mock-results-core/i386/ktorrent-2.2.2-1.fc8.src.rpm/result/root.log --> search for 'yum --installroot' As far as I can see, mock installed all of the deps that were specified and their respective dep trees. But that doesn't explain why it works on x86_64. And: kdebase-devel requires kdelibs-devel explicitely, and kdelibs-devel requires qt-devel: http://cvs.fedoraproject.org/viewcvs/devel/kdebase/kdebase.spec?rev=1.272&view=markup http://cvs.fedoraproject.org/viewcvs/devel/kdelibs3/kdelibs3.spec?rev=1.1&view=markup And if you look at the logs, they *are* being installed. qt-devel is installed in the buildroot. Created attachment 235021 [details]
Part of the config log showing the qt-problem
This shows that the configuration checks for the wrong places. Is this a
problem with the config script, the environment variables or with the Qt
packages?
And why the hell does it work with x86_64? And why did it work with all the
other Fedora versions before?
I'm going to close this bug for now. Please ensure (with scratch builds) that ktorrent builds in koji. If it fails again in the next mock rebuild test a new bug will be opened. |