python-biopython-1.53-1.fc13.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.)
Created attachment 391511 [details] root.log root.log for i386
Created attachment 391512 [details] build.log build.log for i386
Created attachment 391513 [details] mock.log mock.log for i386
Created attachment 391514 [details] root.log root.log for x86_64
Created attachment 391515 [details] build.log build.log for x86_64
Created attachment 391516 [details] mock.log mock.log for x86_64
OK so this seemed to successfully rebuild in devel / rawhide: http://koji.fedoraproject.org/koji/taskinfo?taskID=2001100 as well as the "branched" rawhide: http://koji.fedoraproject.org/koji/taskinfo?taskID=2001123 so I'm closing this as NOTABUG as it's a "bogus" false positive for FTBFS.
This was the failure: Numerical Python (NumPy) is not installed. This package is required for many Biopython features. Please install it before you install Biopython. You can install Biopython anyway, but anything dependent on NumPy will not work. If you do this, and later install NumPy, you should then re-install Biopython. You can find NumPy at http://numpy.scipy.org error: Bad exit status from /var/tmp/rpm-tmp.nYhIuY (%build) RPM build errors: Now, it may be that something about NumPy was the actual problem, and that by fixing it, also resolves this bug. But it failed for me _4 times_, in the same way, so it is not a trivial false positive...
numpy is pulled in by the BuildRequires and the build koji (on rawhide) seemed to find it and use it correctly. Hence I closed the bug.
In your FTBFS test numpy is also pulled in correctly, from mock.log on x86_64: DEBUG util.py:256: Installing : numpy-1.4.0-2.fc13.x86_64 23/23 but for some reason the Python couldn't see it in your build. Odd. In any case it works on koji.
I guess the version is different in my newer build: numpy-1.4.0-4.fc13.x86_64 vs your 1.4.0-2.fc13 version, so, yes something might have changed, although I'm not sure what would cause it not to be detected by biopython.