public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/10816] New: ld and as version checks in configure.in are incorrect
@ 2009-10-20 15:50 iamstuffed at gmail dot com
  2009-10-29 17:17 ` [Bug libc/10816] " drepper at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: iamstuffed at gmail dot com @ 2009-10-20 15:50 UTC (permalink / raw)
  To: glibc-bugs

The ld and as version checks in glibc-2.10.1 assume the binutils versions start with 2.1_.  This worked 
when the versions were 2.15-2.19, but the latest version is 2.20.  This causes the version check to fail 
even though version 2.20 is newer than 2.19

AC_CHECK_PROG_VER(AS, $AS, --version,
                 [GNU assembler.* \([0-9]*\.[0-9.]*\)],
                 [2.1[3-9]*], AS=: critic_missing="$critic_missing as")
AC_CHECK_PROG_VER(LD, $LD, --version,
                 [GNU ld.* \([0-9][0-9]*\.[0-9.]*\)],
                 [2.1[3-9]*], LD=: critic_missing="$critic_missing ld")

-- 
           Summary: ld and as version checks in configure.in are incorrect
           Product: glibc
           Version: 2.10
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: iamstuffed at gmail dot com
                CC: glibc-bugs at sources dot redhat dot com


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

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

* [Bug libc/10816] ld and as version checks in configure.in are incorrect
  2009-10-20 15:50 [Bug libc/10816] New: ld and as version checks in configure.in are incorrect iamstuffed at gmail dot com
@ 2009-10-29 17:17 ` drepper at redhat dot com
  2009-10-29 17:19 ` drepper at redhat dot com
  2010-04-09 13:28 ` schwab at linux-m68k dot org
  2 siblings, 0 replies; 4+ messages in thread
From: drepper at redhat dot com @ 2009-10-29 17:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-10-29 17:17 -------
Branch issue.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drepper at redhat dot com   |schwab at linux-m68k dot org
             Status|NEW                         |ASSIGNED


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

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

* [Bug libc/10816] ld and as version checks in configure.in are incorrect
  2009-10-20 15:50 [Bug libc/10816] New: ld and as version checks in configure.in are incorrect iamstuffed at gmail dot com
  2009-10-29 17:17 ` [Bug libc/10816] " drepper at redhat dot com
@ 2009-10-29 17:19 ` drepper at redhat dot com
  2010-04-09 13:28 ` schwab at linux-m68k dot org
  2 siblings, 0 replies; 4+ messages in thread
From: drepper at redhat dot com @ 2009-10-29 17:19 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-10-29 17:18 -------
*** Bug 10803 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlosalvatore at gmail dot
                   |                            |com


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

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

* [Bug libc/10816] ld and as version checks in configure.in are incorrect
  2009-10-20 15:50 [Bug libc/10816] New: ld and as version checks in configure.in are incorrect iamstuffed at gmail dot com
  2009-10-29 17:17 ` [Bug libc/10816] " drepper at redhat dot com
  2009-10-29 17:19 ` drepper at redhat dot com
@ 2010-04-09 13:28 ` schwab at linux-m68k dot org
  2 siblings, 0 replies; 4+ messages in thread
From: schwab at linux-m68k dot org @ 2010-04-09 13:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From schwab at linux-m68k dot org  2010-04-09 13:28 -------
Fixed in 2.10.2.

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


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

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

end of thread, other threads:[~2010-04-09 13:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-20 15:50 [Bug libc/10816] New: ld and as version checks in configure.in are incorrect iamstuffed at gmail dot com
2009-10-29 17:17 ` [Bug libc/10816] " drepper at redhat dot com
2009-10-29 17:19 ` drepper at redhat dot com
2010-04-09 13:28 ` schwab at linux-m68k 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).