From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27284 invoked from network); 8 Mar 2022 13:53:06 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 8 Mar 2022 13:53:06 -0000 Received: (qmail 12084 invoked by uid 550); 8 Mar 2022 13:53:04 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 12048 invoked from network); 8 Mar 2022 13:53:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=5YPXcGoTLaqfJ61h3jUF5KNp9eqDh7OfIXmU0mUJEVo=; b=DLnLUZhXvSD/kZCbBdBV8LsseQi2oHr/FCXUIY+eA8iZ4Bld8KPDrZnAu2SlRQO+Gy yUADoNuyWY1Ft2KdCP5Cb4VV+rhwO9Y6Mn0PG/x6jXY/Zkz/JsoOjJErOviMFXP0luy4 NDPkH0xJjZznQYVncFAozeY2kGgH6aIDGSvbc1Jp2oeomeYfL57Via0otBdYrPBpPtmj Zuhj0BB7FxE9H078AS8gtMhoTLAi3C3HONwLTZ0Bo+Lzp8GUqgnz566B/8C7YINdUBQa MH9wkN+QapS1JblowUFaRQMIQsiZhftHu7yJYD4R3fIAvRJgAy86sXpAU1eST6g0smlt vX/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=5YPXcGoTLaqfJ61h3jUF5KNp9eqDh7OfIXmU0mUJEVo=; b=FRimSjRCD1fiIQ0nJOHYRMxqhJmjPqOCvpVPrpo9h3Yx0B5azbxvDXd2lJA95wGKdx ZjYD1cXZctQ4MJbXhIx1Aw347BXelDTCC0bOU1+UoAEFR/lENFebaCKDKliqNaZnbJNM mlf9wmSveGEv4rbEwdznfLFKRNqMqWgFN/43524Gnq+y/Nt403a8o4BnZEZjZNRbThey 4+wvBTHykyraeUZOXcZdI+ypPIQjA/SQQ3tQyM+dfBv3Y6jgwl1jNO65SbGYU9GFYGxp Y83qFeUJyx6sHwF/HeQXaaskmC0TTamaPNpo4UM+gAva8LboqLM/iEdRhAMDZpWQiXJs T9Iw== X-Gm-Message-State: AOAM533/bpAjiVpxxqbJe2jFUdLF3U1jerD5uXlTuG+VNINq3ymeGdeD rZ30QGkM/cnARv2Eeu7/XKU/HQMPUWZang== X-Google-Smtp-Source: ABdhPJwV4WQRU/ttAka6/ad7QJifjWBMaThGDs9dppkt+rnMKb7cIe0xGO/YhiXggQdo9OhnG1T83w== X-Received: by 2002:a9d:5f95:0:b0:5af:4acc:68b2 with SMTP id g21-20020a9d5f95000000b005af4acc68b2mr8557027oti.359.1646747571339; Tue, 08 Mar 2022 05:52:51 -0800 (PST) Message-ID: <8a56a45e-7477-9a46-f220-f69e37f89e53@linaro.org> Date: Tue, 8 Mar 2022 10:52:48 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Content-Language: en-US To: musl@lists.openwall.com, Rich Felker , John Scott References: <6e5eb7bdc09780012020ae068fbf0ffd9ab023d1.camel@posteo.net> <20220308130249.GM7074@brightrain.aerifal.cx> From: Adhemerval Zanella In-Reply-To: <20220308130249.GM7074@brightrain.aerifal.cx> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [musl] Missing _CS_POSIX_V7_THREADS_CFLAGS and Missing _CS_POSIX_V7_THREADS_LDFLAGS On 08/03/2022 10:02, Rich Felker wrote: > On Tue, Mar 08, 2022 at 06:50:51AM +0000, John Scott wrote: >> Hi all, >> >> Please CC me on replies. >> >> It seems like musl is missing these confstr parameters which are >> necessary to portably get the build flags for building multithreaded >> programs. > > Yes, we were waiting to add them to pick common numbers that glibc > would also use. Any idea if they've done that yet? If not I'll ping > them again, and if they still don't respond I guess we just pick our > own and let them potentially diverge... Do you have the initial thread on libc-alpha in hand? I think I missed it. In any case I would like to not diverge.