Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 378688 Details for
Bug 510378
dev-python/pypy-2.3: build failure
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against pypy-2.3.ebuild
pypy-2.3.1.ebuild.patch (text/plain), 1.79 KB, created by
Jana Saout
on 2014-06-11 10:42:59 UTC
(
hide
)
Description:
patch against pypy-2.3.ebuild
Filename:
MIME Type:
Creator:
Jana Saout
Created:
2014-06-11 10:42:59 UTC
Size:
1.79 KB
patch
obsolete
>--- /usr/portage/dev-python/pypy/pypy-2.3.ebuild 2014-05-18 16:31:14.000000000 +0200 >+++ pypy-2.3.1.ebuild 2014-06-11 12:35:05.000000000 +0200 >@@ -10,12 +10,12 @@ > > DESCRIPTION="A fast, compliant alternative implementation of the Python language" > HOMEPAGE="http://pypy.org/" >-SRC_URI="mirror://bitbucket/pypy/pypy/downloads/${P}-src.tar.bz2" >+SRC_URI="mirror://bitbucket/pypy/pypy/get/release-${PV}.tar.bz2" > > LICENSE="MIT" > SLOT="0/$(get_version_component_range 1-2 ${PV})" > KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" >-IUSE="bzip2 doc +jit ncurses sandbox shadowstack sqlite sse2 tk" >+IUSE="bzip2 doc gdbm +jit ncurses sandbox shadowstack sqlite sse2 tk" > > RDEPEND=">=sys-libs/zlib-1.1.3 > virtual/libffi >@@ -23,6 +23,7 @@ > dev-libs/expat > dev-libs/openssl > bzip2? ( app-arch/bzip2 ) >+ gdbm? ( sys-libs/gdbm ) > ncurses? ( sys-libs/ncurses ) > sqlite? ( dev-db/sqlite:3 ) > tk? ( >@@ -35,7 +36,7 @@ > ${PYTHON_DEPS}" > PDEPEND="app-admin/python-updater" > >-S="${WORKDIR}/${P}-src" >+S="${WORKDIR}/release-${PV}" > > pkg_pretend() { > CHECKREQS_MEMORY="2G" >@@ -133,6 +134,10 @@ > dosym ../$(get_libdir)/pypy/pypy-c /usr/bin/pypy > dodoc README.rst > >+ if ! use gdbm; then >+ rm -r "${ED%/}${INSDESTTREE}"/lib_pypy/gdbm.py || die >+ "${ED%/}${INSDESTTREE}"/lib-python/*2.7/test/test_gdbm.py || die >+ fi > if ! use sqlite; then > rm -r "${ED%/}${INSDESTTREE}"/lib-python/*2.7/sqlite3 \ > "${ED%/}${INSDESTTREE}"/lib_pypy/_sqlite3.py \ >@@ -162,6 +167,9 @@ > # Generate cffi cache > "${PYTHON}" -c "import _curses" || die "Failed to import _curses (cffi)" > "${PYTHON}" -c "import syslog" || die "Failed to import syslog (cffi)" >+ if use gdbm; then >+ "${PYTHON}" -c "import gdbm" || die "Failed to import gdbm (cffi)" >+ fi > if use sqlite; then > "${PYTHON}" -c "import _sqlite3" || die "Failed to import _sqlite3 (cffi)" > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 510378
:
376974
|
378688
|
378700