[tahoe-lafs-trac-stream] [zfec] #15: zfec 1.4.23 fails to build
zfec
trac at tahoe-lafs.org
Wed Apr 11 07:42:24 UTC 2012
#15: zfec 1.4.23 fails to build
------------------------+--------------------------
Reporter: vrusinov | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone:
Component: component1 | Version:
Keywords: | Launchpad Bug:
------------------------+--------------------------
There are several problems in tarball:
1.
{{{
$ python setup.py build
Traceback (most recent call last):
File "setup.py", line 12, in <module>
egg = os.path.realpath(glob.glob('setuptools-*.egg')[0])
IndexError: list index out of range
}}}
2.
{{{
$ python setup.py build
Traceback (most recent call last):
File "setup.py", line 151, in <module>
readmetext = open('README.rst').read()
IOError: [Errno 2] No such file or directory: 'README.rst'
}}}
3. zfec/fec.h is missing:
{{{
building 'zfec._fec' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/zfec
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-
size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param
=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-I/usr/include/python2.7 -c zfec/fec.c -o build/temp.linux-
x86_64-2.7/zfec/fec.o -std=c99
zfec/fec.c:5:17: fatal error: fec.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
}}}
--
Ticket URL: <http://tahoe-lafs.org/trac/zfec/ticket/15>
zfec <https://tahoe-lafs.org/trac/zfec>
efficient erasure-coding library
More information about the tahoe-lafs-trac-stream
mailing list