Bug#696725: locales not generated after upgrade

2012-12-26 Thread Michal Suchanek
Package: locales
Version: 2.16-0experimental1
Severity: normal

Hello,

after upgrading locales I have not locales whatsoever.

dpkg-reconfigure locales shows no locales selected.

After selecting some locales they are generated correctly again.

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (171, 'unstable'), (151, 'experimental'), (121, 
'precise-updates'), (121, 'precise-security'), (121, 'precise'), (101, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.7.0-rc3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages locales depends on:
ii  debconf [debconf-2.0]  1.5.46
ii  libc6 [glibc-2.16-1]   2.16-0experimental1

locales recommends no packages.

locales suggests no packages.

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121226134803.7717.71838.reportbug@iscsi



r5428 - in glibc-package/trunk/debian: . patches patches/hurd-i386

2012-12-26 Thread Samuel Thibault
Author: sthibault
Date: 2012-12-26 16:45:59 + (Wed, 26 Dec 2012)
New Revision: 5428

Added:
   glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-setitimer_fix.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
Fix Hurd implementation of setitimer.

Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2012-12-20 20:32:48 UTC (rev 
5427)
+++ glibc-package/trunk/debian/changelog2012-12-26 16:45:59 UTC (rev 
5428)
@@ -25,6 +25,8 @@
 fork deadlock fix.
   * patches/hurd-i386/unsubmitted-single-hurdselect-timeout.diff: Temporarily
 fix double select timeout on single fd.
+  * patches/hurd-i386/unsubmitted-setitimer_fix.diff: Fix Hurd implementation
+of setitimer.
 
  -- Adam Conrad adcon...@0c3.net  Mon, 19 Nov 2012 14:23:26 -0700
 

Added: 
glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-setitimer_fix.diff
===
--- glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-setitimer_fix.diff 
(rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-setitimer_fix.diff 
2012-12-26 16:45:59 UTC (rev 5428)
@@ -0,0 +1,34 @@
+commit c09eae7f3f6c714da378baa492414f73974f3a69
+Author: Richard Braun rbr...@sceen.net
+Date:   Wed Dec 26 16:31:14 2012 +
+
+Fix Hurd implementation of setitimer.
+
+The preemptor sigcode doesn't match since the POSIX sigcode SI_TIMER is
+used when SIGALRM is sent. In addition, The inline version of
+hurd_preempt_signals doesn't update _hurdsig_preempted_set. For these
+reasons, the preemptor would be skipped by post_signal.
+
+* sysdeps/mach/hurd/setitimer.c (setitimer_locked): Fix preemptor setup.
+
+diff --git a/sysdeps/mach/hurd/setitimer.c b/sysdeps/mach/hurd/setitimer.c
+index fe057c9..8c0d92d 100644
+--- a/sysdeps/mach/hurd/setitimer.c
 b/sysdeps/mach/hurd/setitimer.c
+@@ -192,7 +192,7 @@ setitimer_locked (const struct itimerval *new, struct 
itimerval *old,
+run `restart_itimer' each time a SIGALRM would arrive.  */
+   static struct hurd_signal_preemptor preemptor =
+   {
+-__sigmask (SIGALRM), 0, 0,
++__sigmask (SIGALRM), SI_TIMER, SI_TIMER,
+ restart_itimer,
+   };
+   __mutex_lock (_hurd_siglock);
+@@ -200,6 +200,7 @@ setitimer_locked (const struct itimerval *new, struct 
itimerval *old,
+   {
+ preemptor.next = _hurdsig_preemptors;
+ _hurdsig_preemptors = preemptor;
++_hurdsig_preempted_set |= preemptor.signals;
+   }
+   __mutex_unlock (_hurd_siglock);
+ 

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2012-12-20 20:32:48 UTC (rev 
5427)
+++ glibc-package/trunk/debian/patches/series   2012-12-26 16:45:59 UTC (rev 
5428)
@@ -213,6 +213,7 @@
 hurd-i386/libpthread_hurd_cond_wait.diff
 hurd-i386/tg-hurdsig-boot-fix.diff
 hurd-i386/unsubmitted-single-hurdselect-timeout.diff
+hurd-i386/unsubmitted-setitimer_fix.diff
 
 kfreebsd/submitted-libc_once.diff
 kfreebsd/local-getaddrinfo-freebsd-kernel.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tnu7e-op...@vasks.debian.org



Processing of glibc-doc-reference_2.17-0experimental1_multi.changes

2012-12-26 Thread Debian FTP Masters
glibc-doc-reference_2.17-0experimental1_multi.changes uploaded successfully to 
localhost
along with the files:
  glibc-doc-reference_2.17-0experimental1.dsc
  glibc-doc-reference_2.17.orig.tar.gz
  glibc-doc-reference_2.17-0experimental1.diff.gz
  glibc-doc-reference_2.17-0experimental1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tnxkw-0004my...@franck.debian.org



glibc-doc-reference_2.17-0experimental1_multi.changes ACCEPTED into experimental

2012-12-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 Dec 2012 13:16:38 -0700
Source: glibc-doc-reference
Binary: glibc-doc-reference
Architecture: all source
Version: 2.17-0experimental1
Distribution: experimental
Urgency: low
Maintainer: GNU Libc Maintainers debian-glibc@lists.debian.org
Changed-By: Adam Conrad adcon...@0c3.net
Description: 
 glibc-doc-reference - GNU C Library: Documentation
Changes: 
 glibc-doc-reference (2.17-0experimental1) experimental; urgency=low
 .
   * New upstream release, based on the 2.17 manual and my 2.16 fixes.
   * Add build-{arch,indep} rules and bump to standards-version 3.9.3.
Checksums-Sha1: 
 affee0fca5e30fc18f84a806134b4c54973ce0ca 1480 
glibc-doc-reference_2.17-0experimental1.dsc
 a3d2a2d6f264e9632df47e504680591d34508be5 778920 
glibc-doc-reference_2.17.orig.tar.gz
 0e2c62e621a0e20d541eaa05e7a4efcae4fcd32f 16866 
glibc-doc-reference_2.17-0experimental1.diff.gz
 4ac9c6f6b254bd2625aa05983d29f7e11317d2d1 5322234 
glibc-doc-reference_2.17-0experimental1_all.deb
Checksums-Sha256: 
 faf0920042e540ac6fa5da70210615d383d53f6cc2bbe701db378ae0c05aed29 1480 
glibc-doc-reference_2.17-0experimental1.dsc
 f899e1f0eaf64001e025c8ed765d09ceb22d3b144b52f1b68f209836f341e09c 778920 
glibc-doc-reference_2.17.orig.tar.gz
 012fa0b09cbae8c224a1de5a6f7fb1f5c2c7ab54e08842d36147ea2797f55dc6 16866 
glibc-doc-reference_2.17-0experimental1.diff.gz
 965064e9ee08b6b3d828fed1d2328e0785fc77436d55603191c552eff245001b 5322234 
glibc-doc-reference_2.17-0experimental1_all.deb
Files: 
 9e0f7d0007bf1c21bd04a79e7d6dfc44 1480 non-free/doc optional 
glibc-doc-reference_2.17-0experimental1.dsc
 da0d0245786bbb494329c23b441e9f1b 778920 non-free/doc optional 
glibc-doc-reference_2.17.orig.tar.gz
 b81656abc2e732ac0017d7f67bd0fccb 16866 non-free/doc optional 
glibc-doc-reference_2.17-0experimental1.diff.gz
 712349f010d1f2fb8e8a8c3293bbac06 5322234 non-free/doc optional 
glibc-doc-reference_2.17-0experimental1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlDbX8oACgkQvjztR8bOoMlVVQCfWDopEI0oOEIUU99VSYj8xHB5
RDQAoOs4iBn3AJGTnTKLefZie6zQvOJF
=q4+H
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tnxt6-0005b1...@franck.debian.org