Your message dated Sat, 30 Jun 2012 21:57:53 -0400
with message-id <4370774.TBeG4aaqki@scott-latitude-e6320>
and subject line You've misdiagnosed the problem
has caused the Debian Bug report #679722,
regarding python-dev: none
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
679722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679722
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-dev
Severity: low
Dear Maintainer,
python-dev has circular or incorrect dependencies in testing. I can get
around this by using aptitude to install the 2.7.3-1 package.
sudo apt-get install python-dev build-essential python-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-dev : Depends: python2.7-dev (>= 2.7.3~rc2-1~) but it is not
going to be installed
E: Broken packages
sudo apt-get install python2.7-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python2.7-dev : Depends: python2.7 (= 2.7.3~rc2-2.1) but 2.7.3-1 is to
be installed
Depends: libpython2.7 (= 2.7.3~rc2-2.1) but 2.7.3-1 is
to be installed
E: Broken packages
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (800, 'testing'), (600, 'stable'), (50, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (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/dash
--
Michael Tomkins
[email protected]
+61 408 172 142
--- End Message ---
--- Begin Message ---
The problem is that python2.7-dev is out of sync with the rest of the
python2.7 package.
You've got a mix of Unstable and Testing there. Python2.7 from testing is
still 2.7.3~rc2-2.1, while Unstable is 2.7.3-1. Get rid of the Unstable
packages and it will install fine.
--- End Message ---