Bug 564651
| Summary: | FTBFS octave-forge-20090607-15.fc12 | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | FTBFS <ftbfs> | ||||||||||||||
| Component: | octave-forge | Assignee: | Alex Lancaster <alex> | ||||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||||
| Priority: | high | ||||||||||||||||
| Version: | rawhide | CC: | alex, matt_domsch, orion, rpandit | ||||||||||||||
| Target Milestone: | --- | Keywords: | Triaged | ||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | All | ||||||||||||||||
| OS: | Linux | ||||||||||||||||
| URL: | http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/ | ||||||||||||||||
| Whiteboard: | |||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2010-02-20 10:12:02 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: | 538681 | ||||||||||||||||
| Attachments: |
|
||||||||||||||||
|
Description
FTBFS
2010-02-13 16:29:42 UTC
Created attachment 390949 [details]
root.log
root.log for i386
Created attachment 390950 [details]
build.log
build.log for i386
Created attachment 390952 [details]
mock.log
mock.log for i386
Created attachment 390953 [details]
root.log
root.log for x86_64
Created attachment 390954 [details]
build.log
build.log for x86_64
Created attachment 390955 [details]
mock.log
mock.log for x86_64
Hmm, this could be a pain to fix given the multiple packages and messy build process that octave-forge contains. I wish they would have introduced this change a lot earlier in the release cycle to give us plenty of time. Anyone know where to start? I think this is another bogus false positive from the FTBFS builds fine in F-13/branched-rawhide in koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=2001136 can't test F-14/rawhide build right now because of broken deps. Closing as NOTABUG. Will re-open if it shows up again. again, this failed to build 4 times before I filed the bug, so not obviously a false positive. But if it's building in koji, great! The failure on both architectures was: libANN.a ANN.o brute.o kd_tree.o kd_util.o kd_split.o kd_dump.o kd_search.o kd_pr_search.o kd_fix_rad_search.o bd_tree.o bd_search.o bd_pr_search.o bd_fix_rad_search.o perf.o make[3]: execvp: libANN.a: Permission denied not sure why it is trying to execute libAnn.a as an executable, but that is what it was trying to do. (In reply to comment #10) > not sure why it is trying to execute libAnn.a as an executable, but that is > what it was trying to do. Nor I, but it is rebuilding as a scratch build on rawhide-branched (rawhide/F-14 had broken deps yesterday so I couldn't test that, but should still work). I checked that part of the build in my new koji builds and when that is part of the build is reached, it is prefixed by a sensible ar command: ar rc libANN.a ANN.o brute.o kd_tree.o kd_util.o kd_split.o kd_dump.o kd_search.o kd_pr_search.o kd_fix_rad_search.o bd_tree.o bd_search.o bd_pr_search.o bd_fix_rad_search.o perf.o Perhaps there is some issue with make or configure in your FTBFS tests? I guess they're not done via koji? |