Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 290051 Details for
Bug 385117
python_set_active_version tries to change python wrongly when using ROOT environment variable.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
talloc-2.0.7.ebuild
talloc-2.0.7.ebuild (text/plain), 1.83 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2011-10-17 10:46:49 UTC
(
hide
)
Description:
talloc-2.0.7.ebuild
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2011-10-17 10:46:49 UTC
Size:
1.83 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="4" >PYTHON_BDEPEND="<<2:2.6[threads]>>" >PYTHON_DEPEND="python? ( <<2:2.6>> )" > >inherit waf-utils python multilib > >DESCRIPTION="Samba talloc library" >HOMEPAGE="http://talloc.samba.org/" >SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris" >IUSE="compat python" > >RDEPEND="!!<sys-libs/talloc-2.0.5" >DEPEND="dev-libs/libxslt" > >WAF_BINARY="${S}/buildtools/bin/waf" > >pkg_setup() { > # Make sure the build system will use the right python > python_set_active_version 2 > python_pkg_setup >} > >src_configure() { > local extra_opts="" > > use compat && extra_opts+=" --enable-talloc-compat1" > use python || extra_opts+=" --disable-python" > waf-utils_src_configure \ > ${extra_opts} >} > >src_install() { > waf-utils_src_install > > # waf is stupid, and no, we can't fix the build-system, since it's provided > # as a brilliant binary blob thats decompressed on the fly > if [[ ${CHOST} == *-darwin* ]] ; then > install_name_tool \ > -id "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \ > "${ED}"/usr/$(get_libdir)/libtalloc.2.0.5.dylib || die > if use python ; then > install_name_tool \ > -id "${EPREFIX}"/usr/$(get_libdir)/libpytalloc-util.2.dylib \ > "${ED}"/usr/$(get_libdir)/libpytalloc-util.2.0.5.dylib || die > install_name_tool \ > -change "${S}/bin/default/libtalloc.dylib" \ > "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \ > "${ED}"/usr/$(get_libdir)/libpytalloc-util.2.0.5.dylib || die > install_name_tool \ > -change "${S}/bin/default/libtalloc.dylib" \ > "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \ > "${ED}"$(python_get_sitedir)/talloc.bundle || die > fi > fi >}
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 Raw
Actions:
View
Attachments on
bug 385117
:
288393
|
290049
| 290051 |
290055