[Bug 616540] Re: [FTBFS]: lib directory in python and in debian/rules does not match
Alfonso Cepeda
cepeda at gmail.com
Mon Aug 16 15:41:10 BST 2010
I have changed to incompleted while it is discused in debian.
** Changed in: creoleparser (Ubuntu)
Status: New => Incomplete
--
[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.
Status in “creoleparser” package in Ubuntu: Incomplete
Status in “creoleparser” package in Debian: Unknown
Bug description:
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;
More information about the Ubuntu-sponsors
mailing list