Bug 660766
Summary: | FTBFS dfu-util-0.1-0.11.fc14 | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | FTBFS <ftbfs> | ||||||||||||||||||
Component: | dfu-util | Assignee: | Juha Tuomala <tuju> | ||||||||||||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||
Severity: | high | Docs Contact: | |||||||||||||||||||
Priority: | high | ||||||||||||||||||||
Version: | rawhide | CC: | jreznik, ndevos, tuju | ||||||||||||||||||
Target Milestone: | --- | Keywords: | Patch, Triaged | ||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||
Hardware: | All | ||||||||||||||||||||
OS: | Linux | ||||||||||||||||||||
URL: | http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/ | ||||||||||||||||||||
Whiteboard: | |||||||||||||||||||||
Fixed In Version: | dfu-util-0.3-1.fc15 | Doc Type: | Bug Fix | ||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||
Last Closed: | 2011-06-24 03:25:58 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: | |||||||||||||||||||||
Bug Depends On: | |||||||||||||||||||||
Bug Blocks: | 659965 | ||||||||||||||||||||
Attachments: |
|
Description
FTBFS
2010-12-07 17:54:03 UTC
Created attachment 465447 [details]
root.log
root.log for i386
Created attachment 465448 [details]
build.log
build.log for i386
Created attachment 465449 [details]
mock.log
mock.log for i386
Created attachment 465450 [details]
root.log
root.log for x86_64
Created attachment 465451 [details]
build.log
build.log for x86_64
Created attachment 465452 [details]
mock.log
mock.log for x86_64
Created attachment 487740 [details] prevent building the unused static binary building dfu_util_static is to be broken on f15: - http://kojipkgs.fedoraproject.org/packages/libusb/0.1.3/7.fc15/data/logs/x86_64/build.log The output of configure contains: > checking if gcc static flag -static works... no Therefore compiling with gcc did not have the -static flag passed on the commandline. This resulted in a broken libusb-static which prevents the static part of dfu-util to be linked correctly. The attached patch prevents building the static binary (which was excluded from the %files section anyway) and makes the build succeed again. Created attachment 487741 [details] changes the spec-file to prevent building the static binary Please check the attached patches and apply if suitable. With these changes, dfu-util builds successful: $ fedpkg scratch-build --srpm dfu-util-0.1-0.13.fc16.src.rpm [====================================] 100% 00:00:04 107.05 KiB 21.81 KiB/sec Building dfu-util-0.1-0.13.fc16 for dist-rawhide Created task: 2948188 Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=2948188 Watching tasks (this may be safely interrupted)... 2948188 build (dist-rawhide, dfu-util-0.1-0.13.fc16.src.rpm): free 2948188 build (dist-rawhide, dfu-util-0.1-0.13.fc16.src.rpm): free -> open (x86-18.phx2.fedoraproject.org) 2948190 buildArch (dfu-util-0.1-0.13.fc16.src.rpm, i686): free 2948189 buildArch (dfu-util-0.1-0.13.fc16.src.rpm, x86_64): open (x86-20.phx2.fedoraproject.org) 2948190 buildArch (dfu-util-0.1-0.13.fc16.src.rpm, i686): free -> open (x86-02.phx2.fedoraproject.org) 2948189 buildArch (dfu-util-0.1-0.13.fc16.src.rpm, x86_64): open (x86-20.phx2.fedoraproject.org) -> closed 0 free 2 open 1 done 0 failed 2948190 buildArch (dfu-util-0.1-0.13.fc16.src.rpm, i686): open (x86-02.phx2.fedoraproject.org) -> closed 0 free 1 open 2 done 0 failed 2948188 build (dist-rawhide, dfu-util-0.1-0.13.fc16.src.rpm): open (x86-18.phx2.fedoraproject.org) -> closed 0 free 0 open 3 done 0 failed 2948188 build (dist-rawhide, dfu-util-0.1-0.13.fc16.src.rpm) completed successfully dfu-util-0.3-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/dfu-util-0.3-1.fc14 dfu-util-0.3-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/dfu-util-0.3-1.fc15 dfu-util-0.3-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/dfu-util-0.3-1.fc13 Package dfu-util-0.3-1.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dfu-util-0.3-1.fc14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/dfu-util-0.3-1.fc14 then log in and leave karma (feedback). dfu-util-0.3-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. dfu-util-0.3-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. dfu-util-0.3-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |