[Git][glibc-team/glibc][glibc-2.29] 2 commits: debian/patches/hurd-i386/local-fix-nss.diff: Fix tst-nss-test3 test

2019-02-21 Thread Samuel Thibault
Samuel Thibault pushed to branch glibc-2.29 at GNU Libc Maintainers / glibc


Commits:
bed7ac3c by Samuel Thibault at 2019-02-22T07:19:38Z
debian/patches/hurd-i386/local-fix-nss.diff: Fix tst-nss-test3 test

- - - - -
d480bb26 by Samuel Thibault at 2019-02-22T07:20:56Z
Merge branch glibc-2.29 of salsa.debian.org:glibc-team/glibc into 
glibc-2.29

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/hurd-i386/local-fix-nss.diff
- debian/patches/series.hurd-i386


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/compare/05c9270815e98c16d2c75fb391c4bd7119cd27d4...d480bb26ccdb965d2a5e2ac33919ae6b403f9425

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/compare/05c9270815e98c16d2c75fb391c4bd7119cd27d4...d480bb26ccdb965d2a5e2ac33919ae6b403f9425
You're receiving this email because of your account on salsa.debian.org.


[Git][glibc-team/glibc][glibc-2.29] 3 commits: debian/patches/hurd-i386/libpthread_sigs.diff: Enable patch

2019-02-21 Thread Samuel Thibault
Samuel Thibault pushed to branch glibc-2.29 at GNU Libc Maintainers / glibc


Commits:
3c9d2d1a by Samuel Thibault at 2019-02-22T00:14:37Z
debian/patches/hurd-i386/libpthread_sigs.diff: Enable patch

to restore per-thread signal distribution, lost on upgrading to 2.28.
Fixes go.

- - - - -
30eb8131 by Samuel Thibault at 2019-02-22T00:16:51Z
Merge branch sid of salsa.debian.org:glibc-team/glibc into glibc-2.29

- - - - -
05c92708 by Samuel Thibault at 2019-02-22T00:17:37Z
Merge branch glibc-2.29 of salsa.debian.org:glibc-team/glibc into 
glibc-2.29

- - - - -


3 changed files:

- debian/changelog
- debian/patches/hurd-i386/libpthread_sigs.diff
- debian/patches/series


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/compare/2ca071071b3efa9b57ccb782658b7df076e198b9...05c9270815e98c16d2c75fb391c4bd7119cd27d4

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/compare/2ca071071b3efa9b57ccb782658b7df076e198b9...05c9270815e98c16d2c75fb391c4bd7119cd27d4
You're receiving this email because of your account on salsa.debian.org.


[Git][glibc-team/glibc][sid] debian/patches/hurd-i386/libpthread_sigs.diff: Enable patch

2019-02-21 Thread Samuel Thibault
Samuel Thibault pushed to branch sid at GNU Libc Maintainers / glibc


Commits:
3c9d2d1a by Samuel Thibault at 2019-02-22T00:14:37Z
debian/patches/hurd-i386/libpthread_sigs.diff: Enable patch

to restore per-thread signal distribution, lost on upgrading to 2.28.
Fixes go.

- - - - -


3 changed files:

- debian/changelog
- debian/patches/hurd-i386/libpthread_sigs.diff
- debian/patches/series


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/commit/3c9d2d1a321961113448e5c30acfecab9dca6714

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/commit/3c9d2d1a321961113448e5c30acfecab9dca6714
You're receiving this email because of your account on salsa.debian.org.


Bug#921913: locales: character map file `C' not found: No such file or directory

2019-02-21 Thread Aurelien Jarno
On 2019-02-21 22:01, Helge Kreutzmann wrote:
> Hello Aurelien,
> On Wed, Feb 20, 2019 at 09:14:15PM +0100, Aurelien Jarno wrote:
> > On 2019-02-10 08:48, Helge Kreutzmann wrote:
> > > Package: locales
> > > Version: 2.28-6
> > > Severity: minor
> > > 
> > > In todays upgrade in my sid chroot I see the following messages
> > > locales (2.28-6) wird eingerichtet ...
> > > Generating locales (this might take a while)...
> > >   de_DE.ISO-8859-1... done
> > >   de_DE.UTF-8... done
> > >   en_GB.UTF-8... done
> > >   en_US.UTF-8... done
> > >   C.C...[error] character map file `C' not found: No such file or 
> > > directory
> > >  done
> > > Generation complete.
> > > 
> > > I don't know if this is new or older or if this poses a problem. I can 
> > > provide you with mor details if necessary.
> > > 
> > 
> > The list of locales to be generated is defined by /etc/locale.gen, it
> > looks like there is someting wrong there. Could you please send me a
> > copy of this file?
> 
> I attached the file.

The issue is the "C C" line in that file. Now I have no idea how it
ended up there, as it's not one of the value offered by default in the
debconf template. It only appears there if it is found in the
/etc/locale.gen config file.

Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


signature.asc
Description: PGP signature


Bug#921913: locales: character map file `C' not found: No such file or directory

2019-02-21 Thread Helge Kreutzmann
Hello Aurelien,
On Wed, Feb 20, 2019 at 09:14:15PM +0100, Aurelien Jarno wrote:
> On 2019-02-10 08:48, Helge Kreutzmann wrote:
> > Package: locales
> > Version: 2.28-6
> > Severity: minor
> > 
> > In todays upgrade in my sid chroot I see the following messages
> > locales (2.28-6) wird eingerichtet ...
> > Generating locales (this might take a while)...
> >   de_DE.ISO-8859-1... done
> >   de_DE.UTF-8... done
> >   en_GB.UTF-8... done
> >   en_US.UTF-8... done
> >   C.C...[error] character map file `C' not found: No such file or directory
> >  done
> > Generation complete.
> > 
> > I don't know if this is new or older or if this poses a problem. I can 
> > provide you with mor details if necessary.
> > 
> 
> The list of locales to be generated is defined by /etc/locale.gen, it
> looks like there is someting wrong there. Could you please send me a
> copy of this file?

I attached the file.

Thanks and Greetings

   Helge
-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


locale.gen
Description: GENbank data


signature.asc
Description: Digital signature


[Git][glibc-team/glibc][glibc-2.29] Rebase hurd-specific patches

2019-02-21 Thread Samuel Thibault
Samuel Thibault pushed to branch glibc-2.29 at GNU Libc Maintainers / glibc


Commits:
2ca07107 by Samuel Thibault at 2019-02-21T19:47:31Z
Rebase hurd-specific patches

  * debian/patches/hurd-i386/submitted-net.diff: Rebased.
  * debian/patches/hurd-i386/tg-bits_atomic.h_multiple_threads.diff: Rebased.

- - - - -


3 changed files:

- debian/changelog
- debian/patches/hurd-i386/submitted-net.diff
- debian/patches/hurd-i386/tg-bits_atomic.h_multiple_threads.diff


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/commit/2ca071071b3efa9b57ccb782658b7df076e198b9

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/commit/2ca071071b3efa9b57ccb782658b7df076e198b9
You're receiving this email because of your account on salsa.debian.org.


[Git][glibc-team/glibc] Pushed new branch glibc-2.29

2019-02-21 Thread Adam Conrad
Adam Conrad pushed new branch glibc-2.29 at GNU Libc Maintainers / glibc

-- 
View it on GitLab: https://salsa.debian.org/glibc-team/glibc/tree/glibc-2.29
You're receiving this email because of your account on salsa.debian.org.