Kallid sõbrad olen uudis neile

2010-08-03 Thread Helen Meril
Tahtsin saata teile meie siirad tervitused jaoks pühad

Bug#591544: libc6: dlopen() does not return when static compilation is used

2010-08-03 Thread Ludovic Rousseau
Package: libc6 Version: 2.11.2-2 Severity: important The jpilot package ./configure script generate a test program that does not finish. A short version of the problematic source code is: #include int main () { void *self = dlopen (0, RTLD_GLOBAL | RTLD_LAZY); return 0; } And is compiled

Bug#591544: libc6: dlopen() does not return when static compilation is used

2010-08-03 Thread Aurelien Jarno
On Tue, Aug 03, 2010 at 09:59:50PM +0200, Ludovic Rousseau wrote: > Package: libc6 > Version: 2.11.2-2 > Severity: important > > The jpilot package ./configure script generate a test program that does > not finish. > > A short version of the problematic source code is: > > #include > > int mai