Gentoo Archives: gentoo-lisp

From: Sebastian Schubert <schubert.seb@××××××××××.com>
To: gentoo-lisp@l.g.o
Subject: [gentoo-lisp] Missing symbols in clisp-2.43/base/readline.o?
Date: Mon, 04 Feb 2008 10:43:11
Message-Id: 5e3d0ebf0802040243t5cb2f4c1y87a4ac3349099503@mail.gmail.com
1 Hi,
2
3 I try to write an ebuild for xindy:
4
5 http://bugs.gentoo.org/show_bug.cgi?id=71531
6
7 Since the new version 2.3 xindy offers to use an external lisp for
8 compiling which would be a nice thing for us Gentoo guys. However,
9 there is a linking problem which I discussed (or better where I asked
10 for help) here:
11
12 http://article.gmane.org/gmane.comp.text.xindy.general/375
13
14 To cut it short, the author of xindy expected
15 /usr/lib64/clisp-2.43/base/readline.o to include more symbols than I
16 have (every useflag activated!).
17
18 The author:
19
20 % nm /usr/lib/clisp-2.43/full/readline.o |grep module__readline
21 00000000 T module__readline__constant_map_int
22 00000140 T module__readline__fini_function
23 00000130 T module__readline__init_function_1
24 00000150 T module__readline__init_function_2
25 00000004 C module__readline__object_tab
26 00000004 C module__readline__object_tab_initdata
27 00000004 S module__readline__object_tab_size
28 00000020 C module__readline__subr_tab
29 00000008 C module__readline__subr_tab_initdata
30 00000000 S module__readline__subr_tab_size
31
32 I:
33
34 sebschub@tux ~ $ nm /usr/lib64/clisp-2.43/full/readline.o |grep
35 module__readline
36 0000000000000000 T module__readline__constant_map_int
37 00000000000000d2 T module__readline__fini_function
38 00000000000000d1 T module__readline__init_function_1
39 00000000000000d3 T module__readline__init_function_2
40 0000000000000004 B module__readline__object_tab_size
41 0000000000000000 B module__readline__subr_tab_size
42
43 Do you have any idea? I'm on a mostly stable amd64 system, my current
44 readline version is 5.2_p7. Is it a bug?
45
46 Thanks
47 Sebastian
48 --
49 gentoo-lisp@l.g.o mailing list