Export to GitHub

esmre - issue #8

Source distributions don't work.


Posted on Mar 20, 2008 by Quick Rhino

What steps will reproduce the problem? 1. Download and unpack a source distribution. 2. Try to build with python setup.py build

What is the expected output?

The package builds.

What do you see instead?

Build errors like the following: src/esm.c:22:26: error: aho_corasick.h: No such file or directory

Comment #1

Posted on Mar 20, 2008 by Quick Rhino

The header files are not being included in the source.

Comment #2

Posted on Mar 20, 2008 by Quick Rhino

Fixed in trunk@22, tags/r0_2_1

MANIFEST.in didn't include the header files. This meant that the source distribution didn't contain the header files and setup.py couldn't find them.

I added the header files to MANIFEST.in. I also added MANIFEST.in to itself, so working distributions can be built from themselves (you can build an RPM from a tarball).

Comment #3

Posted on May 2, 2008 by Quick Rhino

Released in r0_2_1

Status: Released

Labels:
Type-Defect Priority-Critical