no python2.5 modules

Bug #79191 reported by Michael Biebl
4
Affects Status Importance Assigned to Milestone
python-kde3 (Ubuntu)
Fix Released
Undecided
Matthias Klose

Bug Description

Binary package hint: python-kde3

According to the changelog (3.16.0-0ubuntu6), python-kde3 has been rebuilt for python2.5, yet python-kde3 contains only 2.4 modules.
AFAICS the problem is in debian/rules:
PYTHONS := $(filter-out 2.5, $(shell pyversions -vr debian/control))

So, python2.5. is explicitely filtered out.

Luka Renko (lure)
Changed in python-kde3:
assignee: nobody → lure
status: Unconfirmed → Confirmed
Revision history for this message
Michael Biebl (mbiebl) wrote :

According to the changelog, this has been done because python-kde3 would not build with python2.5, which is not true anymore. python-kde3 can be built without problems with python2.5. So the above can simply replaced by

PYTHONS := $(shell pyversions -vr debian/control)

Revision history for this message
Luka Renko (lure) wrote :

Michael, yes, this one is simple, so I have prepared debdiff for one of core-dev's to pick it up.

Changed in python-kde3:
status: Confirmed → In Progress
Revision history for this message
Luka Renko (lure) wrote :
Revision history for this message
Matthias Klose (doko) wrote :

you didn't test the patch; it will fail to build. the current version in feisty has all the fixes needed.

Changed in python-kde3:
assignee: lure → doko
status: In Progress → Fix Released
Revision history for this message
Sarah Kowalik (hobbsee-deactivatedaccount) wrote :

but python-kde3 will be uninstalled when python2.5 is installed. Is this intentional?

Revision history for this message
Matthias Klose (doko) wrote : Re: [Bug 79191] Re: no python2.5 modules

Sarah Hobbs schrieb:
> but python-kde3 will be uninstalled when python2.5 is installed. Is
> this intentional?

why?

$ apt-cache show python-kde3 |grep Depends
Depends: kdelibs4c2a (>= 4:3.5.5-1), libc6 (>= 2.5-0ubuntu1), libgcc1
(>= 1:4.1.1-21ubuntu1), libqt3-mt (>= 3:3.3.7), libstdc++6 (>=
4.1.1-21ubuntu1), libx11-6, libxext6, python-central (>= 0.5.8), python
(<< 2.6), python (>= 2.4), python-qt3 (>= 3.16-1.1), konsole

Revision history for this message
Luka Renko (lure) wrote :

Matthias, the proposed debdiff did build for me here and I have it installed, so I do not know what you see wrong with it. But you probably know better what else needs to be done to get this properly to python 2.5.

Revision history for this message
Matthias Klose (doko) wrote :

Luka Renko schrieb:
> Matthias, the proposed debdiff did build for me here and I have it
> installed, so I do not know what you see wrong with it.

it fails to build on 64bit architectures.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.