On 2012-02-13 19:46 +0100, Philipp Kern wrote:

> On Mon, Feb 13, 2012 at 07:27:18PM +0100, Bill Allombert wrote:
>> popcon actually uses:
>> dpkg-query --show --showformat='${status} ${package}\n'
>> and
>> dpkg -L $pkg
>> 
>> What does that give on your system?
>
> dpkg-query with those options does not output any arch qualifiers, just the
> basenames (libc6-i686 and mksh).
>
> $ dpkg-query --show --showformat='${status} ${package}\n' | egrep 
> '(libc6-i686|mksh)'
> install ok installed libc6-i686
> install ok installed mksh
>
> However ${binary:Package} gives the correct result for the m-a:same package:
>
> $ dpkg-query --show --showformat='${status} ${binary:Package}\n' | egrep 
> '(mksh|libc6-i686)'
> install ok installed libc6-i686:i386
> install ok installed mksh
>
> But not for the foreign one.
>
> `dpkg -L libc6-i686:i386' gives me a filelist, without the arch qualifier it
> fails with the same error as in the cron mail.

This appears to be fixed in dpkg 1.16.2.  Can you confirm that?

Cheers,
       Sven



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to