[Python-modules-team] Bug#592714: [FTBFS]: lib directory in python and in debian/rules does not match

Alfonso Cepeda Caballos cepeda at gmail.com
Thu Aug 12 09:01:04 UTC 2010


Package: creoleparser
Version: 0.7.2-3
Severity: important
Tags: patch
Justification: fails to build from source
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu maverick ubuntu-patch


In debian/rules line:

PYTHONPATH=$(CURDIR)/build/lib $$py $(CURDIR)/build/lib/creoleparser/__init__.py;

assumes that the build is in build/lib directory, but
distutils.core.setup builds in build/lib-$PLAT directory that prevents
the build.

*** /tmp/tmpgBVHk7
In Ubuntu, we've applied the attached patch to achieve the following:

  * [FTBFS] debian/rules: changed build dir from lib-$PLAT to lib
    (LP: #616540)

We thought you might be interested in doing the same. 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tmpryJU7t
Type: text/x-diff
Size: 426 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20100812/96567312/attachment.diff>


More information about the Python-modules-team mailing list