Bug 631552

Summary: make 3.82 fails on a valid dependency
Product: [Fedora] Fedora Reporter: Brian Lane <bcl>
Component: makeAssignee: Petr Machata <pmachata>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: dcantrell, ftbfs, mnewsome, pmachata
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: make-3.82-2.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-09-23 12:55:42 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: 631371    

Description Brian Lane 2010-09-07 20:52:02 UTC
isomd5sum hasn't changed since 6/30/2010, and it still builds fine in rawhide which uses make 3.81

In f14, with make 3.82, it fails on a library dependency:

This is from hno on bug 631371 comment #7

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 1 Petr Machata 2010-09-10 13:26:23 UTC
Agreed, that should work.  Reproducer:
x1 x2:; echo "$@" > $@
xxx: xxx(x1 x2)

Comment 2 Jesse Keating 2010-09-10 18:01:27 UTC
Since this has already gone into stable, you'll need to revert to an older one with an epoch build, or get a fix from upstream.  But the e:n-v-r must increase either way.

Comment 3 Fedora Update System 2010-09-13 12:11:29 UTC
make-3.82-2.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/make-3.82-2.fc14

Comment 4 Fedora Update System 2010-09-13 18:10:54 UTC
make-3.82-2.fc14 has been pushed to the Fedora 14 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update make'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/make-3.82-2.fc14

Comment 5 Than Ngo 2010-09-20 09:17:25 UTC
*** Bug 631193 has been marked as a duplicate of this bug. ***

Comment 6 Fedora Update System 2010-09-23 12:55:37 UTC
make-3.82-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.