Package: librep Version: 0.17-10 Severity: normal Tags: patch When building 'librep' on ppc64/unstable, I get the following error:
REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings ../src/rep --batch -l rep.vm.compiler \ -f compile-batch rep-xgettext.jl \ && mv rep-xgettext.jlc rep-xgettext && chmod +x rep-xgettext ** error: --with-stack-direction is incorrect; it should be 1 make[2]: *** [rep-xgettext] Error 10 make[2]: Leaving directory `/librep-0.17/src' With the attached patch 'librep' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/librep-0.17/src/main.c ./src/main.c --- ../tmp-orig/librep-0.17/src/main.c 2001-08-24 03:05:41.000000000 +0000 +++ ./src/main.c 2005-07-28 08:55:35.000000000 +0000 @@ -157,7 +157,7 @@ return rep_TRUE; } -static void +void check_configuration (int *stack_low) { int stack_high; -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]