On 6/9/06, Paul Varner <[EMAIL PROTECTED]> wrote:
On Fri, 2006-06-09 at 17:40 -0700, Mark Knecht wrote:
> > >    At the same time the previous error started I also got this second
> > > error with layman:
> > >
> > > lightning ~ # layman -s pro-audio
> > > * Running command "/usr/bin/svn update 
/usr/portage/local/layman/pro-audio"...
> > > /usr/bin/svn: symbol lookup error: /usr/lib64/libaprutil-0.so.0:
> > > undefined symbol: gdbm_errno
> > > * Successfully synchronized overlay "pro-audio".
> > > lightning ~ #
>    Sorry. Should have said that I had done that already. Seemed
> obvious that some library was missing but revdep-rebuild didn't find
> one to install. It says the machine is clean.
>

Mark,

unfortunately, you've hit one of the cases that revdep-rebuild can't
detect.  Run 'equery belongs /usr/lib64/libaprutil-0.so.0' and rebuild
the identified package.

Regards,
Paul
--
gentoo-user@gentoo.org mailing list



Indeed Paul, that's essentially what I did but since it was
/usr/bin/svn that was complaining I did equery on it:

lightning ~ # equery belongs /usr/bin/svn
[ Searching for file(s) /usr/bin/svn in *... ]
dev-util/subversion-1.2.3-r2 (/usr/bin/svn)
lightning ~ #

After emerging subversion the problem went away. However your
suggestion might have worked also:

lightning ~ # equery belongs /usr/lib64/libaprutil-0.so
[ Searching for file(s) /usr/lib64/libaprutil-0.so in *... ]
dev-libs/apr-util-0.9.7 (/usr/lib64/libaprutil-0.so -> libaprutil-0.so.0.9.7)
lightning ~ #

Anyway, it's fixed and I appreciate the ideas.

Thanks,
Mark
--
gentoo-user@gentoo.org mailing list

Reply via email to