[pkg-boost-devel] Bug#603579: /usr/share/python/runtime.d/libboost1.35-dbg.rtupdate doesn't accept python2.6

david b db.pub.mail at gmail.com
Mon Nov 15 15:34:09 UTC 2010


Package: libboost1.35-dbg
Severity: important

On upgrading from lenny to squeeze, 
The file /usr/share/python/runtime.d/libboost1.35-dbg.rtupdate  didn't recognise that python2.6 was a valid python version and thus blocked the installation of python2.6 --> which obviously broke / didn't let other packages get installed.


rtupdate() {
    case "$1" in
-        python2.4)  py=py24 ;;
+	 python2.6) py=py26;;
        python2.5)  py=py25 ;;
        *)          die $0 unknown python version $1 ;;
    esac





-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (900, 'stable'), (650, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash





More information about the pkg-boost-devel mailing list