Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-lisp
Hi,
I try to write an ebuild for xindy:
http://bugs.gentoo.org/show_bug.cgi?id=71531
Since the new version 2.3 xindy offers to use an external lisp for
compiling which would be a nice thing for us Gentoo guys. However,
there is a linking problem which I discussed (or better where I asked
for help) here:
http://article.gmane.org/gmane.comp.text.xindy.general/375
To cut it short, the author of xindy expected
/usr/lib64/clisp-2.43/base/readline.o to include more symbols than I
have (every useflag activated!).
The author:
% nm /usr/lib/clisp-2.43/full/readline.o |grep module__readline
00000000 T module__readline__constant_map_int
00000140 T module__readline__fini_function
00000130 T module__readline__init_function_1
00000150 T module__readline__init_function_2
00000004 C module__readline__object_tab
00000004 C module__readline__object_tab_initdata
00000004 S module__readline__object_tab_size
00000020 C module__readline__subr_tab
00000008 C module__readline__subr_tab_initdata
00000000 S module__readline__subr_tab_size
I:
sebschub@tux ~ $ nm /usr/lib64/clisp-2.43/full/readline.o |grep
module__readline
0000000000000000 T module__readline__constant_map_int
00000000000000d2 T module__readline__fini_function
00000000000000d1 T module__readline__init_function_1
00000000000000d3 T module__readline__init_function_2
0000000000000004 B module__readline__object_tab_size
0000000000000000 B module__readline__subr_tab_size
Do you have any idea? I'm on a mostly stable amd64 system, my current
readline version is 5.2_p7. Is it a bug?
Thanks
Sebastian
--
gentoo-lisp@g.o mailing list
|
|