Your message dated Tue, 13 Feb 2007 07:47:44 +0100
with message-id <[EMAIL PROTECTED]>
and subject line [xml/sgml-pkgs] Bug#410713: libxml2-dev unmet dependencies
won't install
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libxml2-dev
Version: 2.6.16-7
I've been trying to install libxml2-dev on sarge using apt-get as follows
sudo apt-get install libxml2-dev
I get the following as output
Reading Package Lists...
Building Dependency Tree...
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.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libxml2-dev: Depends: libxml2 (= 2.6.16-7) but 2.6.20-1 is to be
installed
E: Broken Packages
My sources.list looks like this
deb http://www.debian-multimedia.org sarge main
deb http://http.us.debian.org/debian sarge main contrib non-free
Before trying the apt-get command above I did an apt-get update, apt-get
upgrade
apt-config dump gives
APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
--- End Message ---
--- Begin Message ---
On Mon, Feb 12, 2007 at 01:01:58PM -0800, wbd <[EMAIL PROTECTED]> wrote:
> here are the results for apt-cache policy libxml2
>
> libxml2:
> Installed: 2.6.20-1
> Candidate: 2.6.20-1
> Version Table:
> *** 2.6.20-1 0
> 100 /var/lib/dpkg/status
> 2.6.16-7 0
> 500 http://http.us.debian.org sarge/main Packages
... which means you have installed version 2.6.20 by hand, not from
sarge. Sarge version is 2.6.16-7. So if you try to install libxml2-dev
from sarge, you'll get version 2.6.16-7. You need to either downgrade
your libxml2 or find the corresponding 2.6.20-1 libxml2-dev (using
snapshot.debian.net, possibly).
Anyways, this is not a bug, so I'm closing this report.
Cheers
Mike
--- End Message ---