Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50573 Details for
Bug 81041
eyeD3 failes to compile with python 2.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
2.4-configure.patch
2.4-configure.patch (text/plain), 798 bytes, created by
Krzysztof Pawlik (RETIRED)
on 2005-02-06 16:24:57 UTC
(
hide
)
Description:
2.4-configure.patch
Filename:
MIME Type:
Creator:
Krzysztof Pawlik (RETIRED)
Created:
2005-02-06 16:24:57 UTC
Size:
798 bytes
patch
obsolete
>--- eyeD3-0.6.2.orginal/configure 2005-02-07 01:19:11.585077464 +0100 >+++ eyeD3-0.6.2/configure 2005-02-07 01:20:59.320699160 +0100 >@@ -1371,8 +1371,8 @@ > elif test "`basename ${PYTHON}`" != "python2"; then > echo "$as_me:$LINENO: checking if ${PYTHON} is version 2.2 or greater" >&5 > echo $ECHO_N "checking if ${PYTHON} is version 2.2 or greater... $ECHO_C" >&6 >- if ${PYTHON} -V 2>&1 | grep '2\.[23456789]\.' > /dev/null 2>&1; then >- PYTHON_MINOR_VERSION=`${PYTHON} -V 2>&1 | sed 's/.*2\.\([2-9]\)\..*/\1/'` >+ if ${PYTHON} -V 2>&1 | grep '2\.[23456789]\.*' > /dev/null 2>&1; then >+ PYTHON_MINOR_VERSION=`${PYTHON} -V 2>&1 | sed 's/.*2\.\([2-9]\)[\..]*/\1/'` > echo "$as_me:$LINENO: result: yes" >&5 > echo "${ECHO_T}yes" >&6 > else
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 81041
: 50573 |
50574