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:14:11
Message-Id: 1005912898.10193.7.camel@zoidberg
In Reply to: Re: [gentoo-dev] OpenAFS ebuild by AGottinger@t-online.de (Achim Gottinger)
1 fre 2001-11-16 klockan 13.59 skrev Achim Gottinger:
2 > Mikael Hallendal wrote:
3 > >
4 > > fre 2001-11-16 klockan 13.45 skrev Achim Gottinger:
5 > > > Mikael Hallendal wrote:
6 > > > >
7 > > > > Hi!
8 > > > >
9 > > > > The OpenAFS ebuild seems pretty broken.
10 > > > >
11 > > > > 1) It fails for not finding a h-file LINUX/osi_vfs.h in src/afs
12 > > >
13 > > > do you see the following line in the configure output
14 > > >
15 > > > checking whether to build osi_vfs.h... wrote src/afs/LINUX/osi_vfs.h
16 > >
17 > > No.
18 >
19 > Hmm I do so we should check what configure does at this point.
20
21 Ok, I've located the problem. I found that /usr/include/linux is no
22 longer a symlink to /usr/src/linux/include/linux, so the stuff in
23 /usr/include/linux no longer reflects my current kernel.
24
25 Which package installs /usr/include/linux (linux-source)? If so I think
26 openafs should depend on that package since it doesn't compile
27 otherwise.
28
29 > > > > 2) it tries to link statically against a .so-file (libncurses.so)
30 > >
31 > > I'm adding a dosed to replace libncurses.so with libncurses.a if no one
32 > > objects.
33 >
34 > The latest ncurses package has a link for libncurses.so and here
35 > afsmonitor and compile_et are linked agains this shared lib. So the
36 > dosed is not required I think.
37 > I just retried the build here and it still works fine, my system build
38 > is from the last three days.
39
40 Does it use -lncurses in your case (to link dynamically?) Here it's
41 hardcoded to /usr/lib/libncurses.so (in the Makefile.in-file).
42
43 Where do /usr/lib/libncurses.so point?
44
45 Regards,
46 Mikael Hallendal
47
48 --
49
50 Mikael Hallendal
51 Gentoo Linux Developer, Desktop Team Leader
52 CodeFactory AB, Stockholm, Sweden

Replies

Subject Author
Re: [gentoo-dev] OpenAFS ebuild AGottinger@t-online.de (Achim Gottinger)
Re: [gentoo-dev] OpenAFS ebuild Juergen Ilse <juergen@×××××××××××.de>