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

Replies

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