Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 416726 Details for
Bug 565546
dev-python/dbus-python-1.2.0-r1 with dev-lang/python-3.5.0-r2 - /usr/bin/python3.5-config: No such file or directory - configure: error: could not find Python headers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
workaround patch
dbus-python-1.2.0-r1.ebuild.patch (text/plain), 785 bytes, created by
iGentoo
on 2015-11-11 21:55:23 UTC
(
hide
)
Description:
workaround patch
Filename:
MIME Type:
Creator:
iGentoo
Created:
2015-11-11 21:55:23 UTC
Size:
785 bytes
patch
obsolete
>--- dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild >+++ dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild >@@ -41,6 +41,9 @@ src_prepare() { > > src_configure() { > configuring() { >+ local PYTHON_CONFIG >+ python_export PYTHON_CONFIG >+ > # epydoc is python2-only, bug #447642 > local apidocs=--disable-api-docs > [[ ${EPYTHON/.*} = "python2" ]] && apidocs=$(use_enable doc api-docs) >@@ -49,7 +52,8 @@ src_configure() { > --docdir="${EPREFIX}"/usr/share/doc/${PF} \ > --disable-html-docs \ > ${apidocs} \ >- PYTHON_LIBS="$(python-config --ldflags)" >+ PYTHON_INCLUDES="$(${PYTHON_CONFIG} --includes)" \ >+ PYTHON_LIBS="$(${PYTHON_CONFIG} --ldflags)" > # configure assumes that ${PYTHON}-config executable exists :/ > } > python_foreach_impl run_in_build_dir configuring
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 565546
:
416724
| 416726