[Bug 616540] [NEW] [FTBFS]: lib directory in python and in debian/rules does not match

Launchpad Bug Tracker 616540 at bugs.launchpad.net
Thu Aug 12 00:40:25 BST 2010


You have been subscribed to a public bug by Alfonso Cepeda (cepeda):

Build Error in maverick: http://launchpadlibrarian.net/50119957
/buildlog_ubuntu-maverick-i386.creoleparser_0.7.2-3_FAILEDTOBUILD.txt.gz

The problem is that lib build directory in python is lib.<plat> where
plat is given by distutils.util.get_platform(). However, in debian/rules
it is hardcoded that the directory should be just lib:

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

one way to fix this is forcing distutils to use lib directory in
debian/rules:

$$py setup.py build --build-lib=build/lib;

** Affects: creoleparser (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: ftbfs
-- 
[FTBFS]: lib directory in python and in debian/rules does not match
https://bugs.launchpad.net/bugs/616540
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is a direct subscriber.



More information about the Ubuntu-sponsors mailing list