Bug#595814: upgrade from lenny breaks ia32libs, /emul is not removed

2010-09-06 Thread Sebastian Andrzej Siewior
Package: eglibc Version: 2.11.2-5 Earlier, around Lenny, we had everything in /emul [0]. Now things moved to /lib32 [1] and the /emul thing disapeared. After my dist-upgrade on Sunday my ia32 programs stoped working. I had ia32-libs and ia32-libs-gtk installed but the files were no longer availabl

Bug#632863: eglibc: add support for arch powerpcspe

2011-07-06 Thread Sebastian Andrzej Siewior
severity 632863 wishlist thanks David Kuehling wrote: Severity: minor I've been this is always wishlist because we are not in main archive. Please use User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe So all ppcspe related bugs are together somehow. The attached patch makes egli

glibc 2.23 in unstable

2015-11-08 Thread Sebastian Andrzej Siewior
Hi, fts() with LFS support seems to be fixed in glibc 2.23 [0], [1]. Is it likely that this libc can be used in the next debian release? A backport is probably unlikely due to dependency on the symbol files. [0] https://sourceware.org/bugzilla/show_bug.cgi?id=11460 [1] https://sourceware.org/git

Bug#568924: fallocate64() is missing in libc 2.10

2010-02-08 Thread Sebastian Andrzej Siewior
Package: eglibc Version: 2.10.2-6 Severity: normal fallocate fails on 32bit with LFS support: |bige...@kibibi:~$ cat a.c |#define _GNU_SOURCE |#define _FILE_OFFSET_BITS 64 |#include | |int main(void) |{ |return fallocate(0, 1, 2, 3); |} | |gcc -o a a.c |/tmp/ccw65agf.o: In function `ma

Bug#568924: fallocate64() is missing in libc 2.10

2010-02-09 Thread Sebastian Andrzej Siewior
* Sebastian Andrzej Siewior | 2010-02-08 22:14:56 [+0100]: >I'm not sure if it is clever to export this symbol as 2.10. Is 2.11 >planned for soon? :) A wrapper in fcntl.h which directly wraps the syscall could be added and removed in 2.11 where the function is exported. I've j

Bug#904158: glibc: pthread_cond_wait() is broken in the pshared case

2018-07-20 Thread Sebastian Andrzej Siewior
g the behavior of the wake functions. Signed-off-by: John Ogness Acked-by: Sebastian Andrzej Siewior Reviewed-by: Kurt Kanzenbach Signed-off-by: Kurt Kanzenbach --- nptl/pthread_cond_timedwait.c | 4 +++- nptl/pthread_cond_wait.c | 4 +++- 2 files changed, 6 insertions(+