OpenDataNode / odn-box

0 stars 2 forks source link

dependency problem - python-minimal - debian wheezy 7.8 #4

Closed Jan-Marcek closed 9 years ago

Jan-Marcek commented 9 years ago
aptitude install odn-simple
Processing triggers for sgml-base ...
Errors were encountered while processing:
 python-minimal
 python
 libapache2-mod-wsgi
 lsb-release
 python-pkg-resources
 python-setuptools
 python-pip
 odn-simple
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up python-minimal (2.7.3-4+deb7u1) ...
dpkg: error processing python-minimal (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python:
 python depends on python-minimal (= 2.7.3-4+deb7u1); however:
  Package python-minimal is not configured yet.

dpkg: error processing python (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libapache2-mod-wsgi:
 libapache2-mod-wsgi depends on python (>= 2.6); however:
  Package python is not configured yet.
 libapache2-mod-wsgi depends on python (<< 2.8); however:
  Package python is not configured yet.

dpkg: error processing libapache2-mod-wsgi (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-setuptools:
 python-setuptools depends on python (>= 2.6); however:
  Package python is not configured yet.
 python-setuptools depends on python (<< 2.8); however:
  Package python is not configured yet.

dpkg: error processing python-setuptools (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-pkg-resources:
 python-pkg-resources depends on python (>= 2.6); however:
  Package python is not configured yet.
 python-pkg-resources depends on python (<< 2.8); however:
  Package python is not configured yet.

dpkg: error processing python-pkg-resources (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of odn-simple:
 odn-simple depends on libapache2-mod-wsgi; however:
  Package libapache2-mod-wsgi is not configured yet.

dpkg: error processing odn-simple (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-pip:
 python-pip depends on python (>= 2.6.6-7~); however:
  Package python is not configured yet.
 python-pip depends on python (<< 2.8); however:
  Package python is not configured yet.
 python-pip depends on python-pkg-resources; however:
  Package python-pkg-resources is not configured yet.
 python-pip depends on python-setuptools (>= 0.6c1); however:
  Package python-setuptools is not configured yet.

dpkg: error processing python-pip (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of lsb-release:
 lsb-release depends on python (>= 2.6.6-7~); however:
  Package python is not configured yet.
 lsb-release depends on python (<< 2.8); however:
  Package python is not configured yet.

dpkg: error processing lsb-release (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
cat /etc/debian_version
7.8
ghost commented 9 years ago

dpkg-reconfigure ?

On 02/12/2015 01:52 PM, Jan Marcek wrote:

aptitude install odn-simple
Processing triggers for sgml-base ...

Errors were encountered while processing: python-minimal python libapache2-mod-wsgi lsb-release python-pkg-resources python-setuptools python-pip odn-simple E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Setting up python-minimal (2.7.3-4+deb7u1) ... dpkg: error processing python-minimal (--configure): subprocess installed post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of python: python depends on python-minimal (= 2.7.3-4+deb7u1); however: Package python-minimal is not configured yet.

dpkg: error processing python (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libapache2-mod-wsgi: libapache2-mod-wsgi depends on python (>= 2.6); however: Package python is not configured yet. libapache2-mod-wsgi depends on python (<< 2.8); however: Package python is not configured yet.

dpkg: error processing libapache2-mod-wsgi (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of python-setuptools: python-setuptools depends on python (>= 2.6); however: Package python is not configured yet. python-setuptools depends on python (<< 2.8); however: Package python is not configured yet.

dpkg: error processing python-setuptools (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of python-pkg-resources: python-pkg-resources depends on python (>= 2.6); however: Package python is not configured yet. python-pkg-resources depends on python (<< 2.8); however: Package python is not configured yet.

dpkg: error processing python-pkg-resources (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of odn-simple: odn-simple depends on libapache2-mod-wsgi; however: Package libapache2-mod-wsgi is not configured yet.

dpkg: error processing odn-simple (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of python-pip: python-pip depends on python (>= 2.6.6-7~); however: Package python is not configured yet. python-pip depends on python (<< 2.8); however: Package python is not configured yet. python-pip depends on python-pkg-resources; however: Package python-pkg-resources is not configured yet. python-pip depends on python-setuptools (>= 0.6c1); however: Package python-setuptools is not configured yet.

dpkg: error processing python-pip (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of lsb-release: lsb-release depends on python (>= 2.6.6-7~); however: Package python is not configured yet. lsb-release depends on python (<< 2.8); however: Package python is not configured yet.

dpkg: error processing lsb-release (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: cat /etc/debian_version 7.8

— Reply to this email directly or view it on GitHub https://github.com/OpenDataNode/odn-box/issues/4.

Jan-Marcek commented 9 years ago

workaround: good to do: apt-get purge python*

apt-get install python2.7-minimal  -V
apt-get install libapache2-mod-wsgi -V
apt-get install lsb-release  -V
apt-get install python-pkg-resources  -V
apt-get install python-pip  -V
apt-get install python-setuptools  -V
aptitude install odn-simple -V

but an further investigation will be needed.

Jan-Marcek commented 9 years ago

what do you want to do with dpkg-reconfigure ?

Setting up python-minimal (2.7.3-4+deb7u1) ...
dpkg: error processing python-minimal (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python: