You are not logged in.

#1 2011-11-30 08:35:25

crequill
Member
Registered: 2011-07-18
Posts: 14

Subversion 1.6.17-7 and libgdbm issue

Hi,

A dependency is missing after upgraded to subversion 1.6.17-7:

# ldd  /usr/bin/svnserve
	linux-gate.so.1 =>  (0xb78a2000)
	libsvn_repos-1.so.0 => /usr/lib/libsvn_repos-1.so.0 (0xb7874000)
	libsvn_fs-1.so.0 => /usr/lib/libsvn_fs-1.so.0 (0xb786b000)
	libsvn_delta-1.so.0 => /usr/lib/libsvn_delta-1.so.0 (0xb785e000)
	libsvn_subr-1.so.0 => /usr/lib/libsvn_subr-1.so.0 (0xb780b000)
	libsvn_ra_svn-1.so.0 => /usr/lib/libsvn_ra_svn-1.so.0 (0xb77f1000)
	libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0xb77c1000)
	libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb77a8000)
	libpthread.so.0 => /lib/libpthread.so.0 (0xb777a000)
	libc.so.6 => /lib/libc.so.6 (0xb7611000)
	libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0xb75ee000)
	libldap-2.4.so.2 => /usr/lib/libldap-2.4.so.2 (0xb75a5000)
	liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0xb7597000)
	libdb-5.2.so => /usr/lib/libdb-5.2.so (0xb73e1000)
	libgdbm.so.4 => not found
	libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb73b9000)
	libuuid.so.1 => /lib/libuuid.so.1 (0xb73b2000)
	librt.so.1 => /lib/librt.so.1 (0xb73a9000)
	libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7378000)
	libdl.so.2 => /lib/libdl.so.2 (0xb7373000)
	libsvn_fs_fs-1.so.0 => /usr/lib/libsvn_fs_fs-1.so.0 (0xb7349000)
	libsvn_fs_base-1.so.0 => /usr/lib/libsvn_fs_base-1.so.0 (0xb7316000)
	libsvn_fs_util-1.so.0 => /usr/lib/libsvn_fs_util-1.so.0 (0xb7313000)
	libgdbm.so.4 => not found
	libz.so.1 => /usr/lib/libz.so.1 (0xb72fb000)
	libgdbm.so.4 => not found
	libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0xb7259000)
	libgdbm.so.4 => not found
	libresolv.so.2 => /lib/libresolv.so.2 (0xb7242000)
	/lib/ld-linux.so.2 (0xb78a3000)
	libfetch.so => /usr/lib/libfetch.so (0xb7233000)
	libcom_err.so.2 => /lib/libcom_err.so.2 (0xb7230000)
	libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0xb71d7000)
	libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0xb7031000)
	libgdbm.so.4 => not found
	libgdbm.so.4 => not found
	libgdbm.so.4 => not found

An install of gdbm resolve this. So gdbm needs to be a dependency of subversion.

Offline

#2 2011-11-30 08:36:35

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Subversion 1.6.17-7 and libgdbm issue

always pacman -Syu before installing new packages.

subversion->apr-util->gdbm

you already had it but old


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2011-11-30 14:59:13

crequill
Member
Registered: 2011-07-18
Posts: 14

Re: Subversion 1.6.17-7 and libgdbm issue

wonder wrote:

always pacman -Syu before installing new packages.

I don't agree with this: when you are on a server in a production environment, you want only upgrade one package.
For this you launch pacman -Sy <package> with the hope it will install everything that is necessary. But it doesn't work. For me it's a problem
For subversion, I have the same problem with dependency sqlite3: the version installed was too old.

Offline

Board footer

Powered by FluxBB