这是indexloc提供的服务,不要输入任何密码

Debian Bug report logs - #757634
dpkg --verify for all packages could print package names too

version graph

Package: dpkg; Maintainer for dpkg is Dpkg Developers <debian-dpkg@lists.debian.org>; Source for dpkg is src:dpkg (PTS, buildd, popcon).

Reported by: 積丹尼 Dan Jacobson <jidanni@jidanni.org>

Date: Sun, 10 Aug 2014 01:22:35 UTC

Severity: wishlist

Found in version dpkg/1.17.10

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>:
Bug#757634; Package dpkg. (Sun, 10 Aug 2014 01:22:39 GMT) (full text, mbox, link).


Acknowledgement sent to 積丹尼 Dan Jacobson <jidanni@jidanni.org>:
New Bug report received and forwarded. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>. (Sun, 10 Aug 2014 01:22:39 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: 積丹尼 Dan Jacobson <jidanni@jidanni.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: dpkg --verify for all packages could print package names too
Date: Sun, 10 Aug 2014 09:20:33 +0800
Package: dpkg
Version: 1.17.10
Severity: wishlist

Idea:
Plain
$ dpkg --verify #with no arguments
is great to find all the problems on the system.
However then one needs dlocate etc. to find out the package
which the problem files belong to.

So there should be a way to get it to tell us at the same time.



Information forwarded to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>:
Bug#757634; Package dpkg. (Fri, 05 Dec 2014 19:00:04 GMT) (full text, mbox, link).


Acknowledgement sent to Alexandre Detiste <alexandre.detiste@gmail.com>:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>. (Fri, 05 Dec 2014 19:00:04 GMT) (full text, mbox, link).


Message #10 received at 757634@bugs.debian.org (full text, mbox, reply):

From: Alexandre Detiste <alexandre.detiste@gmail.com>
To: 757634@bugs.debian.org
Subject: Re: dpkg --verify for all packages could print package names too
Date: Fri, 5 Dec 2014 19:56:43 +0100
[Message part 1 (text/plain, inline)]
I have an other related probelm

'dpkg --verify'     gives me:

"dpkg: error: control file 'md5sums' missing value separator"

But doesn't tell me *which* package has a problem.

I have to do this to locate this package:

for a in $(dpkg-query --show --showformat '${binary:Package}\n');
    do dpkg --verify $a || echo $a;
done

By the way it's 'gootool', an unofficial package you may find here:
http://goofans.com/download/utility/gootool

The md5 seems fine; but this is an other problem.

Alexandre Detiste
[gootool.md5sums (application/octet-stream, attachment)]

Information forwarded to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>:
Bug#757634; Package dpkg. (Sat, 06 Dec 2014 08:42:04 GMT) (full text, mbox, link).


Acknowledgement sent to Guillem Jover <guillem@debian.org>:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>. (Sat, 06 Dec 2014 08:42:04 GMT) (full text, mbox, link).


Message #15 received at 757634@bugs.debian.org (full text, mbox, reply):

From: Guillem Jover <guillem@debian.org>
To: Alexandre Detiste <alexandre.detiste@gmail.com>, 757634@bugs.debian.org
Subject: Re: Bug#757634: dpkg --verify for all packages could print package names too
Date: Sat, 6 Dec 2014 09:38:31 +0100
Hi!

On Fri, 2014-12-05 at 19:56:43 +0100, Alexandre Detiste wrote:
> I have an other related probelm

They are only peripherally related. The problem in the original bug
report cannot be fixed w/o adding another output format, as the curent
one (rpm) is defined and does not include the package name.

> 'dpkg --verify'     gives me:
> 
> "dpkg: error: control file 'md5sums' missing value separator"
> 
> But doesn't tell me *which* package has a problem.

Ah, yeah, fixed this now for 1.18.x.

> I have to do this to locate this package:
> 
> for a in $(dpkg-query --show --showformat '${binary:Package}\n');
>     do dpkg --verify $a || echo $a;
> done
> 
> By the way it's 'gootool', an unofficial package you may find here:
> http://goofans.com/download/utility/gootool
> 
> The md5 seems fine; but this is an other problem.

It seems it's not using two spaces to separate the hash from the
filename. So that seems like a manually built md5sums file.

Thanks,
Guillem



Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 27 02:39:50 2025; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.