[tlbuild] sparc-solaris: luatex SIGBUS in hnj_hyphenation

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


> actually you can as well just apply a patch:

there's one more place (prototype) which should be changed too,
so here is the corrected patch:

==============================================
--- libs/zziplib/zziplib-0.13.58/zzip/zip.c	(revision 18993)
+++ libs/zziplib/zziplib-0.13.58/zzip/zip.c	(working copy)
@@ -88,7 +88,7 @@
                                 struct zzip_dir_hdr **hdr_return,
                                 zzip_plugin_io_t io);
 
-_zzip_inline char *__zzip_aligned4(char *p);
+char *__zzip_aligned4(char *p);
 
 /* ------------------------  harden routines ------------------------------ */
 
@@ -375,7 +375,7 @@
  * to pointer types but we do need only the lower bits in this implementation,
  * so we can just cast the value to a long value.
  */
-_zzip_inline char *
+char *
 __zzip_aligned4(char *p)
 {
 #define aligned4   __zzip_aligned4
==============================================

Best,
v.


More information about the tlbuild mailing list