Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 564651

Summary: FTBFS octave-forge-20090607-15.fc12
Product: [Fedora] Fedora Reporter: FTBFS <ftbfs>
Component: octave-forgeAssignee: Alex Lancaster <alex>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: 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 Flags
root.log
none
build.log
none
mock.log
none
root.log
none
build.log
none
mock.log none

Description FTBFS 2010-02-13 16:29:42 UTC
octave-forge-20090607-15.fc12.src.rpm Failed To Build From Source against the rawhide tree.  See http://fedoraproject.org/wiki/FTBFS for more information.
If you believe this is actually a bug in another package, do NOT change the component in this bug or close this bug.  Instead, add the appropriate bug number from the other package to the "Depends on" line in this bug.  If the other package does not yet have a bug created that you think matches, please create one.  Doing so helps us properly track bugs and their dependencies, just as we track package dependencies.  (If you close this bug, and the other package is not fixed before the next FTBFS run, a new bug will get created.  Please follow the above advice to avoid such duplication.)

Comment 1 FTBFS 2010-02-13 16:29:46 UTC
Created attachment 390949 [details]
root.log

root.log for i386

Comment 2 FTBFS 2010-02-13 16:29:47 UTC
Created attachment 390950 [details]
build.log

build.log for i386

Comment 3 FTBFS 2010-02-13 16:29:48 UTC
Created attachment 390952 [details]
mock.log

mock.log for i386

Comment 4 FTBFS 2010-02-13 16:29:51 UTC
Created attachment 390953 [details]
root.log

root.log for x86_64

Comment 5 FTBFS 2010-02-13 16:29:53 UTC
Created attachment 390954 [details]
build.log

build.log for x86_64

Comment 6 FTBFS 2010-02-13 16:29:54 UTC
Created attachment 390955 [details]
mock.log

mock.log for x86_64

Comment 7 Alex Lancaster 2010-02-13 20:28:41 UTC
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?

Comment 8 Alex Lancaster 2010-02-20 10:12:02 UTC
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.

Comment 9 Matt Domsch 2010-02-21 05:16:29 UTC
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

Comment 10 Matt Domsch 2010-02-21 05:17:55 UTC
not sure why it is trying to execute libAnn.a as an executable, but that is what it was trying to do.

Comment 11 Alex Lancaster 2010-02-21 05:55:11 UTC
(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?