public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug manual/11873] New: Incompatiblity with make 3.82
@ 2010-08-03 20:02 pipping at exherbo dot org
  2010-08-10  4:14 ` [Bug manual/11873] " vapier at gentoo dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: pipping at exherbo dot org @ 2010-08-03 20:02 UTC (permalink / raw)
  To: glibc-bugs

GNU make 3.82 has introduced some backward incompatibilities. As a result,
glibc cannot be built with make 3.82. Here's what happens:

pipping@bogus ~/glibc-2.11.2/manual $ ~/make-3.82/make  -n
Makefile:235: *** mixed implicit and normal rules.  Stop.
pipping@bogus ~/glibc-2.11.2/manual $ 

Here's what's supposed to happen:

pipping@bogus ~/glibc-2.11.2/manual $ ~/make-3.81/make  -n
pwd=`pwd`; \
        /usr/bin/perl libm-err-tab.pl $pwd/.. > libm-err-tmp
/bin/sh ../scripts/move-if-change libm-err-tmp libm-err.texi
touch stamp-libm-err
sed -e 's,[{}],@&,g'                            \
            -e 's,/\*\(@.*\)\*/,\1,g'                   \
            -e 's,/\*  *,/* @r{,g' -e 's,  *\*/,} */,'  \
            -e 's/\(@[a-z][a-z]*\)@{\([^}]*\)@}/\1{\2}/g'\
            examples/stpcpy.c | expand > stpcpy.c.texi.new
mv -f stpcpy.c.texi.new stpcpy.c.texi
[..]

The offending line is

  $(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:

Current git HEAD has it, too.

-- 
           Summary: Incompatiblity with make 3.82
           Product: glibc
           Version: 2.11
            Status: NEW
          Severity: normal
          Priority: P2
         Component: manual
        AssignedTo: roland at gnu dot org
        ReportedBy: pipping at exherbo dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=11873

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <bug-11873-131@http.sourceware.org/bugzilla/>]

end of thread, other threads:[~2014-06-30 17:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-03 20:02 [Bug manual/11873] New: Incompatiblity with make 3.82 pipping at exherbo dot org
2010-08-10  4:14 ` [Bug manual/11873] " vapier at gentoo dot org
2010-09-29 23:06 ` vapier at gentoo dot org
2010-09-30  8:24 ` pasky at suse dot cz
2010-09-30 15:25 ` vapier at gentoo dot org
     [not found] <bug-11873-131@http.sourceware.org/bugzilla/>
2014-06-30 17:26 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).