Gentoo Archives: gentoo-user

From: Daevid Vincent <daevid@××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] SVN stopped working after update of neon?
Date: Wed, 12 Jul 2006 04:14:31
Message-Id: 200607120407.k6C47c03003664@robin.gentoo.org
1 I had SVN working fine, but then sometime recently neon was updated (due to
2 gnome I believe?). I'm only trying to connect to a remote SVN server (not
3 local).
4
5 daevid@locutus $ svn update
6 svn: error while loading shared libraries: libneon.so.25: cannot open shared
7 object file: No such file or directory
8
9 So I recompiled subversion and neon (both in ~x86 because gnome needed the ~
10 version, and the stable svn doesn't work with the non ~ neon and it's all
11 just a big-ol-happy-linux-mess as usual)
12
13 This get's me closer, but still no love.
14
15 daevid@locutus $ svn update
16 svn: Unrecognized URL scheme for
17 'https://trac.myserver.com/svn/projects/foo/trunk'
18
19 The FAQ didn't help (and apparently I have the modules loaded anyways, so I
20 doubt that's the issue):
21 http://subversion.tigris.org/faq.html#unrecognized-url-error
22
23 daevid@locutus $ svn --version
24 svn, version 1.3.2 (r19776)
25 compiled Jul 11 2006, 18:39:46
26 The following repository access (RA) modules are available:
27 * ra_svn : Module for accessing a repository using the svn network protocol.
28 - handles 'svn' scheme
29 * ra_local : Module for accessing a repository on local disk.
30 - handles 'file' scheme
31
32 Here are the versions I have installed
33
34 [ebuild R ] dev-util/subversion-1.3.2-r1 USE="apache2 bash-completion
35 berkdb minimal nls perl python ruby* zlib -emacs -java -nowebdav"
36
37 [ebuild R ] net-misc/neon-0.26.1 USE="nls ssl zlib -expat -gnutls
38 -socks5 -static"
39
40 I tried this:
41
42 locutus env.d # revdep-rebuild --library=libneon.so.25
43 Configuring search environment for revdep-rebuild
44 Checking reverse dependencies...
45 Packages containing binaries and libraries using libneon.so.25 will be
46 emerged.
47 Collecting system binaries and libraries... done.
48 (/root/.revdep-rebuild.1_files)
49 Checking dynamic linking...
50 done.
51 (/root/.revdep-rebuild_8de088a8.3_rebuild)
52 Assigning files to ebuilds... Nothing to rebuild
53 Evaluating package order... done.
54 (/root/.revdep-rebuild_8de088a8.5_order)
55 There are no dynamic links to libneon.so.25... All done.
56
57 Any ideas?
58
59 ÐÆ5ÏÐ
60
61
62 --
63 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] SVN stopped working after update of neon? Ryan Tandy <tarpman@×××××.com>
Re: [gentoo-user] SVN stopped working after update of neon? Ryan Tandy <tarpman@×××××.com>