[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: python 2.6 deb for lenny ?



Hello Sandro,

On Tue, Mar 30, 2010 at 06:51:48PM +0200, Sandro Tosi wrote:
> > Installing 2.6 from testing fails after unpackaging in the scripts
> 
> if you can cut&paste the error would be better.

Please see below.

> > and compiling the deb-source from testing fails in the documentation
> > with sphinx errors (see below. similar errors with lennys sphinx deinstalled,
> > which 0.4 is said to bee to old)
> 
> you should backport also python-sphinx from testing/unstable to lenny,
> maybe also python-docutils.

Ok, compiling with python-sphinx 0.6.3-1~bpo50+2 worked ! So the attached
build dependency patch has to be added. But the installation fails again
until I upgraded python-central to the testing version. So there are
more dependencies or a conflict to be added to python2.6-minimal.

Thanks for your quick help,
  Hermann

diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Hermann Lauer <lauer@uni-hd.de>
 Build-Depends: debhelper (>= 5), autoconf, libreadline-dev, libncursesw5-dev (>= 5.3), tk8.4-dev, zlib1g-dev, blt-dev (>= 2.4z), libssl-dev, sharutils, libbz2-dev, libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], locales [!armel !hppa !ia64 !mipsel], libsqlite3-dev, libffi-dev (>= 3.0.5), mime-support, libgpm2 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], netbase, lsb-release, bzip2, libdb4.5-dev
-Build-Depends-Indep: python-sphinx
+Build-Depends-Indep: python-sphinx (> 0.4.3)
 Build-Conflicts: tcl8.3-dev, tk8.3-dev, python2.6-xml, python-xml, libgdbm-dev
 XS-Python-Version: 2.6
 Standards-Version: 3.8.3


Selecting previously deselected package python2.6-minimal.
Unpacking python2.6-minimal (from .../python2.6-minimal_2.6.4-6_i386.deb) ...
Selecting previously deselected package python2.6.
Unpacking python2.6 (from .../python2.6_2.6.4-6_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for menu ...
Setting up libreadline6 (6.1-1) ...
Setting up libdb4.7 (4.7.25-9) ...
Setting up libsqlite3-0 (3.6.23-1) ...
Setting up python2.6-minimal (2.6.4-6) ...
Linking and byte-compiling packages for runtime python2.6...
pycentral: pycentral rtinstall: installed runtime python2.6 not found
pycentral rtinstall: installed runtime python2.6 not found
dpkg: error processing python2.6-minimal (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python2.6:
 python2.6 depends on python2.6-minimal (= 2.6.4-6); however:
  Package python2.6-minimal is not configured yet.
dpkg: error processing python2.6 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python2.6-minimal
 python2.6
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up python2.6-minimal (2.6.4-6) ...
Linking and byte-compiling packages for runtime python2.6...
pycentral: pycentral rtinstall: installed runtime python2.6 not found
pycentral rtinstall: installed runtime python2.6 not found
dpkg: error processing python2.6-minimal (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python2.6:
 python2.6 depends on python2.6-minimal (= 2.6.4-6); however:
  Package python2.6-minimal is not configured yet.
dpkg: error processing python2.6 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python2.6-minimal
 python2.6

-- 
Netzwerkadministration/Zentrale Dienste, Interdiziplinaeres 
Zentrum fuer wissenschaftliches Rechnen der Universitaet Heidelberg
IWR; INF 368; 69120 Heidelberg; Tel: (06221)54-8236 Fax: -5224
Email: Hermann.Lauer@iwr.uni-heidelberg.de


Reply to: