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; 5+ 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] 5+ messages in thread

* [Bug manual/11873] Incompatiblity with make 3.82
  2010-08-03 20:02 [Bug manual/11873] New: Incompatiblity with make 3.82 pipping at exherbo dot org
@ 2010-08-10  4:14 ` vapier at gentoo dot org
  2010-09-29 23:06 ` vapier at gentoo dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: vapier at gentoo dot org @ 2010-08-10  4:14 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |toolchain at gentoo dot org


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] 5+ messages in thread

* [Bug manual/11873] Incompatiblity with make 3.82
  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
  3 siblings, 0 replies; 5+ messages in thread
From: vapier at gentoo dot org @ 2010-09-29 23:06 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From vapier at gentoo dot org  2010-09-29 23:06 -------
this as been fixed in commit 32cf40699346d37fabfa887bbd95e95004799ae1

perhaps someone would like to close this bug as "fixed" ...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schwab at linux-m68k dot org


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] 5+ messages in thread

* [Bug manual/11873] Incompatiblity with make 3.82
  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
  3 siblings, 0 replies; 5+ messages in thread
From: pasky at suse dot cz @ 2010-09-30  8:24 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pasky at suse dot cz  2010-09-30 08:24 -------
But why not do it yourself?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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] 5+ messages in thread

* [Bug manual/11873] Incompatiblity with make 3.82
  2010-08-03 20:02 [Bug manual/11873] New: Incompatiblity with make 3.82 pipping at exherbo dot org
                   ` (2 preceding siblings ...)
  2010-09-30  8:24 ` pasky at suse dot cz
@ 2010-09-30 15:25 ` vapier at gentoo dot org
  3 siblings, 0 replies; 5+ messages in thread
From: vapier at gentoo dot org @ 2010-09-30 15:25 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From vapier at gentoo dot org  2010-09-30 15:24 -------
maybe because i'm not the bug reporter and no one has granted me bugzilla
privileges ?

-- 


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] 5+ messages in thread

end of thread, other threads:[~2010-09-30 15:25 UTC | newest]

Thread overview: 5+ 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

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).