SOLVED (was MemoryError in 2.2.0 in odd case: Can I reduce memory requirements?)
John Arbash Meinel
john at arbash-meinel.com
Sat Jan 15 16:31:34 UTC 2011
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 1/14/2011 6:59 PM, Matthew D. Fuller wrote:
> On Fri, Jan 14, 2011 at 07:56:16PM -0500 I heard the voice of
> Doug Lee, and lo! it spake thus:
>>
>> => Couldn't fetch it - please try to retrieve this
>> => port manually into /usr/ports/distfiles/ and try again.
>> *** Error code 1
>
> A little googling turns up an old 0.9.4.1 tarball at
> <http://pyraknet.slowchop.com/files/download/>. Size/MD5/SHA256 match
> what distinfo expects.
>
>
Note that you don't want 0.9.4.1:
if have_pyrex and pyrex_version_info[:3] == (0,9,4):
# Pyrex 0.9.4.1 fails to compile this extension correctly
# The code it generates re-uses a "local" pointer and
# calls "PY_DECREF" after having set it to NULL. (It mixes PY_XDECREF
# which is NULL safe with PY_DECREF which is not.)
# <https://bugs.launchpad.net/bzr/+bug/449372>
# <https://bugs.launchpad.net/bzr/+bug/276868>
We explicitly refuse to compile with it.
If you have the tarball, it comes with the C extensions already.
python setup.py build_ext -i
Should build using the existing C files.
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk0xy+YACgkQJdeBCYSNAAMehQCg0qUw6nG7AzheAodk2bfcNXCq
uwEAn0LcRzDlxZNMLNxdK/ZvyiJUy6Gp
=7tAP
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list