Public bug reported:

Binary package hint: check

There are two cases where a build with check goes into an infinite loop. I 
haven't tried it on any other system, but the latest ubuntu karmic.
Running `aclocal --verbose` on the attached example (check_money) causes the 
script to freeze on:

aclocal: running autom4te --language Autoconf-without-aclocal-m4
'/usr/share/aclocal/check.m4' '/usr/share/aclocal/libtool.m4' .....

Removing the AM_PATH_CHECK() allows the configure to be generated. When
I use the test/Makefile generated this way (and set up @CHECK_CFLAGS@
and ..._LIBS@ myself), `make check` never finishes (both on the example
and my project):

make[1]: Leaving directory `/home/viraptor/Projects/xxx'
Making check in tests
make[1]: Entering directory `/home/viraptor/Projects/xxx/tests'
make check_xxx
make[2]: Entering directory `/home/viraptor/Projects/xxx/tests'
gcc ........ || echo './'`check_xxx.c
mv -f .deps/check_xxx-check_xxx.Tpo .deps/check_xxx-check_xxx.Po
make check_xxx
make[3]: Entering directory `/home/viraptor/Projects/xxx/tests'
make check_xxx
make[4]: Entering directory `/home/viraptor/Projects/xxx/tests'
make check_xxx
.... (this is called all the time recursively)

If I install the latest version of `check` from sources, everything
works just fine.

ProblemType: Bug
Architecture: i386
Date: Wed Nov 25 00:01:55 2009
DistroRelease: Ubuntu 9.10
Package: check (not installed)
ProcEnviron:
 LANGUAGE=pl_PL.UTF-8
 PATH=(custom, no user)
 LANG=pl_PL.UTF-8
 SHELL=/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: check
Uname: Linux 2.6.31-15-generic i686

** Affects: check (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386

-- 
Compilation with check not possible (infinite loop)
https://bugs.launchpad.net/bugs/487903
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to