Package: jamvm Version: 1.3.3-1 Severity: normal Tags: patch When building 'jamvm' in a clean 'unstable' amd64 chroot, I get the following error:
checking for dlopen in -ldl... yes checking for inflate in -lz... yes checking for ffi_call in -lffi... no configure: error: cannot find libffi make: *** [config.status] Error 1 Please add the missing Build-Depends on 'libffi4-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/jamvm-1.3.3/debian/control ./debian/control --- ../tmp-orig/jamvm-1.3.3/debian/control 2005-09-15 06:10:25.000000000 +0000 +++ ./debian/control 2005-09-15 06:09:57.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Michael Koch <[EMAIL PROTECTED]> Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), cdbs, zlib1g-dev, jikes, zip, classpath-common (>= 2:0.18) +Build-Depends: debhelper, cdbs, libffi4-dev, zlib1g-dev, jikes, zip, classpath-common (>= 2:0.18) Standards-Version: 3.6.2 Package: jamvm -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]