Bug 631371

Summary: FTBFS isomd5sum-1.0.6-2.fc14
Product: [Fedora] Fedora Reporter: FTBFS <ftbfs>
Component: isomd5sumAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: 14CC: anaconda-maint-list, bcl, henrik
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-09-29 14:43:23 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: 631552    
Bug Blocks: 596849    
Attachments:
Description Flags
root.log
none
build.log
none
mock.log
none
root.log
none
build.log
none
mock.log none

Description FTBFS 2010-09-07 18:33:21 UTC
isomd5sum-1.0.6-2.fc14.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-09-07 18:33:24 UTC
Created an attachment (id=445240)
root.log

root.log for i386

Comment 2 FTBFS 2010-09-07 18:33:25 UTC
Created an attachment (id=445241)
build.log

build.log for i386

Comment 3 FTBFS 2010-09-07 18:33:27 UTC
Created an attachment (id=445242)
mock.log

mock.log for i386

Comment 4 FTBFS 2010-09-07 18:33:28 UTC
Created an attachment (id=445243)
root.log

root.log for x86_64

Comment 5 FTBFS 2010-09-07 18:33:29 UTC
Created an attachment (id=445244)
build.log

build.log for x86_64

Comment 6 FTBFS 2010-09-07 18:33:31 UTC
Created an attachment (id=445245)
mock.log

mock.log for x86_64

Comment 7 Henrik Nordström 2010-09-07 20:46:41 UTC
Makefile says:

libimplantisomd5.a: libimplantisomd5.a(libimplantisomd5.o md5.o)

libcheckisomd5.a: libcheckisomd5.a(libcheckisomd5.o md5.o)

The F14 make for some reason dislikes this constructs like this in dependencies. If rewritten as follow it works

libimplantisomd5.a: libimplantisomd5.a(libimplantisomd5.o) \
                    libimplantisomd5.a(md5.o)

libcheckisomd5.a: libcheckisomd5.a(libcheckisomd5.o) \
                  libcheckisomd5.a(md5.o)

This smells like a F14 make bug. There is nothing wrong with the original rule.

Comment 8 Brian Lane 2010-09-07 20:54:20 UTC
F14 was updated to make 3.82 on 8/24/2010, rawhide is still using make 3.81 and the build still works fine in rawhide. Created bug 631552 for make and added it as a dependency.

Comment 9 Chris Lumens 2010-09-29 14:43:23 UTC
This should now be fixed given that the make update has happened.