public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/16037] New: [PATCH] configure: allow vuilding with GNU Make 4
@ 2013-10-10  3:30 Marc-Antoine at Perennou dot com
  2013-10-10  3:30 ` [Bug build/16037] [PATCH] configure: allow building " Marc-Antoine at Perennou dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Marc-Antoine at Perennou dot com @ 2013-10-10  3:30 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16037

            Bug ID: 16037
           Summary: [PATCH] configure: allow vuilding with GNU Make 4
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: Marc-Antoine at Perennou dot com
                CC: carlos at redhat dot com

GNU Make 4 was released yesterday.
Currently, our configure script won't allow it, telling it's too old.
Allow version 4.* to fix this

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug build/16037] [PATCH] configure: allow building with GNU Make 4
  2013-10-10  3:30 [Bug build/16037] New: [PATCH] configure: allow vuilding with GNU Make 4 Marc-Antoine at Perennou dot com
@ 2013-10-10  3:30 ` Marc-Antoine at Perennou dot com
  2013-10-10  3:31 ` Marc-Antoine at Perennou dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Marc-Antoine at Perennou dot com @ 2013-10-10  3:30 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16037

Marc-Antoine Perennou <Marc-Antoine at Perennou dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[PATCH] configure: allow    |[PATCH] configure: allow
                   |vuilding with GNU Make 4    |building with GNU Make 4

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug build/16037] [PATCH] configure: allow building with GNU Make 4
  2013-10-10  3:30 [Bug build/16037] New: [PATCH] configure: allow vuilding with GNU Make 4 Marc-Antoine at Perennou dot com
  2013-10-10  3:30 ` [Bug build/16037] [PATCH] configure: allow building " Marc-Antoine at Perennou dot com
@ 2013-10-10  3:31 ` Marc-Antoine at Perennou dot com
  2013-10-10  3:32 ` Marc-Antoine at Perennou dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Marc-Antoine at Perennou dot com @ 2013-10-10  3:31 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16037

--- Comment #1 from Marc-Antoine Perennou <Marc-Antoine at Perennou dot com> ---
Created attachment 7228
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7228&action=edit
configure: allow building with GNU Make 4

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug build/16037] [PATCH] configure: allow building with GNU Make 4
  2013-10-10  3:30 [Bug build/16037] New: [PATCH] configure: allow vuilding with GNU Make 4 Marc-Antoine at Perennou dot com
  2013-10-10  3:30 ` [Bug build/16037] [PATCH] configure: allow building " Marc-Antoine at Perennou dot com
  2013-10-10  3:31 ` Marc-Antoine at Perennou dot com
@ 2013-10-10  3:32 ` Marc-Antoine at Perennou dot com
  2013-10-10  4:45 ` siddhesh at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Marc-Antoine at Perennou dot com @ 2013-10-10  3:32 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16037

Marc-Antoine Perennou <Marc-Antoine at Perennou dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7228|0                           |1
        is obsolete|                            |

--- Comment #2 from Marc-Antoine Perennou <Marc-Antoine at Perennou dot com> ---
Created attachment 7229
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7229&action=edit
configure: allow building with GNU Make 4

Actually allow 4.*, not 4*

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug build/16037] [PATCH] configure: allow building with GNU Make 4
  2013-10-10  3:30 [Bug build/16037] New: [PATCH] configure: allow vuilding with GNU Make 4 Marc-Antoine at Perennou dot com
                   ` (2 preceding siblings ...)
  2013-10-10  3:32 ` Marc-Antoine at Perennou dot com
@ 2013-10-10  4:45 ` siddhesh at redhat dot com
  2013-10-31  2:41 ` allan at archlinux dot org
  2014-06-13 12:40 ` fweimer at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: siddhesh at redhat dot com @ 2013-10-10  4:45 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16037

Siddhesh Poyarekar <siddhesh at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |siddhesh at redhat dot com

--- Comment #3 from Siddhesh Poyarekar <siddhesh at redhat dot com> ---
Please follow the contribution checklist to contribute patches:

http://sourceware.org/glibc/wiki/Contribution%20checklist

The short version is that you need to send your patch to the libc-alpha mailing
list following the format described in the link above.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug build/16037] [PATCH] configure: allow building with GNU Make 4
  2013-10-10  3:30 [Bug build/16037] New: [PATCH] configure: allow vuilding with GNU Make 4 Marc-Antoine at Perennou dot com
                   ` (3 preceding siblings ...)
  2013-10-10  4:45 ` siddhesh at redhat dot com
@ 2013-10-31  2:41 ` allan at archlinux dot org
  2014-06-13 12:40 ` fweimer at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: allan at archlinux dot org @ 2013-10-31  2:41 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16037

Allan McRae <allan at archlinux dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |allan at archlinux dot org
         Resolution|---                         |FIXED
           Assignee|unassigned at sourceware dot org   |allan at archlinux dot org

--- Comment #4 from Allan McRae <allan at archlinux dot org> ---
commit 28d708c44bc47b56f6551ff285f78edcf61c208a
Author: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Date:   Thu Oct 31 12:37:50 2013 +1000

    Accept make versions 4.0 and greater

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug build/16037] [PATCH] configure: allow building with GNU Make 4
  2013-10-10  3:30 [Bug build/16037] New: [PATCH] configure: allow vuilding with GNU Make 4 Marc-Antoine at Perennou dot com
                   ` (4 preceding siblings ...)
  2013-10-31  2:41 ` allan at archlinux dot org
@ 2014-06-13 12:40 ` fweimer at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 12:40 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16037

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-13 12:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-10  3:30 [Bug build/16037] New: [PATCH] configure: allow vuilding with GNU Make 4 Marc-Antoine at Perennou dot com
2013-10-10  3:30 ` [Bug build/16037] [PATCH] configure: allow building " Marc-Antoine at Perennou dot com
2013-10-10  3:31 ` Marc-Antoine at Perennou dot com
2013-10-10  3:32 ` Marc-Antoine at Perennou dot com
2013-10-10  4:45 ` siddhesh at redhat dot com
2013-10-31  2:41 ` allan at archlinux dot org
2014-06-13 12:40 ` 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).