* [gentoo-user] insatiable revdev-rebuild
@ 2007-10-04 3:37 Allan Gottlieb
2007-10-04 5:52 ` Liviu Andronic
2007-10-04 8:31 ` Bo Ørsted Andresen
0 siblings, 2 replies; 7+ messages in thread
From: Allan Gottlieb @ 2007-10-04 3:37 UTC (permalink / raw
To: gentoo-user
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
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] insatiable revdev-rebuild
2007-10-04 3:37 [gentoo-user] insatiable revdev-rebuild Allan Gottlieb
@ 2007-10-04 5:52 ` Liviu Andronic
2007-10-04 8:31 ` Bo Ørsted Andresen
1 sibling, 0 replies; 7+ messages in thread
From: Liviu Andronic @ 2007-10-04 5:52 UTC (permalink / raw
To: gentoo-user
On 10/4/07, Allan Gottlieb <gottlieb@nyu.edu> 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
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] insatiable revdev-rebuild
2007-10-04 3:37 [gentoo-user] insatiable revdev-rebuild Allan Gottlieb
2007-10-04 5:52 ` Liviu Andronic
@ 2007-10-04 8:31 ` Bo Ørsted Andresen
2007-10-04 13:40 ` [gentoo-user] insatiable revdev-rebuild SOLVED Allan Gottlieb
1 sibling, 1 reply; 7+ messages in thread
From: Bo Ørsted Andresen @ 2007-10-04 8:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1108 bytes --]
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
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] insatiable revdev-rebuild SOLVED
2007-10-04 8:31 ` Bo Ørsted Andresen
@ 2007-10-04 13:40 ` Allan Gottlieb
2007-10-04 14:07 ` Norman Rieß
0 siblings, 1 reply; 7+ messages in thread
From: Allan Gottlieb @ 2007-10-04 13:40 UTC (permalink / raw
To: gentoo-user
At Thu, 04 Oct 2007 10:31:57 +0200 Bo Ørsted Andresen <bo.andresen@zlin.dk> 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
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] insatiable revdev-rebuild SOLVED
2007-10-04 13:40 ` [gentoo-user] insatiable revdev-rebuild SOLVED Allan Gottlieb
@ 2007-10-04 14:07 ` Norman Rieß
2007-10-04 14:29 ` Bo Ørsted Andresen
2007-10-04 15:36 ` Allan Gottlieb
0 siblings, 2 replies; 7+ messages in thread
From: Norman Rieß @ 2007-10-04 14:07 UTC (permalink / raw
To: gentoo-user
Allan Gottlieb schrieb:
> At Thu, 04 Oct 2007 10:31:57 +0200 Bo Ørsted Andresen <bo.andresen@zlin.dk> 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
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] insatiable revdev-rebuild SOLVED
2007-10-04 14:07 ` Norman Rieß
@ 2007-10-04 14:29 ` Bo Ørsted Andresen
2007-10-04 15:36 ` Allan Gottlieb
1 sibling, 0 replies; 7+ messages in thread
From: Bo Ørsted Andresen @ 2007-10-04 14:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 306 bytes --]
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
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] insatiable revdev-rebuild SOLVED
2007-10-04 14:07 ` Norman Rieß
2007-10-04 14:29 ` Bo Ørsted Andresen
@ 2007-10-04 15:36 ` Allan Gottlieb
1 sibling, 0 replies; 7+ messages in thread
From: Allan Gottlieb @ 2007-10-04 15:36 UTC (permalink / raw
To: gentoo-user
At Thu, 04 Oct 2007 16:07:16 +0200 Norman Rieß <norman@smash-net.org> 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
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-10-04 15:51 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-04 3:37 [gentoo-user] insatiable revdev-rebuild Allan Gottlieb
2007-10-04 5:52 ` Liviu Andronic
2007-10-04 8:31 ` Bo Ørsted Andresen
2007-10-04 13:40 ` [gentoo-user] insatiable revdev-rebuild SOLVED Allan Gottlieb
2007-10-04 14:07 ` Norman Rieß
2007-10-04 14:29 ` Bo Ørsted Andresen
2007-10-04 15:36 ` Allan Gottlieb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox