Re: [gentoo-user] insatiable revdev-rebuild

2007-10-04 Thread Bo Ørsted Andresen
On Thursday 04 October 2007 05:37:19 Allan Gottlieb wrote:
 An emerge (of openssl, I believe, but am not sure)  a few days ago
 triggered a request for me to run
   # revdep-rebuild --library libcrypto.so.0.9.7
   # revdep-rebuild --library libssl.so.0.9.7

 I have done so.  The revdep-rebuild for libssl found nothing, but the
 one for libcrypto rebuilt openssl.  However rerunning the command
 again again rebuilt openssh.  A msg had explained that this is
 possible but didn't suggest that the request would never end.  I have
 run the revdep-rebuild for libcrypto 4 times and it keeps rebuilding
 openssl

 What should I do to fix this problem?

It also told you to remove lib{crypto,ssl}.so.0.9.7 after running those 
revdep-rebuild commands. revdep-rebuild finds that libssl.so.0.0.7 links 
against libcrypto.so.0.9.7 and the hack (preserve_old_lib from eutils.eclass) 
that the openssl ebuild uses to preserve those libraries until you've done 
this makes it look like they belong to the new version of openssl (even 
though they really don't)..

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] insatiable revdev-rebuild SOLVED

2007-10-04 Thread Allan Gottlieb
At Thu, 04 Oct 2007 10:31:57 +0200 Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

 On Thursday 04 October 2007 05:37:19 Allan Gottlieb wrote:
 An emerge (of openssl, I believe, but am not sure)  a few days ago
 triggered a request for me to run
   # revdep-rebuild --library libcrypto.so.0.9.7
   # revdep-rebuild --library libssl.so.0.9.7

 I have done so.  The revdep-rebuild for libssl found nothing, but the
 one for libcrypto rebuilt openssl.  However rerunning the command
 again again rebuilt openssh.  A msg had explained that this is
 possible but didn't suggest that the request would never end.  I have
 run the revdep-rebuild for libcrypto 4 times and it keeps rebuilding
 openssl

 What should I do to fix this problem?

 It also told you to remove lib{crypto,ssl}.so.0.9.7 after running those 
 revdep-rebuild commands. revdep-rebuild finds that libssl.so.0.0.7 links 
 against libcrypto.so.0.9.7 and the hack (preserve_old_lib from eutils.eclass) 
 that the openssl ebuild uses to preserve those libraries until you've done 
 this makes it look like they belong to the new version of openssl (even 
 though they really don't)..

As always Bo's reply solved the problem completely.  I apologize for
missing the remove commands.  I shall read the instructions more
carefully in the future.

thank for the help.
allan gottlieb
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] insatiable revdev-rebuild SOLVED

2007-10-04 Thread Norman Rieß

Allan Gottlieb schrieb:

At Thu, 04 Oct 2007 10:31:57 +0200 Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

  

On Thursday 04 October 2007 05:37:19 Allan Gottlieb wrote:


An emerge (of openssl, I believe, but am not sure)  a few days ago
triggered a request for me to run
  # revdep-rebuild --library libcrypto.so.0.9.7
  # revdep-rebuild --library libssl.so.0.9.7

I have done so.  The revdep-rebuild for libssl found nothing, but the
one for libcrypto rebuilt openssl.  However rerunning the command
again again rebuilt openssh.  A msg had explained that this is
possible but didn't suggest that the request would never end.  I have
run the revdep-rebuild for libcrypto 4 times and it keeps rebuilding
openssl

What should I do to fix this problem?
  
It also told you to remove lib{crypto,ssl}.so.0.9.7 after running those 
revdep-rebuild commands. revdep-rebuild finds that libssl.so.0.0.7 links 
against libcrypto.so.0.9.7 and the hack (preserve_old_lib from eutils.eclass) 
that the openssl ebuild uses to preserve those libraries until you've done 
this makes it look like they belong to the new version of openssl (even 
though they really don't)..



As always Bo's reply solved the problem completely.  I apologize for
missing the remove commands.  I shall read the instructions more
carefully in the future.

thank for the help.
allan gottlieb
  

There was no remove command

WARN: postinst
Old versions of installed libraries were detected on your system.
In order to avoid breaking packages that depend on these old libs,
the libraries are not being removed.  You need to run revdep-rebuild
in order to remove these old dependencies.  If you do not have this
helper program, simply emerge the 'gentoolkit' package.

 # revdep-rebuild --library libcrypto.so.0.9.7
 # revdep-rebuild --library libssl.so.0.9.7

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] insatiable revdev-rebuild SOLVED

2007-10-04 Thread Bo Ørsted Andresen
On Thursday 04 October 2007 16:07:16 Norman Rieß wrote:
  It also told you to remove lib{crypto,ssl}.so.0.9.7 after running those
  revdep-rebuild commands.
[SNIP]
 There was no remove command

It used to tell you. ;)

https://bugs.gentoo.org/show_bug.cgi?id=159245

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] insatiable revdev-rebuild SOLVED

2007-10-04 Thread Allan Gottlieb
At Thu, 04 Oct 2007 16:07:16 +0200 Norman Rieß [EMAIL PROTECTED] wrote:

 Allan Gottlieb schrieb:

 As always Bo's reply solved the problem completely.  I apologize for
 missing the remove commands.  I shall read the instructions more
 carefully in the future.

 thank for the help.
 allan gottlieb
   
 There was no remove command

Thanks for letting me know.  I was surprised I missed it.
allan gottlieb
--
[EMAIL PROTECTED] mailing list



[gentoo-user] insatiable revdev-rebuild

2007-10-03 Thread Allan Gottlieb
An emerge (of openssl, I believe, but am not sure)  a few days ago
triggered a request for me to run
  # revdep-rebuild --library libcrypto.so.0.9.7
  # revdep-rebuild --library libssl.so.0.9.7

I have done so.  The revdep-rebuild for libssl found nothing, but the
one for libcrypto rebuilt openssl.  However rerunning the command
again again rebuilt openssh.  A msg had explained that this is
possible but didn't suggest that the request would never end.  I have
run the revdep-rebuild for libcrypto 4 times and it keeps rebuilding
openssl

What should I do to fix this problem?

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] insatiable revdev-rebuild

2007-10-03 Thread Liviu Andronic
On 10/4/07, Allan Gottlieb [EMAIL PROTECTED] wrote:
 I have done so.  The revdep-rebuild for libssl found nothing, but the
 one for libcrypto rebuilt openssl.  However rerunning the command
 again again rebuilt openssh.

I have just survived to a huge (one year, I think) emerge -tva -DNu
world. I learnt one way to deal efficiently with revdep-rebuild: run
revdep-rebuild -i. It will make it ignore his current temporary files
about your system's libraries. This should solve your problem.

-- 
Regards,
Liviu
-- 
[EMAIL PROTECTED] mailing list