Hello Peter, Thanks to upstream, we also have a fix for 2.48 [...] dpkg-deb: building package `clisp' in `../clisp_2.48-3_armel.deb'. dpkg-deb: building package `clisp-dev' in `../clisp-dev_2.48-3_armel.deb'. dpkg-genchanges >../clisp_2.48-3_armel.changes
The fix would be: diff -Naur clisp-2.48/modules/syscalls/calls.c clisp-2.48.fixed//modules/syscalls/calls.c --- clisp-2.48/modules/syscalls/calls.c 2010-06-25 17:51:28.000000000 +0000 +++ clisp-2.48.fixed//modules/syscalls/calls.c 2010-09-28 17:00:23.000000000 +0000 @@ -43,6 +43,7 @@ # include <sys/resource.h> #endif #if defined(HAVE_SYS_WAIT_H) +#undef unused # include <sys/wait.h> /* always present on unix, but not elsewhere */ #endif #if defined(HAVE_SYS_STATVFS_H) Would it be possible to enable armel build with this fix? Best regards, -- Héctor Orón _______________________________________________ pkg-common-lisp-devel mailing list pkg-common-lisp-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-common-lisp-devel