Bug#840260: glibc: please support the tilegx architecture

2016-10-09 Thread Helmut Grohne
Source: glibc Version: 2.24-3 Severity: wishlist Tags: patch User: helm...@debian.org Usertags: rebootstrap Hi Aurelien, Can you add support for the tilegx architecture to glibc? dpkg knows about the architecture since 1.18.8 and gcc-6 has some preliminary support already. The patch is quite

Bug#839742: hurd: system() is broken after dlclose() of SO which links to curl-gnutls

2016-10-09 Thread Eugene V. Lyubimkin
Hi Samuel, On 09.10.2016 13:23, Samuel Thibault wrote: > Samuel Thibault, on Tue 04 Oct 2016 15:33:58 +0200, wrote: >> Eugene V. Lyubimkin, on Tue 04 Oct 2016 14:37:58 +0200, wrote: >>> On Hurd, if one loads and unloads the shared object which was linked to >>> curl-gnutls library, system() stops

Processed: node-iconv still not fixed

2016-10-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reopen 837285 = Bug #837285 {Done: Jérémy Lal } [src:node-iconv] node-iconv: FTBFS: Tests failures 'reopen' may be inappropriate when a bug has been closed with a version; all fixed versions will be cleared, and you may need

Bug#840199: libc6: setlocale(LC_ALL, "C.UTF-8") used to work in jessie

2016-10-09 Thread Jérémy Lal
Package: libc6 Version: 2.24-3 Severity: normal Hi, This used to work in jessie: export LC_ALL="C.UTF-8" echo "ça va" | iconv -f UTF-8 -t "ascii//TRANSLIT" > ca va Now it doesn't: > ?a va Jérémy -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500,

[glibc] branch sid updated (a43c663 -> 67440d8)

2016-10-09 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script. sthibault pushed a change to branch sid in repository glibc. from a43c663 hurd-i386/unsubmitted-timer_routines.diff: Rename to hurd-i386/tg-timer_routines.diff. new ae0904a Use a git command to build

Processed: Bug#839742 marked as pending

2016-10-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 839742 pending Bug #839742 [libc0.3] hurd: system() is broken after dlclose() of SO which links to curl-gnutls Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 839742:

[glibc] 02/02: Update cvs-libpthread.diff again to get atfork+dlclose fix

2016-10-09 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch sid in repository glibc. commit 67440d87ec8b25e8180d98fb163144773a2261b9 Author: Samuel Thibault Date: Sun Oct 9 15:37:22 2016 +0200 Update

Bug#839742: hurd: system() is broken after dlclose() of SO which links to curl-gnutls

2016-10-09 Thread Samuel Thibault
Samuel Thibault, on Tue 04 Oct 2016 15:33:58 +0200, wrote: > Eugene V. Lyubimkin, on Tue 04 Oct 2016 14:37:58 +0200, wrote: > > On Hurd, if one loads and unloads the shared object which was linked to > > curl-gnutls library, system() stops to work. > > It looks like gnutls calls pthread_atfork(),