Processed: Re: Bug#696757: ecl: FTBFS: hang in sigsuspend

2013-03-17 Thread Debian Bug Tracking System
Processing control commands: tags -1 + patch Bug #696757 [src:ecl] ecl: FTBFS: hang in sigsuspend Added tag(s) patch. -- 696757: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696757 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian

Bug#696757: ecl: FTBFS: hang in sigsuspend

2013-03-17 Thread Steven Chamberlain
Control: tags -1 + patch Hi Christoph, Would it be an option to configure ecl with --enable-threads=no on kfreebsd-* and hurd-* for wheezy? Would any functionality be lost or would it only affect performance? The version in squeeze didn't have threads enabled, and there don't seem to be any

Bug#696757: ecl: FTBFS: hang in sigsuspend

2013-03-17 Thread Christoph Egger
Hi! Steven Chamberlain ste...@pyro.eu.org writes: Would it be an option to configure ecl with --enable-threads=no on kfreebsd-* and hurd-* for wheezy? Would any functionality be lost or would it only affect performance? The version in squeeze didn't have threads enabled, and there don't

Bug#696757: ecl: FTBFS: hang in sigsuspend

2013-01-06 Thread Ivo De Decker
Control: found -1 11.1.1-4 Control: fixed -1 12.12.1-1 Hi, I tried to build ecl 11.1.1-4 in a kfreebsd-i386 wheezy machine (on kvm) and it hangs the same way, so this bug is also present in wheezy. It seems to be fixed in experimental. Cheers, Ivo -- To UNSUBSCRIBE, email to

Processed: Re: Bug#696757: ecl: FTBFS: hang in sigsuspend

2013-01-06 Thread Debian Bug Tracking System
Processing control commands: found -1 11.1.1-4 Bug #696757 [src:ecl] ecl: FTBFS: hang in sigsuspend Marked as found in versions ecl/11.1.1-4. fixed -1 12.12.1-1 Bug #696757 [src:ecl] ecl: FTBFS: hang in sigsuspend Marked as fixed in versions ecl/12.12.1-1. -- 696757: http://bugs.debian.org

Bug#696757: ecl: FTBFS: hang in sigsuspend

2012-12-26 Thread Christoph Egger
Package: src:ecl Version: 11.1.1+dfsg1-1 Severity: serious Tags: sid wheezy User: debian-...@lists.debian.org Usertags: kfreebsd X-Debbugs-Cc: debian-...@lists.debian.org Justification: fails to build from source (but built successfully in the past) Hi! ECL build hangs early in ecl_min compile.

Bug#696757: ecl: FTBFS: hang in sigsuspend

2012-12-26 Thread Christoph Egger
Code in question: #if defined(ECL_THREADS) defined(HAVE_SIGPROCMASK) static cl_object asynchronous_signal_servicing_thread() { sigset_t handled_set; cl_object signal_code; int signo; int interrupt_signal = 0; if