Hi, After an "emerge -v --update --deep world", openssl was updated to version 0.98d. I then tried to access some svn repository with: svn co https://svn.gridsphere.org/gridsphere/tags/RELEASE_2_2_4 gridsphere I received this error message: svn: PROPFIND request failed on '/gridsphere/tags/RELEASE_2_2_4' svn: PROPFIND of '/gridsphere/tags/RELEASE_2_2_4': SSL negotiation failed: SSL disabled due to library version mismatch (https://svn.gridsphere.org) I checked my svn version: svn --version svn, version 1.3.2 (r19776) compiled Sep 4 2006, 08:54:53 Obviously compilation time is older than openssl compilation time (ebuild openssl changelog says: *openssl-0.9.8d (28 Sep 2006)). I solved this issue by forcing reinstallation of subversion with: emerge -v subversion Now svn --version gives me: svn, version 1.3.2 (r19776) compiled Oct 4 2006, 10:20:04 and svn co https://svn.gridsphere.org/gridsphere/tags/RELEASE_2_2_4 gridsphere does the right thing with no error. I think there is some missing dependency between openssl and subversion: when I did "emerge -v --update --deep world", subversion should have been recompiled automatically because of the new openssl version. Gentoo Base System version 1.12.5 Portage 2.1.1 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r7 i686) ================================================================= System uname: 2.6.17-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz Last Sync: Wed, 04 Oct 2006 05:50:01 +0000 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] app-admin/eselect-compiler: [Not Present] dev-java/java-config: 1.2.11-r1 dev-lang/python: 2.3.5-r2, 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: [Not Present] dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.13-r4 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r1 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-Wno-error -Wall -Wshadow -W -O3 -march=pentium4 -fomit-frame-pointer -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-Wno-error -Wall -Wshadow -W -O3 -march=pentium4 -fomit-frame-pointer -pipe -Woverloaded-virtual" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo" LINGUAS="fr en" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage" USE="x86 X Xaw3d a52 aac acpi aim alsa apache2 apm arts audiofile avi bash-completion berkdb bitmap-fonts bonobo bzlib cdparanoia cdr cli crypt cups divx4linux dlloader doc dri dvd dvdr dvdread eds elibc_glibc emacs emboss encode esd examples fbcon ffmpeg fftw flac foomaticdb fortran ftp gb gdbm gif glut gmp gnome gnustep gphoto2 gpm gstreamer gtk gtk2 imagemagick imlib input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog jack java javascript jpeg kde kernel_linux ladcca lcms libg++ libwww linguas_en linguas_fr mad mikmod mime mng motif mozilla mp3 mpeg mpi msn nas ncurses nis nls nptl nptlonly nsplugin ogg oggvorbis openal opengl oscar oss pam pcre pdflib perl png posix pppd python qt qt3 qt4 quicktime readline reflection samba scanner sdl session sndfile sockets sox speex spell spl sse ssl svg symlink sysvipc tcltk tcpd tetex threads tiff truetype truetype-fonts type1-fonts udev unicode usb userland_GNU v4l video_cards_fbdev video_cards_vesa vorbis win32codecs wmf wxwindows xine xinerama xml xml2 xmms xorg xpm xv xvid zlib" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Closing, openssl ebuild notifies you about revdep-rebuild being needed.