﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
15	zfec 1.4.23 fails to build	vrusinov	somebody	"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
}}}

"	defect	closed	major		component1		fixed			
