Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339858 - subversion with dev-libs/openssl-1.0.0a-r3 can't connect to sourceforge.net's SVN repositories
Summary: subversion with dev-libs/openssl-1.0.0a-r3 can't connect to sourceforge.net's...
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://juick.com/O01eg/968719
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-05 19:07 UTC by Oleg
Modified: 2010-11-23 17:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg 2010-10-05 19:07:49 UTC
I got "version mismatch" error when connect to SVN over HTTPS repositories at sourceforge.net after update dev-libs/openssl.

Reproducible: Always

Steps to Reproduce:
1. Install >=dev-libs/openssl-1.0.0
2. Install subversion.
3. Checkout or update svn repository from sourceforge.net (only when I treid to checkout warzone from /trunk I didn't get this error)
Actual Results:  
$ svn update warzone
svn: OPTIONS of 'https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk': SSL handshake failed: SSL disabled due to library version mismatch (https://warzone2100.svn.sourceforge.net)

Expected Results:  
Normal updating

After I masked this version svn started to work.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-10-05 19:14:30 UTC
You propably forgot to 

revdep-rebuild --library libcrypt.so.0.9.8
revdep-rebuild --library libssl.so.0.9.8

like the postinst message suggested?

Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-10-05 19:14:57 UTC
(In reply to comment #1)
> revdep-rebuild --library libcrypt.so.0.9.8

Typo. crypto, not crypt.

revdep-rebuild --library libcrypto.so.0.9.8
Comment 3 Oleg 2010-10-05 19:29:25 UTC
It doesn't look as unexists library. And I did revdep-rebuild after update.
Comment 4 Oleg 2010-11-20 20:22:20 UTC
dev-libs/openssl-1.0.0b-r1 also don't work.
Yes, I recompile subversion after update openssl and execute `revdep-rebuild --library libcrypt.so.0.9.8` and `revdep-rebuild --library libssl.so.0.9.8`.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2010-11-23 14:34:49 UTC
(In reply to comment #4)
> and execute `revdep-rebuild --library libcrypt.so.0.9.8` [..]

libcrypto.so.0.9.8 ...
Comment 6 Oleg 2010-11-23 17:45:58 UTC
With subversion also must be recompiled neon.