Bug 631552 - make 3.82 fails on a valid dependency
Summary: make 3.82 fails on a valid dependency
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: make
Version: 14
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Petr Machata
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 631193 (view as bug list)
Depends On:
Blocks: 631371
TreeView+ depends on / blocked
 
Reported: 2010-09-07 20:52 UTC by Brian Lane
Modified: 2015-05-05 01:35 UTC (History)
4 users (show)

Fixed In Version: make-3.82-2.fc14
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-09-23 12:55:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.