Comment 3 for bug 586556

Revision history for this message
Zooko Wilcox-O'Hearn (zooko) wrote :

Oh, and the build of PyCrypto still fails, like this:

Searching for pycrypto>=2.0.1
Reading http://pypi.python.org/simple/pycrypto/
Reading http://pycrypto.sourceforge.net
Reading http://www.amk.ca/python/code/crypto
Best match: pycrypto 2.1.0
Downloading http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/pycrypto-2.1.0.tar.bz2
Processing pycrypto-2.1.0.tar.bz2
Running pycrypto-2.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-uoZH6d/pycrypto-2.1.0/egg-dist-tmp-5U87GJ
Failure to get the list of managed files from darcs -- if you are building a package with 'setup.py sdist', 'setup.py bdist_egg', or other package-building commands, then the resulting package might be missing some files. If you are not building a package then you can ignore this warning.
In file included from /usr/include/python2.5/Python.h:8,
                 from src/_fastmath.c:32:
/usr/include/python2.5/pyconfig.h:889:1: warning: "_FILE_OFFSET_BITS" redefined
In file included from /usr/include/stdio.h:37,
                 from src/_fastmath.c:30:
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition
src/_fastmath.c:34:17: gmp.h: No such file or directory
src/_fastmath.c:37: error: syntax error before "m"
src/_fastmath.c: In function `longObjToMPZ':
src/_fastmath.c:40: error: `mpz_t' undeclared (first use in this function)
src/_fastmath.c:40: error: (Each undeclared identifier is reported only once
src/_fastmath.c:40: error: for each function it appears in.)
src/_fastmath.c:40: error: syntax error before "temp"
src/_fastmath.c:41: error: `temp' undeclared (first use in this function)
src/_fastmath.c:42: error: `temp2' undeclared (first use in this function)
src/_fastmath.c:43: error: `p' undeclared (first use in this function)
src/_fastmath.c:47: error: `m' undeclared (first use in this function)