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

Re: dpkg-scanlibs



On Mon, Feb 26, 2001 at 12:48:32PM +0100, Paolo Molaro wrote:
> On 02/26/01 Wichert Akkerman wrote:
> > Ah, I see the problem. dpkg-shlibdeps does one dpkg -S call for all
> > libraries, while dpkg-scanlibs does a new one for each library. That
> > can easily be fixed though.. expect a new version later today.
> 
> $ time dlocate -S libc.so.6 librt.so.1
> real	0m12.925s
> user	0m10.120s
> sys	0m0.090s
> 
> $ time dpkg -S libc.so.6  librt.so.1
> real	0m2.941s
> user	0m2.590s
> sys	0m0.300s

time dpkg -S libc.so.6 librt.so.1
real 5.072s
user 1.64s
sys  0.36s

time egrep 'libc\.so\.6|librt\.so\.1' /var/lib/dpkg/info/*.list
real 0.097s
user 0.08s
sys  0.03s

What is the point of dpkg -S?

-- 
Taral <taral@taral.net>
Please use PGP/GPG to send me mail.
"Never ascribe to malice what can as easily be put down to stupidity."

Attachment: pgphbdTzHyZUB.pgp
Description: PGP signature


Reply to: