Hi Vladimir!
* On Sunday, May 18 2008 11:31 CEST, Vladimir Volovich wrote:
> Hi Sebastian,
>
> "SS" == Sebastian Schubert writes:
>
> SS> FYI, the tex developer of Gentoo solved the problem with external
> SS> clisp:
>
> SS> ,----[ 17 May 2008; Alexis Ballier <aballier@...>
> SS> +clisp-2.44.1-r1.ebuild: ] | Dont strip module objects as stripping
> SS> will also remove common symbols and | then we would expect failures
> SS> when building modules against it `----
>
> SS> xindy is now also in portage ie supported by Gentoo.
>
> could you point to the description of the original problem which was
> solved? it is unclear which "module objects" were being stripped, and why.
It is this thread:
http://sourceforge.net/mailarchive/forum.php?thread_name=87wsqf7srt.fsf%40tux.Puorg&forum_name=xindy-discuss
I got the following errors when using external clisp:
modules.o:(.data+0x188): undefined reference to `module__readline__subr_tab'
modules.o:(.data+0x198): undefined reference to `module__readline__object_tab'
modules.o:(.data+0x1b0): undefined reference to `module__readline__subr_tab_initdata'
modules.o:(.data+0x1b8): undefined reference to `module__readline__object_tab_initdata'
modules.o:(.data+0x1e0): undefined reference to `module__wildcard__subr_tab'
modules.o:(.data+0x1f0): undefined reference to `module__wildcard__object_tab'
modules.o:(.data+0x208): undefined reference to `module__wildcard__subr_tab_initdata'
modules.o:(.data+0x210): undefined reference to `module__wildcard__object_tab_initdata'
modules.o:(.data+0x290): undefined reference to `module__linux__subr_tab'
modules.o:(.data+0x2a0): undefined reference to `module__linux__object_tab'
modules.o:(.data+0x2b8): undefined reference to `module__linux__subr_tab_initdata'
modules.o:(.data+0x2c0): undefined reference to `module__linux__object_tab_initdata'
modules.o:(.data+0x340): undefined reference to `module__gtk__subr_tab'
modules.o:(.data+0x368): undefined reference to `module__gtk__subr_tab_initdata'
modules.o:(.data+0x3f0): undefined reference to `module__zlib__subr_tab'
modules.o:(.data+0x400): undefined reference to `module__zlib__object_tab'
modules.o:(.data+0x418): undefined reference to `module__zlib__subr_tab_initdata'
modules.o:(.data+0x420): undefined reference to
`module__zlib__object_tab_initdata'
So as far as I understand, the gentoo building process of clisp removed
necessary symbols in the files, thus no error in xindy.
Sebastian
|