Subject: pkg/36101: lang/clisp fails on OS X 10.4.9
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <ibn@razal.de>
List: pkgsrc-bugs
Date: 03/28/2007 20:30:01
>Number:         36101
>Category:       pkg
>Synopsis:       lang/clisp fails on OS X  10.4.9
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 28 20:30:01 +0000 2007
>Originator:     Thomas Lazar
>Release:        
>Organization:
>Environment:
Darwin blueant.home-domain 8.9.0 Darwin Kernel Version 8.9.0: Thu Feb 22 20:54:07 PST 2007; root:xnu-792.17.14~1/RELEASE_PPC Power Macintosh powerpc
>Description:
lang/clisp fails on Mac OS X 10.4.9 with the following error:

/usr/bin/install -c -o root -g wheel -m 444 avcall.h
/usr/pkgsrc/lang/clisp/wo
/clisp-2.39/src/avcall.h
builddir="`pwd`"; cd callback && make && make check && make install-lib
libdir
$builddir" includedir="$builddir"
cd vacall_r; make all
cd trampoline_r; make all
cd vacall_r; make all
cd trampoline_r; make all
cd vacall_r; make check
cd trampoline_r; make check
./test1
Works, test1 passed.
./test2
test2 passed.
touch tests.passed.powerpc-apple-darwin8
./minitests > minitests.out
*** Error code 132

Stop.
make: stopped in /usr/pkgsrc/lang/clisp/work/clisp-2.39/src/callback
*** Error code 1

the output of the second time i started bmake:

cd vacall_r; make check
cd trampoline_r; make check
./test1
*** Signal 4

Stop.
make: stopped in /usr/pkgsrc/lang/clisp/work/clisp-2.39/src/callback/trampoline_r
*** Error code 1

starting the different test programs result in:

blueant:/usr/pkgsrc/lang/clisp/work/clisp-2.39/src/callback/trampoline_r ibn$ ./test1
Illegal instruction

blueant:/usr/pkgsrc/lang/clisp/work/clisp-2.39/src/callback/trampoline_r ibn$ ./test2
test2 passed.

blueant:/usr/pkgsrc/lang/clisp/work/clisp-2.39/src/callback ibn$ ./minitests 
void f(void):
Illegal instruction
blueant:/usr/pkgsrc/lang/clisp/work/clisp-2.39/src/callback ibn$
>How-To-Repeat:
Try to build lang/clisp.
>Fix: