Your message dated Fri, 1 Apr 2011 12:41:33 +0200
with message-id <[email protected]>
and subject line Re: Bug#592714: creoleparser: How about this patch?
has caused the Debian Bug report #592714,
regarding creoleparser: FTBFS without Python 2.5: lib directory in python and
in debian/rules does not match
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
592714: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592714
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: creoleparser
Version: 0.7.2-3
Severity: important
Tags: patch
Justification: fails to build from source
User: [email protected]
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.
diff -u creoleparser-0.7.2/debian/changelog creoleparser-0.7.2/debian/changelog
diff -u creoleparser-0.7.2/debian/rules creoleparser-0.7.2/debian/rules
--- creoleparser-0.7.2/debian/rules
+++ creoleparser-0.7.2/debian/rules
@@ -15,7 +15,7 @@
set -e; \
for py in $(PYVERS); do \
- $$py setup.py build; \
+ $$py setup.py build --build-lib=build/lib; \
done
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
--- End Message ---
--- Begin Message ---
Version: 0.7.3-1
* Fabrice Coutadeur <[email protected]>, 2010-09-18, 10:38:
I thinks this patch is cleaner, as it just move the test after the
installation, to have a predictable fix path. Is it ok?
Fabrice's patch was applied in 0.7.3-1, closing the bug.
--
Jakub Wilk
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team