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

Bug#583914: marked as done (apt: "apt-get build-dep" does not handle "Provides:" correctly)



Your message dated Thu, 04 Feb 2016 22:34:59 +0000
with message-id <E1aRSUN-00078K-8d@franck.debian.org>
and subject line Bug#583914: fixed in apt 1.2.2
has caused the Debian Bug report #583914,
regarding apt: "apt-get build-dep" does not handle "Provides:" correctly
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 owner@bugs.debian.org
immediately.)


-- 
583914: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583914
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.7.25.3
Severity: normal

I am trying to install the build dependencies for Thunar.  Now, Thunar
build-depends on libfam-dev, which in turn depends on libfam0.  However,
I have libgamin0 installed, which replaces, conflicts with, and provides
libfam0.  So, I will want to install libgamin-dev, which replaces,
conflicts with, and provides libfam-dev.  I think apt-get should be able
to figure this out and install libgamin-dev automatically (or possibly
after prompting).

Actual behavior:

        $ apt-get build-dep thunar
        Reading package lists... Done
        Building dependency tree       
        Reading state information... Done
        The following packages have unmet dependencies:
          libfam-dev: Depends: libfam0 (= 2.7.0-16.1)
        E: Build-dependencies for thunar could not be satisfied.

It would be nice to at least know *why* libfam0 cannot be installed.  

Now, this is what happens after I run "apt-get install libgamin-dev"
manually:

        $ apt-get build-dep thunar
        Reading package lists... Done
        Building dependency tree       
        Reading state information... Done
        The following packages will be REMOVED:
          libgamin-dev
        0 upgraded, 0 newly installed, 1 to remove and 8 not upgraded.
        After this operation, 168kB disk space will be freed.
        Do you want to continue [Y/n]? y
        (Reading database ... 83493 files and directories currently installed.)
        Removing libgamin-dev ...
        
I don't get at all why apt-get thinks I want libgamin-dev removed.
Especially since at this point it doesn't even try to install libfam-dev
in its place.  In other words, apt-get is now actually *removing* a
build dependency of Thunar.

John Lindgren


-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::Acquire "";
APT::Acquire::Translation "environment";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::NeverAutoRemove:: "^kfreebsd-image.*";
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::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Media "";
Dir::Media::MountPath "/media/apt";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";

-- (no /etc/apt/preferences present) --


-- /etc/apt/sources.list --

deb http://ftp.gtlib.gatech.edu/debian/ squeeze main non-free contrib
deb http://ftp.gtlib.gatech.edu/debian/ lenny main non-free contrib

deb-src http://ftp.gtlib.gatech.edu/debian/ squeeze main non-free contrib
deb-src http://ftp.gtlib.gatech.edu/debian/ lenny main non-free contrib

deb http://security.debian.org/ squeeze/updates main contrib non-free
deb http://security.debian.org/ lenny/updates main contrib non-free

deb-src http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free

