Package: guessnet Version: 0.39-1 Severity: serious Tags: patch When building 'guessnet' in a clean 'unstable' chroot, I get the following error:
checking for byacc... no checking for pkg-config... no checking for LIBWIBBLE... configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables LIBWIBBLE_CFLAGS and LIBWIBBLE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. See `config.log' for more details. make: *** [config.status] Error 1 Please add the missing Build-Depends on 'pkg-config' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/guessnet-0.39/debian/control ./debian/control --- ../tmp-orig/guessnet-0.39/debian/control 2006-08-25 19:19:44.000000000 +0000 +++ ./debian/control 2006-08-27 19:56:55.000000000 +0000 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Enrico Zini <[EMAIL PROTECTED]> -Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, libnet1-dev (>= 1.1.1rel-2), libpcap-dev, libtut-dev, libwibble-dev (>= 0.1.3), libwibble-dev (<< 0.2) +Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, pkg-config, libnet1-dev (>= 1.1.1rel-2), libpcap-dev, libtut-dev, libwibble-dev (>= 0.1.3), libwibble-dev (<< 0.2) Standards-Version: 3.7.2.0 Package: guessnet -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]