Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] OpenAFS ebuild
Date: Fri, 16 Nov 2001 07:43:41
Message-Id: 3BF51615.B0F2D040@gentoo.org
In Reply to: Re: [gentoo-dev] OpenAFS ebuild by Mikael Hallendal
1 Mikael Hallendal wrote:
2 >
3 > fre 2001-11-16 klockan 14.15 skrev Achim Gottinger:
4 > > Mikael Hallendal wrote:
5 >
6 > > > Which package installs /usr/include/linux (linux-source)? If so I think
7 > > > openafs should depend on that package since it doesn't compile
8 > > > otherwise.
9 > >
10 > > these headers are in sys-kernel/linux-headers and you should have them
11 > > if you have merged the whole base system
12 >
13 > Yes, I had them but they are for kernel 2.4.10 and not for 2.4.14 which
14 > I have. This makes the build fail!
15 >
16 > Making a link from /usr/include/linux to /usr/src/linux/include/linux
17 > fixed the problem.
18
19 hmm here /usr/include/linux never occures in my build log-file but
20 instead /usr/src/linux/include/linux
21
22 >
23 > > > Does it use -lncurses in your case (to link dynamically?) Here it's
24 > > > hardcoded to /usr/lib/libncurses.so (in the Makefile.in-file).
25 > > Must build again
26 >
27 > Yes, but the package when unpacked has hardcoded /usr/lib/libncurses.so
28 > not -lncurses which it should have if linking dynamically.
29
30 Well it seems to work here unmodified but if you wanna do that fix
31 please make sure it uses the lib in /lib and
32 not the symlink in /usr/lib. I'll remove this link, cuz it was only
33 needed to build openafs.
34
35 >
36 > > > Where do /usr/lib/libncurses.so point?
37 > > >
38 > > /lib/libncurses.so.5.2
39 >
40 > Which ncurses-package do you have installed, I have 5.2-r3 and it
41 > doesn't even build dynamic libs. there is a 5.2-r4 which is masked out
42 > with the comment "Still doesn't work".
43 >
44
45 Sounds like your gcc build was not complete (that was my prob last time
46 I had no dynamic ncurses libs).
47 I have 5.2-r3 installed here -r4 is for gcc-3.0.x if I remember correct.
48 Or you only looked into /usr/lib and not into /lib :)
49
50 achim~
51
52 > Regards,
53 > Mikael Hallendal
54 >
55 > --
56 >
57 > Mikael Hallendal
58 > Gentoo Linux Developer, Desktop Team Leader
59 > CodeFactory AB, Stockholm, Sweden
60 >
61 > ------------------------------------------------------------------------
62 > Part 1.2Type: application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] OpenAFS ebuild Mikael Hallendal <hallski@g.o>