Gentoo Archives: gentoo-dev

From: Mikael Hallendal <hallski@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] OpenAFS ebuild
Date: Fri, 16 Nov 2001 07:30:21
Message-Id: 1005913869.10193.9.camel@zoidberg
In Reply to: Re: [gentoo-dev] OpenAFS ebuild by AGottinger@t-online.de (Achim Gottinger)
1 fre 2001-11-16 klockan 14.15 skrev Achim Gottinger:
2 > Mikael Hallendal wrote:
3
4 > > Which package installs /usr/include/linux (linux-source)? If so I think
5 > > openafs should depend on that package since it doesn't compile
6 > > otherwise.
7 >
8 > these headers are in sys-kernel/linux-headers and you should have them
9 > if you have merged the whole base system
10
11 Yes, I had them but they are for kernel 2.4.10 and not for 2.4.14 which
12 I have. This makes the build fail!
13
14 Making a link from /usr/include/linux to /usr/src/linux/include/linux
15 fixed the problem.
16
17 > > Does it use -lncurses in your case (to link dynamically?) Here it's
18 > > hardcoded to /usr/lib/libncurses.so (in the Makefile.in-file).
19 > Must build again
20
21 Yes, but the package when unpacked has hardcoded /usr/lib/libncurses.so
22 not -lncurses which it should have if linking dynamically.
23
24 > > Where do /usr/lib/libncurses.so point?
25 > >
26 > /lib/libncurses.so.5.2
27
28 Which ncurses-package do you have installed, I have 5.2-r3 and it
29 doesn't even build dynamic libs. there is a 5.2-r4 which is masked out
30 with the comment "Still doesn't work".
31
32 Regards,
33 Mikael Hallendal
34
35 --
36
37 Mikael Hallendal
38 Gentoo Linux Developer, Desktop Team Leader
39 CodeFactory AB, Stockholm, Sweden

Replies

Subject Author
Re: [gentoo-dev] OpenAFS ebuild AGottinger@t-online.de (Achim Gottinger)
Re: [gentoo-dev] OpenAFS ebuild Daniel Robbins <drobbins@g.o>