Gentoo Archives: gentoo-user

From: Jonas de Buhr <jonas.de.buhr@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] kscd-4.7.2 fails to build SOLVED
Date: Fri, 07 Oct 2011 10:34:04
Message-Id: 4E8ED501.5040809@gmx.net
In Reply to: Re: [gentoo-user] kscd-4.7.2 fails to build SOLVED by Dale
1 Hi Dale,
2
3 if you want, you can try
4
5
6
7 mkdir -p /usr/local/portage/net-libs
8
9 cp -ax /usr/portage/net-libs/neon /usr/local/portage/net-libs/
10
11 echo 'PORTDIR_OVERLAY="/usr/local/portage"' >> /etc/make.conf
12
13 mkdir -p /usr/local/portage/net-libs/
14
15 cp verify_peer2.patch /usr/local/portage/net-libs/files/
16
17 cp neon-0.29.6.ebuild /usr/local/portage/net-libs/neon/
18
19 ebuild /usr/local/portage/net-libs/neon-0.29.6.ebuild manifest
20 USE="-ssl gnutls" emerge net-libs/neon kde-base/kscd
21
22
23
24 with the attached patch and ebuild. neon compiles, but i dont want to
25 install kscd on my server ;)
26
27 attach it to the bug report if it works, please.
28
29 Am 07.10.2011 10:47, schrieb Dale:
30 > Jonas de Buhr wrote:
31 >> Am 07.10.2011 10:03, schrieb Dale:
32 >>> /usr/lib64/libneon.so.27: undefined reference to
33 >>> `gnutls_certificate_verify_peers'
34 >> gnutls_certificate_verify_peers is deprecated in gnutls.
35 >>
36 >> you could try emerging net-libs/neon with
37 >>
38 >> USE="-gnutls ssl"
39 >>
40 >> for a quick workaround.
41 >>
42 >>
43 >
44 > For those who run into this, just remove the gnutls flag and do a emerge
45 > -uvaDN world. I had it in make.conf so I must have needed it at some
46 > point in the past. Man that is a old USE line. lol
47 >
48 > Thanks for the tip. It worked.
49 >
50 > Dale
51 >
52 > :-) :-)
53 >

Attachments

File name MIME type
neon-0.29.6.ebuild text/plain
verify_peers2.patch text/plain

Replies

Subject Author
Re: [gentoo-user] kscd-4.7.2 fails to build SOLVED Jonas de Buhr <jonas.de.buhr@×××.net>