Your message dated Fri, 18 Dec 2009 21:20:30 +0100
with message-id <[email protected]>
and subject line Bug canceled as the python module is in python 2.6
has caused the Debian Bug report #561608,
regarding python-multiprocessing: FTBFS if only python 2.6 is installed
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.)


-- 
561608: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561608
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-multiprocessing
Version: 2.6.2.1-2
Severity: important
Tags: patchaftbfs python2.6
Justification: fails to build from source
User: [email protected]
Usertags: origin-ubuntu karmic ubuntu-patch

Hi,

When building this package with python2.6 only, it FTBFS with the following 
error:
make[1]: Entering directory `/build/buildd/python-multiprocessing-2.6.2.1'
mkdir -p Doc/static Doc/templates
python2.5 setup.py build_sphinx --builder="html" \
            --source-dir=Doc/
/bin/sh: python2.5: not found
make[1]: *** [doc] Error 127
make[1]: Leaving directory `/build/buildd/python-multiprocessing-2.6.2.1'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

This can be solved changing python2.5 to python in Makefile, as done with the
 following patch.

Thanks,
Fabrice

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

  * Makefile: changed python2.5 to python to make the package build with
    python2.6

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-16-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- python-multiprocessing-2.6.2.1.orig/Makefile
+++ python-multiprocessing-2.6.2.1/Makefile
@@ -1,4 +1,4 @@
-PYTHON?=python2.5
+PYTHON?=python
 PYTHONPATH="Lib/"
 RUNPYTHON=PYTHONPATH=$(PYTHONPATH) $(PYTHON)
 BUILDER="html"

--- End Message ---
--- Begin Message ---

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to