Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 339176 Details for
Bug 458020
[toolchain overlay] sys-libs/glibc-2.6.1 does not compile with up to date gcc and binutils (via crossdev)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sed-bad-version-regexp.patch
sed-bad-version-regexp.patch (text/plain), 615 bytes, created by
Daniel Scharrer
on 2013-02-17 18:48:54 UTC
(
hide
)
Description:
sed-bad-version-regexp.patch
Filename:
MIME Type:
Creator:
Daniel Scharrer
Created:
2013-02-17 18:48:54 UTC
Size:
615 bytes
patch
obsolete
>--- glibc-2.6.1/configure.old 2013-02-12 05:10:28.614496246 +0100 >+++ glibc-2.6.1/configure 2013-02-12 05:12:44.171568520 +0100 >@@ -4463,7 +4463,7 @@ > # Found it, now check the version. > echo "$as_me:$LINENO: checking version of $SED" >&5 > echo $ECHO_N "checking version of $SED... $ECHO_C" >&6 >- ac_prog_version=`$SED --version 2>&1 | sed -n 's/^.*GNU sed version \([0-9]*\.[0-9.]*\).*$/\1/p'` >+ ac_prog_version=`$SED --version 2>&1 | sed -n 's/^.*(GNU sed) \([0-9]*\.[0-9.]*\).*$/\1/p'` > case $ac_prog_version in > '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; > 3.0[2-9]*|3.[1-9]*|[4-9]*)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 458020
:
339170
|
339172
|
339174
| 339176 |
339178