Bug#538513: hppa NPTL switch - bump minimal libc6 requirements to libc6 (= 2.10)

2009-09-09 Thread Petr Salinger
Hi, please do not forget to bump minimal libc6 requirements to libc6 (= 2.10) in libc6.symbols.hppa similarly as in libc6.symbols.sparc. The hppa NPTL switch is 100% *** backward *** compatible. The pthread static initializers compiled against NPTL will not work against linuxthreads (e)glibc.

r3826 - glibc-package/branches/multiarch/debian/rules.d

2009-09-09 Thread Aurelien Jarno
Author: aurel32 Date: 2009-09-09 08:49:46 + (Wed, 09 Sep 2009) New Revision: 3826 Modified: glibc-package/branches/multiarch/debian/rules.d/build.mk Log: Fix ld.so symlink creation Modified: glibc-package/branches/multiarch/debian/rules.d/build.mk

r3827 - glibc-package/branches/eglibc-2.10/debian

2009-09-09 Thread Aurelien Jarno
Author: aurel32 Date: 2009-09-09 09:18:02 + (Wed, 09 Sep 2009) New Revision: 3827 Modified: glibc-package/branches/eglibc-2.10/debian/libc6.symbols.hppa Log: Bump depends on libc6 to = 2.10 in hppa's symbols file due to the NPTL transition Modified:

debug version of ld-2.6.so is failing to start

2009-09-09 Thread Sinan Nalkaya
Hi I wanted to use dbg package of libc6 to trace down a libc function. In order to use those libraries debug version of the libraries, i tried following commands, LD_LIBRARY_PATH=/usr/lib/debug gdb a.out LD_LIBRARY_PATH=/usr/lib/debug:/usr/lib/debug/lib gdb a.out

Re: debug version of ld-2.6.so is failing to start

2009-09-09 Thread Aurelien Jarno
Sinan Nalkaya a écrit : Hi I wanted to use dbg package of libc6 to trace down a libc function. In order to use those libraries debug version of the libraries, i tried following commands, LD_LIBRARY_PATH=/usr/lib/debug gdb a.out LD_LIBRARY_PATH=/usr/lib/debug:/usr/lib/debug/lib gdb a.out

Processed: reopening 540871, notfixed 540871 in 2.9-25, notfixed 540871 in 2.9-26

2009-09-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reopen 540871 Bug #540871 {Done: Aurelien Jarno aure...@debian.org} [libc6.1-dev] /usr/include/bits/socket.h:68: error: expected identifier before numeric constant 'reopen' may be inappropriate when a bug has been closed with a version; you may

r3828 - glibc-package/branches/multiarch/debian/sysdeps

2009-09-09 Thread Aurelien Jarno
Author: aurel32 Date: 2009-09-09 18:04:02 + (Wed, 09 Sep 2009) New Revision: 3828 Modified: glibc-package/branches/multiarch/debian/sysdeps/alpha.mk glibc-package/branches/multiarch/debian/sysdeps/i386.mk glibc-package/branches/multiarch/debian/sysdeps/kfreebsd-amd64.mk

r3829 - glibc-package/branches/multiarch/debian/sysdeps

2009-09-09 Thread Aurelien Jarno
Author: aurel32 Date: 2009-09-09 18:08:01 + (Wed, 09 Sep 2009) New Revision: 3829 Modified: glibc-package/branches/multiarch/debian/sysdeps/i386.mk Log: Fix Xen lib installation directory Modified: glibc-package/branches/multiarch/debian/sysdeps/i386.mk

r3830 - in glibc-package/trunk/debian: . sysdeps

2009-09-09 Thread Aurelien Jarno
Author: aurel32 Date: 2009-09-09 18:10:26 + (Wed, 09 Sep 2009) New Revision: 3830 Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk Log: * Set the minimum kernel version to 6.0.0 for biarch library on kfreebsd-amd64 to match the

Bug#545888: libc0.3-dev: struct ether_addr defined twice

2009-09-09 Thread Arthur de Jong
Subject: libc0.3-dev: struct ether_addr defined twice Package: libc0.3-dev Version: 2.9-25 Severity: normal On Hurd (tested on strauss.debian.net) both /usr/include/net/ethernet.h and /usr/include/netinet/if_ether.h define a struct ether_addr: /usr/include/net/ethernet.h: struct ether_addr {

r3831 - glibc-package/branches/multiarch/debian/sysdeps

2009-09-09 Thread Aurelien Jarno
Author: aurel32 Date: 2009-09-09 19:20:58 + (Wed, 09 Sep 2009) New Revision: 3831 Modified: glibc-package/branches/multiarch/debian/sysdeps/i386.mk Log: Really fix Xen lib installation directory Modified: glibc-package/branches/multiarch/debian/sysdeps/i386.mk

r3832 - glibc-package/branches/multiarch/debian/rules.d

2009-09-09 Thread Aurelien Jarno
Author: aurel32 Date: 2009-09-09 20:24:54 + (Wed, 09 Sep 2009) New Revision: 3832 Modified: glibc-package/branches/multiarch/debian/rules.d/build.mk Log: rtlddir is now always defined Modified: glibc-package/branches/multiarch/debian/rules.d/build.mk

r3833 - glibc-package/branches/multiarch/debian/sysdeps

2009-09-09 Thread Aurelien Jarno
Author: aurel32 Date: 2009-09-09 20:25:47 + (Wed, 09 Sep 2009) New Revision: 3833 Modified: glibc-package/branches/multiarch/debian/sysdeps/i386.mk Log: Really really fix Xen lib installation directory Modified: glibc-package/branches/multiarch/debian/sysdeps/i386.mk

Processing of tzdata_2009l-0etch1_all.changes

2009-09-09 Thread Archive Administrator
/tzdata_2009l-0etch1_all.changes couldn't be processed for 48 hours and is now deleted All files it mentions are also removed: tzdata_2009l-0etch1.dsc, tzdata_2009l-0etch1.diff.gz, tzdata_2009l-0etch1_all.deb Greetings, Your Debian queue daemon (running on host ries.debian.org) --

Re: debug version of ld-2.6.so is failing to start

2009-09-09 Thread Sinan Nalkaya
Thanks a lot. On Wed, Sep 9, 2009 at 2:57 PM, Aurelien Jarno aurel...@aurel32.net wrote: Sinan Nalkaya a écrit : Hi I wanted to use dbg package of libc6 to trace down a libc function. In order to use those libraries debug version of the libraries, i tried following commands,