deb http://www.debian-multimedia.org squeeze main

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt depends on:
ii  debian-archive-keyring        2009.01.31 GnuPG archive keys of the Debian a
ii  libc6                         2.10.2-9   Embedded GNU C Library: Shared lib
ii  libgcc1                       1:4.4.4-1  GCC support library
ii  libstdc++6                    4.4.4-1    The GNU Standard C++ Library v3

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc                       <none>     (no description available)
ii  aptitude                      0.6.1.5-3  terminal-based package manager (te
ii  bzip2                         1.0.5-4    high-quality block-sorting file co
ii  dpkg-dev                      1.15.7.2   Debian package development tools
ii  lzma                          4.43-14    Compression method of 7z format in
pn  python-apt                    <none>     (no description available)

-- no debconf information




--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 1.2.2

We believe that the bug you reported is fixed in the latest version of
apt, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 583914@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Andres Klode <jak@debian.org> (supplier of updated apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 04 Feb 2016 22:50:43 +0100
Source: apt
Binary: apt libapt-pkg5.0 libapt-inst2.0 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source
Version: 1.2.2
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Julian Andres Klode <jak@debian.org>
Description:
 apt        - commandline package manager
 apt-doc    - documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package management related utility programs
 libapt-inst2.0 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg5.0 - package management runtime library
Closes: 137560 444930 489911 583914 728317 807367 809329 812111 812173 812212 812492 812497 813467
Changes:
 apt (1.2.2) unstable; urgency=medium
 .
   [ David Kalnischkies ]
   * always create pkg at the time pkg:arch is created
   * reimplement build-dep via apts normal resolver
     (Closes: #137560, #444930, #489911, #583914, #728317, #812173)
   * parse version correctly from binary Source field (Closes: 812492)
   * get sources for packages in multiple releases again (Closes: 812497)
   * only warn about missing/invalid Date field for now (Closes: 809329)
   * support <libc>-<kernel>-<cpu> in architecture specs.
     Thanks to Bálint Réczey for initial patch (Closes: #812212)
   * avoid building dependency tree in 'source' command
 .
   [ Stefan Bühler ]
   * fix "Mismatched free() / delete / delete []" in simple_buffer
 .
   [ Julian Andres Klode ]
   * Do not buffer writes larger than the buffer if possible
   * Drop the g++ build-dep, transition is done
   * NEWS: Prefix the keep deb option with Binary::apt:: (Closes: #812111)
   * rred: If there were I/O errors, fail
   * Correctly report write errors when flushing buffered writer
   * test: Fix apt-key tests to work with current gpg 2.1
 .
   [ Manuel "Venturi" Porras Peralta ]
   * Spanish program translation update (Closes: 813467)
 .
   [ Adrian Wielgosik ]
   * Try avoiding loading long package description
   * Avoid temporary strings in SubstVar.
 .
   [ Fredrik Fornwall ]
   * edspsystem.cc: include <stdlib.h> for mkdtemp (Closes: #807367)
Checksums-Sha1:
 a1bf8d6269d68fde1151ac9afe1db3edb99beaf5 2323 apt_1.2.2.dsc
 4acb1323da073be650d625e245529deea3ebbc43 2018908 apt_1.2.2.tar.xz
Checksums-Sha256:
 1fcc4e2acca9e82143a35f2dcc86ffd2ae20f39579bffe01580b14d694c170fb 2323 apt_1.2.2.dsc
 9ce1dcdc5e53057ad7647856fcb4e12580c9b164a59f46967fecacc1be2dea35 2018908 apt_1.2.2.tar.xz
Files:
 58b341a17601bedb6da245292ceb2284 2323 admin important apt_1.2.2.dsc
 8e820f5e87aa6d188c36c6fbe4ab2a5f 2018908 admin important apt_1.2.2.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJWs8jFAAoJENc8OeVlgLOGHtEP/R0gdtDVQGn8Cy2vCb366tfa
KX7xgf1J3Uy6jBERio5xJbkXVoxwR6o/+l41LnE5khBTFiWhdYC2FKupwgHJsqV2
8NCEq3AishPzcjHyvPmemRxGxst1fQIVPJqH6fWryoFQ2/6gRjCG1CgTrbxVwh1C
wpiGWmxIdug1H3IFaMSfjY/4cfMmCu/7JvsgYSenQKskdfHYpvn7W8ZoKTgj+aIu
p7DOv1h2n7qCX8jI7CTX1uhVQkpiWjVDhVQXrv5IqsLXqdIx29gF6qdfaGCkSd4i
MBpEFTenlQsNDTKF14Jr0wIzgZMJsvJXSzcBUhljHKZ8W8748RV6ocIO3/mTEYaM
Sy5ARIU5IX+3t5sDhwWDm6LMO0KLa7QX+PJ6HJfksc1fn2EzYthInot2/tD4mfMe
RrHpHgi9wdUCV+20339PM22QRLVawjqqb92mXLioMaT0nFTkrU81ROTk3YoWP/OM
1yjMNfFLVTiXWqqN3n2H4lxPDJCXHB3jOPlw9KRmfXVC5jTQG5exM5TWxQaUYgEU
28rOr99UIZgUuxtaaWxjsr4ydLiwpXnskCbEW6M+jcBNi/o350eArXjjM7TYzOb4
ptI+Eu2fCPbbrIr1GBJVkGhQy+OM1CNU1N1U/Gltud1Wf95jx80lyW4PUTvN/eds
ozhB9rUtrE8Bed1P8uZr
=KlTM
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: