Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 597158 Details for
Bug 700946
dev-libs/libxml2-2.9.9-r1 : under Python3.8, it installs into into /usr/lib64 instead of /usr/lib
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
modified patch for configure.ac
libxml2-2.9.2-python-ABIFLAG.patch (text/plain), 1.01 KB, created by
Helmut Jarausch
on 2019-11-23 15:52:33 UTC
(
hide
)
Description:
modified patch for configure.ac
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2019-11-23 15:52:33 UTC
Size:
1.01 KB
patch
obsolete
>--- a/configure.ac.ORIG 2018-11-29 22:51:08.000000000 +0100 >+++ b/configure.ac 2019-11-23 11:13:14.729603254 +0100 >@@ -839,11 +839,11 @@ > fi > if test "$PYTHON" != "" > then >- PYTHON_VERSION=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_version())"` >+ PYTHON_VERSION=`$PYTHON -c "import sysconfig; print(sysconfig.get_config_var('LDVERSION') or sysconfig.get_config_var('py_version_short'))"` > PYTHON_INCLUDES=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_inc())"` >-# does not work as it produce a /usr/lib/python path instead of/usr/lib64/python >+# DOES work as it produce a /usr/lib/python path instead of/usr/lib64/python > # >-# PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib())"` >+ PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib())"` > echo Found Python version $PYTHON_VERSION > fi > if test "$PYTHON_VERSION" != "" -a "$PYTHON_INCLUDES" = ""
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 700946
: 597158