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


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to