Package: check Version: 0.9.8-1 Severity: important The debian package patch changes the check.m4 file in such way, that an infinite loop is produced when AM_PATH_CHECK is used. This part:
- AC_MSG_WARN([A@&t...@m_path_check() is deprecated]) - AC_MSG_WARN([[use P@&t...@kg_check_modules([CHECK], [check >= 0.9.4]) instead]]) + AC_MSG_WARN([AM_PATH_CHECK() is deprecated]) + AC_MSG_WARN([[use PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) instead]]) is inside AM_PATH_CHECK - it causes the macro to be expanded again in the AC_MSG_WARN forever. The upstream code was correct and there's no need for this modification. Marked important, since this breaks any reconf/build which uses the check package. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing'), (400, 'experimental'), (400, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-3-amd64 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages check depends on: ii dpkg 1.15.7.1 Debian package management system ii install-info 4.13a.dfsg.1-5 Manage installed documentation in check recommends no packages. check suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org