[tlbuild] sparc-solaris: luatex SIGBUS in hnj_hyphenation

Vladimir Volovich vvv at vsu.ru
Wed Jun 16 18:03:57 CEST 2010


"GNW" == George N White writes:

 GNW> My latest attempt to build failed:

 GNW> Undefined first referenced symbol in file __zzip_aligned4
 GNW> X/Build/source/Work/libs/zziplib/libzzip.a(zip.o)

i had the same error:
http://tug.org/pipermail/tlbuild/2010q2/001630.html

i don't remember if it's still present in the current sources, but if it
is, you can work around it by recompiling just one file (zip.o) without
optimization (i.e. looking what command was used to compile it, and
removing the -O or -xO flags), and then proceeding with make world

it appears that inline function is not visible in the object file when
optimization is enabled. maybe a proper way to declare inline functions
is in the *.h files, rather than in object files (which makes perfect
sense: once object file is buit, it is not possible to inline a function
anymore).

Best,
v.


More information about the tlbuild mailing list