You are not logged in.

#1 2009-11-04 00:42:22

helmut
Member
Registered: 2008-10-10
Posts: 65

subversion does not work any longer

I have had a working version of subversion installed. At the moment subversion does not work any more and complains about a missing library.


Message:
svn: error while loading shared libraries: libdb-4.7.so: cannot open shared object file: No such file or directory

I have already removed subversion with pacman -R subversion and reinstalled it with pacman -S subversion, but the problem persists.

Can anybody give me a hint?

Helmut

Offline

#2 2009-11-04 01:12:13

chpln
Member
From: Australia
Registered: 2009-09-17
Posts: 361

Re: subversion does not work any longer

Which version of subversion are you using?  1.6.5-5 is linked against libdb-4.8.so (at least on x86_64).

Offline

#3 2009-11-04 01:19:34

helmut
Member
Registered: 2008-10-10
Posts: 65

Re: subversion does not work any longer

With pacman I have installed "extra/subversion 1.6.5-5".

I have a x86_64 as well. But the installed svn tries to link to 4.7 and fails to start.

I have checked "/usr/lib" and I have libdb-4.8.so installed on my system.

Offline

#4 2009-11-04 01:32:51

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: subversion does not work any longer

Do you have that version installed?   It looks like you queried the pacman database (-Si) rather than your local database (-Qi).

Offline

#5 2009-11-04 01:36:42

helmut
Member
Registered: 2008-10-10
Posts: 65

Re: subversion does not work any longer

pacman -Qi subversion tells me that 1.6.5-5 is installed.

[helmut@lapi_acer tecomp]$ pacman -Qi subversion
Name           : subversion
Version        : 1.6.5-5
URL            : http://subversion.tigris.org/
Licenses       : apache  bsd 
Groups         : None
Provides       : svn 
Depends On     : neon>=0.28.2-2  apr-util>=1.3.2-2 
Optional Deps  : gnome-keyring
                 kdeutils-kwallet
Required By    : None
Conflicts With : None
Replaces       : None
Installed Size : 28428.00 K
Packager       : Allan McRae <allan@archlinux.org>
Architecture   : x86_64
Build Date     : Sat 26 Sep 2009 12:37:09 AM CDT
Install Date   : Tue 03 Nov 2009 06:34:42 PM CST
Install Reason : Explicitly installed
Install Script : No
Description    : Replacement for CVS, another versioning system (svn)

Offline

#6 2009-11-04 01:46:21

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: subversion does not work any longer

Well, then.  It is definitely not subversion causing your problem, but some dependency.  Is your system fully up to date?

Offline

#7 2009-11-04 01:54:30

chpln
Member
From: Australia
Registered: 2009-09-17
Posts: 361

Re: subversion does not work any longer

Assuming this is the same system, I suspect this issue will disappear when http://bbs.archlinux.org/viewtopic.php?id=83961 is solved.  (Un)fortunately, I've never came across a broadcom wireless device -- I'd rather not risk giving erroneous advice there.

Offline

#8 2009-11-04 02:05:02

helmut
Member
Registered: 2008-10-10
Posts: 65

Re: subversion does not work any longer

I have tried to rebuild subversion from scratch via makepkg. But this failed for share library problems as well.

Message during mkpkg: sh: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

Unfortunately I cannot pacman -Syu due to the problem reported in http://bbs.archlinux.org/viewtopic.php?id=83961. It seems that I have a deadlock now.

Offline

#9 2009-11-04 02:53:14

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: subversion does not work any longer

Well, then....  your system is fairly screwed.   If you cannot do a full upgrade, never update the pacman database and then install new software.

i.e.
only: pacman -Syu;  pacman -S <pkg>
never: pacman -Sy; pacman -S <pkg>

I'll tell you how to fix in your braodcom-wl thread.

Offline

Board footer

Powered by FluxBB