Gentoo Archives: gentoo-user

From: Andreas Schoelver <tengri_lethos@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] neon: endless up-/down-grade
Date: Mon, 31 Jul 2006 06:18:28
Message-Id: 20060731073111.17f6f938.tengri_lethos@web.de
In Reply to: Re: [gentoo-user] neon: endless up-/down-grade by Richard Fish
1 Hi Richard
2
3 On Sun, 30 Jul 2006 20:07:36 -0700
4 "Richard Fish" <bigfish@××××××××××.org> wrote:
5
6 > On 7/30/06, Andreas Schoelver <tengri_lethos@×××.de> wrote:
7 > > Hi all
8 > >
9 > > each world update either updates or downgrades neon depending
10 > > on the version just installed at that moment.
11 >
12 > It is a _very_ long-standing bug in portage that doesn't deal with
13 > some dependancy situtations very well. [1]
14 >
15 > The answer is usually to mask the newer version.
16 >
17 > echo "# required by rapidsvn-0.9.0-r1" >>/etc/portage/package.mask
18 > echo ">=net-misc/neon-0.24.7" >>/etc/portage/package.mask
19
20 Sounds good, ...
21 but: I performed a revdep-rebuild in between which did the downgrade of neon
22 to 0.24.7, but the remerge of rapidsvn failed then.
23
24 ---8<--- from the err output:
25 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld:
26 warning: libneon.so.26, needed by /usr/lib/libsvn_ra_dav-1.so, not found
27 (try using -rpath or -rpath-link)
28 /usr/lib/libsvn_ra_dav-1.so: undefined reference to `ne_get_content_type'
29 /usr/lib/libsvn_ra_dav-1.so: undefined reference to `ne_get_response_header'
30 /usr/lib/libsvn_ra_dav-1.so: undefined reference to `ne_has_support'
31 collect2: ld returned 1 exit status
32 make[2]: *** [rapidsvn] Error 1
33 make[1]: *** [all-recursive] Error 1
34 make: *** [all-recursive] Error 1
35
36 !!! ERROR: dev-util/rapidsvn-0.9.0-r1 failed.
37 ---8<---
38
39 I now read that rapisvn-0.9.0-r1 depends on the newer version of neon.
40 Is that correct?
41 My portage tree is in sync concerning neon and rapidsvn.
42 Maybe I have to find out how to fix the ebuild of rapidsvn to
43 make it build on my system.
44
45 Andreas
46 --
47 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] neon: endless up-/down-grade Richard Fish <bigfish@××××××××××.org>