Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331995 - sys-libs/glibc fails with make-3.82 due to mixing of implicit/normal rules
Summary: sys-libs/glibc fails with make-3.82 due to mixing of implicit/normal rules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL: http://sources.redhat.com/bugzilla/sh...
Whiteboard:
Keywords:
Depends on:
Blocks: gmake-3.82
  Show dependency tree
 
Reported: 2010-08-10 08:35 UTC by SpanKY
Modified: 2010-10-26 17:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix building with make >= 3.82 (make-382.patch,425 bytes, patch)
2010-09-25 17:26 UTC, Samuli Suominen (RETIRED)
Details | Diff
/usr/share/genkernel/patches/busybox/1.7.4/1.7.4-make-3.82.diff (1.7.4-make-3.82.diff,731 bytes, patch)
2010-10-26 16:52 UTC, Denis Kaganovich
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2010-08-10 08:35:37 UTC
building glibc with make-3.82 fails with:
Makefile:240: *** mixed implicit and normal rules.  Stop.

this is expected behavior with make-3.82 and has been reported in upstream glibc
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-09-25 17:26:21 UTC
Created attachment 248616 [details, diff]
Fix building with make >= 3.82

This fixes the issue, it's the one frugelware linux is shipping with
Comment 2 SpanKY gentoo-dev 2010-09-29 23:09:21 UTC
that frugelware change isnt entirely correct.  but upstream committed a change now, so i wont have to fix it myself :p.

queued up in 2.11.2 and 2.12.1 patchsets
Comment 3 Denis Kaganovich 2010-10-26 16:52:10 UTC
Created attachment 252041 [details, diff]
/usr/share/genkernel/patches/busybox/1.7.4/1.7.4-make-3.82.diff

This is no bug, but removed unsupported undocumented hole in make.
Patch (mine - looks work, not mind) for busybox 1.7.4 attached.

About bug: http://comments.gmane.org/gmane.comp.gnu.make.bugs/4912
Paul Smith:
"The previous behavior of mixing implicit and pattern rules in one line
like that was never supported or documented, but due to a "hole" in the
parser it worked for certain specific cases (for example, reversing that
line so the pattern comes first would not work, nor would adding extra
explicit targets after the pattern target)."
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-10-26 16:54:06 UTC
(In reply to comment #3)
> Created an attachment (id=252041) [details]
> /usr/share/genkernel/patches/busybox/1.7.4/1.7.4-make-3.82.diff
> 
> This is no bug, but removed unsupported undocumented hole in make.
> Patch (mine - looks work, not mind) for busybox 1.7.4 attached.
> 
> About bug: http://comments.gmane.org/gmane.comp.gnu.make.bugs/4912
> Paul Smith:
> "The previous behavior of mixing implicit and pattern rules in one line
> like that was never supported or documented, but due to a "hole" in the
> parser it worked for certain specific cases (for example, reversing that
> line so the pattern comes first would not work, nor would adding extra
> explicit targets after the pattern target)."
> 

Open new bug then, this one is closed and for glibc.
Comment 5 Denis Kaganovich 2010-10-26 17:02:33 UTC
Sorry. Sometimes I am annoying, I know. But other time I like mute. There are mixed browser tabs for bugzilla (under beer). Don't worry.