Package: arpack++ Version: 2.2-1 Severity: serious Tags: patch When building 'arpack++' in a clean 'unstable' chroot, I get the following error:
checking dependency style of gcc... gcc3 checking for log in -lm... yes checking for s_copy in -lg2c... no you need g2c. make: *** [build] Error 1 Please add the missing Build-Depends on 'libg2c0-dev, blas-dev, lapack3-dev, libarpack2-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/arpack++-2.2/debian/control ./debian/control --- ../tmp-orig/arpack++-2.2/debian/control 2005-03-29 21:08:53.569587855 +0200 +++ ./debian/control 2005-03-29 21:08:51.403993892 +0200 @@ -1,7 +1,7 @@ Source: arpack++ Section: math Priority: optional -Build-Depends: debhelper ( >= 4 ), g++ ( >> 2.95 ) +Build-Depends: debhelper ( >= 4 ), libg2c0-dev, blas-dev, lapack3-dev, libarpack2-dev Maintainer: Christophe Prud'homme <[EMAIL PROTECTED]> Standards-Version: 3.6.1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]