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

Bug#722549: marked as done (apt-get source with more than one argument fails)



Your message dated Thu, 26 Sep 2013 16:09:06 +0200
with message-id <CAAZ6_fAQmeo=AvNqWtENDCqzfY8FnrMt9KA8RFg86Zvm2YNKOQ@mail.gmail.com>
and subject line Re: Bug#722549: apt-get source with more than one argument fails
has caused the Debian Bug report #722549,
regarding apt-get source with more than one argument fails
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.)


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

Dear Maintainer,

Starting with version 0.9.11, I can't use apt-get source with several
package names :

$ apt-get source perl coreutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
NOTICE: 'perl' packaging is maintained in the 'Git' version control system at:
git://anonscm.debian.org/perl/perl.git -b debian-5.18
E: Unable to find a source package for coreutils

As a workaround, I can do
$ for p in perl coreutils; do apt-get source $p; done

So this is not so annoying, but might be irritating.

Thanks

-- Package-specific info:

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


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11.0 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt depends on:
ii  debian-archive-keyring  2012.4
ii  gnupg                   1.4.14-1
ii  libapt-pkg4.12          0.9.11.3
ii  libc6                   2.17-92+b1
ii  libgcc1                 1:4.8.1-10
ii  libstdc++6              4.8.1-10

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc     <none>
ii  aptitude    0.6.8.2-1.2
ii  dpkg-dev    1.17.1
ii  python-apt  0.8.9.1+b1
ii  xz-utils    5.1.1alpha+20120614-2

-- no debconf information

--- End Message ---
--- Begin Message ---
On Thu, Sep 12, 2013 at 10:13 PM, Michael Vogt <mvo@debian.org> wrote:
> On Thu, Sep 12, 2013 at 10:28:20AM +0200, Damien Wyart wrote:
>> $ apt-get source perl coreutils
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> NOTICE: 'perl' packaging is maintained in the 'Git' version control system at:
>> git://anonscm.debian.org/perl/perl.git -b debian-5.18
>> E: Unable to find a source package for coreutils
[…]
> This is a regression from the previous versions. It seems to be
> releated to the recent changes in the pkgTagFile code, I haven't

Can you confirm that this is fixed in 0.9.11.4 with the more general
pkgTagFile fix included in it?

In a quick try on my system it seems to work with current git, while
0.9.11.3 is broken, so I will be bold and mark it as done, but please
reopen if you can still reproduce it.


Best regards

David Kalnischkies

--- End Message ---

Reply to: