On Thu, Sep 15, 2005 at 08:25:16AM +0200, Andreas Jochens wrote:
> 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
> 

Thanks for your bug report. I will fix this with next upload.

I dont may apply your patch as is. We only need libffi4-dev only on archs
that have no handcrafted optimized layer in jamvm.

"libffi4-dev [amd64]" should do for now until I tested the other currently
unsupported archs in debian.


Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to