From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11078 Path: news.gmane.org!.POSTED!not-for-mail From: =?UTF-8?B?0JvQtdC+0L3QuNC0INCu0YDRjNC10LI=?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: No definition of PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP Date: Sat, 25 Feb 2017 22:16:39 +0300 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c05428c8d60ac05495faf09 X-Trace: blaine.gmane.org 1488050217 23456 195.159.176.226 (25 Feb 2017 19:16:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2017 19:16:57 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-11093-gllmg-musl=m.gmane.org@lists.openwall.com Sat Feb 25 20:16:52 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 1chhpq-0005Yi-85 for gllmg-musl@m.gmane.org; Sat, 25 Feb 2017 20:16:50 +0100 Original-Received: (qmail 28234 invoked by uid 550); 25 Feb 2017 19:16:52 -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 28201 invoked from network); 25 Feb 2017 19:16:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yuriev-ru.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=zahh2h7EG9hS/tyn+QHndI+H9uBaqmaVp2G+3yrClBk=; b=W00JOm/Z5mg3AxWu1bCYckhfqalHrmlUxz4Z7q+9arjrzhj/dBmKs+LzKy+NeVKA5l KoNZ5MsYXLoq62QwdSzZaRE3nFkUcmzNlQeNPkKZkEN++/PPTg5NNblSBFZnKBygjqOQ efunfXzVcd0UKc6Jlgy7DnLki2men+EQ20Ca/M6BHHhQFc5i1SetEOjIvXgBSFFGe9Z9 HONzxxEcAdns4PmqdK7+gbxlS1zSw85kb2gEN+XV+hG7fRc80xNsMePb1S+s1uz501th 0ORmbC8CSshu2broxGdJ3B6mU5My6XqRiVt7iN8ka48aRrlvCIJMDYzBs7fH8b8jtPwz ++VQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=zahh2h7EG9hS/tyn+QHndI+H9uBaqmaVp2G+3yrClBk=; b=i8o8lP4riP+Vbh88GGZLPcy3AaGxhUISWOtqglCDuYstFNrmw/vLP0eGSmjK9Lw6nC yVw0gBtJcF/HG2U8//TvZ2qx/Cs6buO/fB/s5z+kggelxIHq6vDmUPz3NHyQCrSYSvJp ri/7eNjSW9vZdF4h6/k/Du9xCSa6ZILVLjyEDfGrbQeMaPfZ+6exj0oPVxQfqCT32cdW 6R4DF3+U5XhRdZK7rWyjfS5xS37eISyHrzLZeij3v7twbg40WE99j+N+w095epk5uajK QyvvVmCuqzK1bOBVdZAL1HjtxebRhk6TNsikiSt8dqvyhkPYoPTz5QmOxPlMF29ztnG1 JBLA== X-Gm-Message-State: AMke39kmyhzKE5q1iHd9kt2bGa2Lc4SwQKdpxpHr3Tn4scyuNAGPiTQUmmZAfb5kYBywXJ9ckc/5RqA1huRG5g== X-Received: by 10.13.207.69 with SMTP id r66mr5990073ywd.53.1488050199539; Sat, 25 Feb 2017 11:16:39 -0800 (PST) Xref: news.gmane.org gmane.linux.lib.musl.general:11078 Archived-At: --94eb2c05428c8d60ac05495faf09 Content-Type: text/plain; charset=UTF-8 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 alternative > construction that the code could use? Now fixed in 'devel' branch of ReOpenLDAP. Please check it. Regards, Leonid. --94eb2c05428c8d60ac05495faf09 Content-Type: text/html; charset=UTF-8
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 alternative
> construction that the code could use?

Now fixed in 'devel' branch of ReOpenLDAP.
Please check it.
Regards,
Leonid.
--94eb2c05428c8d60ac05495faf09--