Your message dated Wed, 5 Jul 2006 09:31:37 +0200
with message-id <[EMAIL PROTECTED]>
and subject line [Build-common-hackers] Bug#376732: cdbs: pyversions call in
python-distutils seems wrong
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: cdbs
Version: 0.4.43
Severity: important
Hi!
python-distutils.mk currently calls 'pyversions -vr' in several
places, but this fails:
----- snip -----
$ pyversions -vr
usage: [-v] [-h] [-d|--default] [-s|--supported] [-i|--installed]
[-r|--requested <version string>|<control file>]
pyversions: error: -r option requires an argument
----- snip -----
This is with the latest python-support and python-central package.
According to Matthias Klose, it should be called like
'pyversions -vr debian/control'.
I did this modification (see attached patch, which also fixes a
bashism), but still pyxdg fails to build:
cd . && pythonXS-Python-Version setup.py build
--build-base="/home/martin/ubuntu/merges/pyxdg-0.15/./build"
/bin/sh: pythonXS-Python-Version: not found
make: *** [python-build-stamp-XS-Python-Version] Fehler 127
Now I'm lost. What is the issue here?
Thank you in advance for any hint!
Martin
--
Martin Pitt http://www.piware.de
Ubuntu Developer http://www.ubuntu.com
Debian Developer http://www.debian.org
In a world without walls and fences, who needs Windows and Gates?
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Hi again,
Loïc Minier [2006-07-04 17:15 +0200]:
> On Tue, Jul 04, 2006, Martin Pitt wrote:
> > python-distutils.mk currently calls 'pyversions -vr' in several
> > places, but this fails:
> > ----- snip -----
> > $ pyversions -vr
> > usage: [-v] [-h] [-d|--default] [-s|--supported] [-i|--installed]
> > [-r|--requested <version string>|<control file>]
> >
> > pyversions: error: -r option requires an argument
>
> bee% cd svn/debian/pkg-gnome/desktop/unstable/gnome-python-desktop
> bee% pyversions -vr
> 2.3 2.4
>
> It works here, but I do have XS-Python-Version. This is with
> pyversions from python 2.3.5-11.
Right, sorry, I just noticed that python-defaults was too old. The
latest version fixes this.
Closing, sorry for the trouble.
Martin
--
Martin Pitt http://www.piware.de
Ubuntu Developer http://www.ubuntulinux.org
Debian Developer http://www.debian.org
signature.asc
Description: Digital signature
--- End Message ---