Bug#576800: libc6: Cannot create new processes after hibernating

2010-04-11 Thread Francois Gouget
this issue as it should have. Maybe that's because KMS is now mandatory with the current Intel drivers? -- Francois Gouget http://fgouget.free.fr/ Any sufficiently advanced Operating System is indistinguishable from Linux -- To UNSUBSCRIBE, email to debian-glibc-requ...

Bug#576800: libc6: Cannot create new processes after hibernating

2010-04-07 Thread Francois Gouget
Package: libc6 Version: 2.10.2-6 Severity: critical Justification: breaks the whole system After resuming my EeePC from hibernation, I can no longer start new processes. This goes so far as preventing shutdown since init itself cannot be forked so that the only solution is a hard reset. Hence t

Bug#475839: libc6-dev: pthread_mutex_t definition contains a nameless union

2008-12-15 Thread Francois Gouget
On Sun, 14 Dec 2008, Francois Gouget wrote: [...] > 1) gcc-2.95 is still present in Lenny. If you are not seeing it in > aptitude, it's because you are using the 64bit build. Ah. I see I'm wrong about this point. I still get it because I have stable+testing in my source

Bug#475839: libc6-dev: pthread_mutex_t definition contains a nameless union

2008-12-14 Thread Francois Gouget
compile it with gcc 2.95: to ensure that Wine's code does not contain such non-portable constructs. But having the compilation fail due to the C library headers, or having to patch said headers on a regular basis, is annoying. -- Francois Gouget http://fgouget.fr

Bug#475839: libc6-dev: pthread_mutex_t definition contains a nameless union

2008-04-13 Thread Francois Gouget
Package: libc6-dev Version: 2.7-10 Severity: normal Tags: patch The pthread_mutex_t in /usr/include/bits/pthreadtypes.h contains a nameless union. This makes it impossible to use with compilers that don't support nameless unions. Gcc 2.95 for instance. In particular this breaks compilation of Win