From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11079 Path: news.gmane.org!.POSTED!not-for-mail From: Raphael Cohn Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: No definition of PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP Date: Sat, 25 Feb 2017 21:03:50 +0000 Message-ID: References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1143b51cf3f1620549612ebd X-Trace: blaine.gmane.org 1488056652 15831 195.159.176.226 (25 Feb 2017 21:04:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2017 21:04:12 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-11094-gllmg-musl=m.gmane.org@lists.openwall.com Sat Feb 25 22:04:07 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1chjVZ-0003C1-Vd for gllmg-musl@m.gmane.org; Sat, 25 Feb 2017 22:04:02 +0100 Original-Received: (qmail 16133 invoked by uid 550); 25 Feb 2017 21:04:05 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 16106 invoked from network); 25 Feb 2017 21:04:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=stormmq-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=nR3AYV6LxZCFGuH5fhhxnNOVqdtP5OGZYZynlSWCf5M=; b=qIz6euPS5jgRfOz5D59upWtFmRsbvgaRM5xAr96zGY9+duDPMUCVeWcDz1Ee6ttJ92 MXA1INPWsfncavWDyauEqxICn7DwOY2egdggDDddn4LboOtnlQecawORep5ctFtFO6EE 6yQJbJOk5c5vvbKaS6aXBlgsMPtgKYqOnv3UH6KCsVavBnDYZZ7Z1fk8QcF1FrUAH3me EryDp4YQrJpQFp7E2UejkvTGpN55WyGEZq6y9f9eTFTLSiN5FapZFo33Xb1L7Dbc+xw4 GstvZyi4Ce12PUuYJgVs3j7oqj34mb+LkMOYSNOZdBsdXPKtxuAVttEhUP3W611v432f KIrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=nR3AYV6LxZCFGuH5fhhxnNOVqdtP5OGZYZynlSWCf5M=; b=KjQuUItshgaMOcG3zs9f9tGAjVSVLMhuWATEvH7PxSIswxy1dUbN79J4PlLZGujqBT Q+t3kEV8iJcOltahvJdxIBoWBHyZA/Inl6L/7ovPx1RClHhWpN+qJyj0eBJ+9IjK/Dps AR4JHyKeRblVCWBbUF6qMYYoDLmEX2MLVXheIPYyZlJkCbUUz48u/qKIABjp56LQ/zGU bVVA88UEtxWZkvlk9cZ5kVcstD3kR4Rrgxlz7hMNOXjjKZdfDLNmcQSttfNTj4+BVVFw jRnNUwSsWoiEQILyzZwwr/FGeoVugDM5P/EuJdmU5xBBLS/Ie1pV0kgm3Sd/0VCmthZ9 VUPw== X-Gm-Message-State: AMke39kOKUH+OU257RP9NgLK0L8xWBSHXCS6S+btVEtVfr6JHC2ZTs7gM9oO+zsxxKM0vjxz4t9tRF7YQ6qZdw== X-Received: by 10.36.29.80 with SMTP id 77mr8263439itj.29.1488056631923; Sat, 25 Feb 2017 13:03:51 -0800 (PST) X-Originating-IP: [2001:8b0:862:b944:a004:7bd1:114c:7acb] In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:11079 Archived-At: --001a1143b51cf3f1620549612ebd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I'm away ATM but will do in about a week. Ta On 25 Feb 2017 7:16 p.m., "=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4 =D0=AE=D1= =80=D1=8C=D0=B5=D0=B2" wrote: On Mon, Feb 20, 2017 at 03:22:41PM +0000, Raphael Cohn wrote: > Hi, > > Whilst trying to compile ReOpenLDAP (https://github.com/ReOpen/ReOpenLDAP= ), > a fork of OpenLDAP, I'm running into a wall. Some of the code wants a > definition of PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP. musl doesn't define > this; I suspect this is a non-portable glibc extension in pthread.h. Does > any one have any ideas how I might workaround this? Is there an alternati= ve > construction that the code could use? Now fixed in 'devel' branch of ReOpenLDAP. Please check it. Regards, Leonid. --001a1143b51cf3f1620549612ebd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'm away ATM but will do in about a week. Ta

On 25 Feb 2017 7:16 = p.m., "=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4 =D0=AE=D1=80=D1=8C=D0=B5= =D0=B2" <leo@yuriev.ru> wro= te:
On Mon, Feb 20, 2017 at 03:=
22:41PM +0000, Raphael Cohn wrote:
> Hi,
>=20
> Whilst trying to compile ReOpenLDAP (https://github.com/ReOpen/ReOpenLDAP),
> a fork of OpenLDAP, I'm running into a wall. Some of the code want=
s a
> definition of PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP. musl doesn&=
#39;t define
> this; I suspect this is a non-portable glibc extension in pthread.h. D=
oes
> any one have any ideas how I might workaround this? Is there an altern=
ative
> construction that the code could use?

Now fixed in=
 'devel' branch of ReOpenLDAP.
Please check it.
=
Regards,
Leonid.

--001a1143b51cf3f1620549612ebd--