Processing of tzdata_2011h-0squeeze1_amd64.changes

2011-08-17 Thread Debian FTP Masters
tzdata_2011h-0squeeze1_amd64.changes uploaded successfully to localhost along with the files: tzdata_2011h-0squeeze1.dsc tzdata_2011h.orig.tar.gz tzdata_2011h-0squeeze1.debian.tar.gz tzdata_2011h-0squeeze1_all.deb tzdata-java_2011h-0squeeze1_all.deb Greetings, Your Debian queue

Bug#637424: Implement amd64_set_gsbase and i386_set_fsbase

2011-08-17 Thread Petr Salinger
Hi, I do not like the idea of adding amd64_set_gsbase and i386_set_fsbase into our shared libc. The only user so far is wine, it already have OS specific setting of fs/gs. #if defined __linux__ arch_prctl( ARCH_SET_GS, teb ); #elif defined (__FreeBSD__) || defined (__FreeBSD_kernel__)

Bug#637424: Implement amd64_set_gsbase and i386_set_fsbase

2011-08-17 Thread Robert Millan
2011/8/17 Petr Salinger petr.salin...@seznam.cz: The best way should be to alter wine to use sysarch directly, just sysarch (AMD64_SET_GSBASE, teb) instead of amd64_set_gsbase( teb ) This seems gratuitous. I don't care myself, but I expect wine developers will. I won't be defending a

Bug#637424: Implement amd64_set_gsbase and i386_set_fsbase

2011-08-17 Thread Petr Salinger
reassign 637424 kfreebsd-kernel-headers -- The second option is to insert into machine/sysarch.h always inline functions. I don't see a problem with using inline functions. Shall we do this? Yes, it is easier and can be stopped any time. Petr -- To UNSUBSCRIBE, email to

Processed: Re: Implement amd64_set_gsbase and i386_set_fsbase

2011-08-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reassign 637424 kfreebsd-kernel-headers Bug #637424 [libc0.1] Implement amd64_set_gsbase and i386_set_fsbase Bug reassigned from package 'libc0.1' to 'kfreebsd-kernel-headers'. Bug No longer marked as found in versions eglibc/2.13-15. -- Stopping

Bug#638173: locales-all 2.13-14 breaks locale generation

2011-08-17 Thread Benjamin
Package: locales-all Version: 2.13-14 Severity: important Tags: sid Hi, Some days ago, locales-all got upgraded on my system during a dist-upgrade, and I didn't notice it. After a reboot some time later, I lost my locale (fr_FR.UTF-8) and dpkg-reconfigure could not generate it back with this

Bug#638177: locales-all: 2.13-14 breaks locale generation

2011-08-17 Thread Benjamin Cama
Package: locales-all Version: 2.13-14 Severity: important Hi, Short report, reportbug once again lost my report. Upgrading locales-all to 2.13-14 broke locale generation. dpkg-reconfigure locales gives: Error: invalid locale settings: LANG=fr_FR.UTF-8 History log: Start-Date: 2011-08-06

Bug#638177: locales-all: 2.13-14 breaks locale generation

2011-08-17 Thread Aurelien Jarno
On Wed, Aug 17, 2011 at 01:05:58PM +0200, Benjamin Cama wrote: Package: locales-all Version: 2.13-14 Severity: important Hi, Short report, reportbug once again lost my report. Not it didn't. Closing the duplicate one. -- Aurelien Jarno GPG: 1024D/F1BCDB73

Bug#638173: locales-all 2.13-14 breaks locale generation

2011-08-17 Thread Aurelien Jarno
On Wed, Aug 17, 2011 at 12:46:25PM +0200, Benjamin wrote: Package: locales-all Version: 2.13-14 Severity: important Tags: sid Hi, Some days ago, locales-all got upgraded on my system during a dist-upgrade, and I didn't notice it. After a reboot some time later, I lost my locale What

Bug#638177: marked as done (locales-all: 2.13-14 breaks locale generation)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 14:42:16 +0200 with message-id 20110817124216.gg4...@hall.aurel32.net and subject line Re: Bug#638177: locales-all: 2.13-14 breaks locale generation has caused the Debian Bug report #638177, regarding locales-all: 2.13-14 breaks locale generation to be marked as

Bug#638177: locales-all: 2.13-14 breaks locale generation

2011-08-17 Thread Benjamin Cama
Le mercredi 17 août 2011 à 14:42 +0200, Aurelien Jarno a écrit : On Wed, Aug 17, 2011 at 01:05:58PM +0200, Benjamin Cama wrote: Package: locales-all Version: 2.13-14 Severity: important Hi, Short report, reportbug once again lost my report. Not it didn't. Closing the duplicate

Bug#638177: locales-all: 2.13-14 breaks locale generation

2011-08-17 Thread Aurelien Jarno
Le 17/08/2011 15:32, Benjamin Cama a écrit : Le mercredi 17 août 2011 à 14:42 +0200, Aurelien Jarno a écrit : On Wed, Aug 17, 2011 at 01:05:58PM +0200, Benjamin Cama wrote: Package: locales-all Version: 2.13-14 Severity: important Hi, Short report, reportbug once again lost my report.

Bug#638173: locales-all 2.13-14 breaks locale generation

2011-08-17 Thread Benjamin Cama
Le mercredi 17 août 2011 à 14:48 +0200, Aurelien Jarno a écrit : On Wed, Aug 17, 2011 at 12:46:25PM +0200, Benjamin wrote: Package: locales-all Version: 2.13-14 Severity: important Tags: sid Hi, Some days ago, locales-all got upgraded on my system during a dist-upgrade, and

Re: [PATCH 2/2] patches/hurd-i386/submitted-hurdsig-*: Improve signals on Hurd

2011-08-17 Thread Jérémie Koenig
On Sat, Jul 23, 2011 at 8:54 AM, Jeremie Koenig j...@jk.fr.eu.org wrote:  .../hurd-i386/submitted-hurdsig-SA_SIGINFO.diff    |  527 + For the record, this patch makes posix/tst-waitid.c fail, because SA_SIGINFO is now defined but the information is incomplete on SIGCHLD (the sigcode is

Re: [PATCH 2/2] patches/hurd-i386/submitted-hurdsig-*: Improve signals on Hurd

2011-08-17 Thread Jérémie Koenig
2011/8/17 Jérémie Koenig j...@jk.fr.eu.org: (the sigcode is incorrect and the pid is sometimes missing) Correction: the pid is always missing. -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org with a subject of

Bug#632682: we should probably remove /lib64 - lib symlink (with care)

2011-08-17 Thread Steve Langasek
Hiya, The biggest change compared to the previous one is the new patch 6 which tries to check that there is at least one free inode. Namely, if there aren't any, the sequence rm -f /lib64 $interpreter /bin/mkdir /lib64 $interpreter /bin/ln -s $ldfile RTLD_SO will fail in the

tzdata_2011h-0squeeze1_amd64.changes ACCEPTED into proposed-updates

2011-08-17 Thread Debian FTP Masters
Warnings: Could not copy tzdata_2011h.orig.tar.gz to holding; will attempt to find in DB later ignoring tzdata_2011h.orig.tar.gz, since it's already in the archive. Notes: Mapping stable to proposed-updates. Accepted: tzdata-java_2011h-0squeeze1_all.deb to