bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

State of patch in debian/hurd glibc


From: Manolis Ragkousis
Subject: State of patch in debian/hurd glibc
Date: Thu, 29 May 2014 22:34:35 +0000

What is the state of the patch unsubmitted-pthread_posix-option.diff
from the debian/hurd glibc package?
It is critical in building glibc, as without it fails with

>  In file included from gai_sigqueue.c:22:0:
>  ./gai_misc.h:32:5: error: unknown type name 'pthread_cond_t'
>       pthread_cond_t *cond;
>       ^
>  ./gai_misc.h:74:1: error: unknown type name 'pthread_mutex_t'
>   extern pthread_mutex_t __gai_requests_mutex;

Also if I don't patch Versions.def file with

--- a/Versions.def
+++ b/Versions.def
@@ -102,6 +102,7 @@ libpthread {
   GLIBC_2.6
   GLIBC_2.11
   GLIBC_2.12
+  GLIBC_2.17
   GLIBC_PRIVATE
 }
 libresolv {

 will fail with
>  version GLIBC_2.17 not defined for libpthread

Maybe some of these changes should be pushed to upstream.What do you think?

Attachment: unsubmitted-pthread_posix-option.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]