Re: [gentoo-user] ebuild log suggests to remove old libraries

2012-05-21 Thread Markos Chandras
On 05/21/2012 09:50 PM, Thanasis wrote: > on 05/21/2012 09:52 PM Markos Chandras wrote the following: > >> >> I believe the old library appears to be owned by the new version >> because it is "preserved". Once you run the revdep-rebuild >> command, everything should link to the new linker name a

Re: [gentoo-user] ebuild log suggests to remove old libraries

2012-05-21 Thread Thanasis
on 05/21/2012 09:52 PM Markos Chandras wrote the following: > > I believe the old library appears to be owned by the new version > because it is "preserved". Once you run the revdep-rebuild command, > everything should link to the new linker name and you should be safe > to remove the old library

Re: [gentoo-user] ebuild log suggests to remove old libraries

2012-05-21 Thread Markos Chandras
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 05/21/2012 07:16 PM, Thanasis wrote: > on 05/21/2012 08:49 PM Michael Mol wrote the following: >> On Mon, May 21, 2012 at 1:28 PM, Thanasis >> wrote: >>> After a recent update of dev-libs/libffi from version 3.0.10 to >>> 3.0.11 the ebuild log su

Re: [gentoo-user] ebuild log suggests to remove old libraries

2012-05-21 Thread Michael Mol
On Mon, May 21, 2012 at 2:16 PM, Thanasis wrote: > on 05/21/2012 08:49 PM Michael Mol wrote the following: >> On Mon, May 21, 2012 at 1:28 PM, Thanasis wrote: >>> After a recent update of dev-libs/libffi from version 3.0.10 to 3.0.11 >>> the ebuild log suggests to run: >>> >>>  # revdep-rebuild -

Re: [gentoo-user] ebuild log suggests to remove old libraries

2012-05-21 Thread Thanasis
on 05/21/2012 08:49 PM Michael Mol wrote the following: > On Mon, May 21, 2012 at 1:28 PM, Thanasis wrote: >> After a recent update of dev-libs/libffi from version 3.0.10 to 3.0.11 >> the ebuild log suggests to run: >> >> # revdep-rebuild --library '/usr/lib64/libffi.so.5' >> >> and once finished

Re: [gentoo-user] ebuild log suggests to remove old libraries

2012-05-21 Thread Michael Mol
On Mon, May 21, 2012 at 1:28 PM, Thanasis wrote: > After a recent update of dev-libs/libffi from version 3.0.10 to 3.0.11 > the ebuild log suggests to run: > >  # revdep-rebuild --library '/usr/lib64/libffi.so.5' > > and once finished running revdep-rebuild, it should be safe to > delete the old l

[gentoo-user] ebuild log suggests to remove old libraries

2012-05-21 Thread Thanasis
After a recent update of dev-libs/libffi from version 3.0.10 to 3.0.11 the ebuild log suggests to run: # revdep-rebuild --library '/usr/lib64/libffi.so.5' and once finished running revdep-rebuild, it should be safe to delete the old libraries, like so: # rm '/usr/lib64/libffi.so.5' However