From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50770) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGTA7-0006We-3A for guix-patches@gnu.org; Mon, 23 Mar 2020 15:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGTA6-0000V1-1j for guix-patches@gnu.org; Mon, 23 Mar 2020 15:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47596) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGTA5-0000Ur-UX for guix-patches@gnu.org; Mon, 23 Mar 2020 15:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGTA5-0005Q3-U3 for guix-patches@gnu.org; Mon, 23 Mar 2020 15:55:01 -0400 Subject: [bug#40197] [PATCH] gnu: sord: Add pcre to inputs. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:50545) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGT9U-0005tV-5g for guix-patches@gnu.org; Mon, 23 Mar 2020 15:54:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGT9T-0000F6-3z for guix-patches@gnu.org; Mon, 23 Mar 2020 15:54:24 -0400 Received: from mail-wr1-x441.google.com ([2a00:1450:4864:20::441]:38612) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGT9S-0000Ej-SQ for guix-patches@gnu.org; Mon, 23 Mar 2020 15:54:23 -0400 Received: by mail-wr1-x441.google.com with SMTP id s1so18685781wrv.5 for ; Mon, 23 Mar 2020 12:54:22 -0700 (PDT) References: <6ed9c333f5aa1fbb7d5d2f768d9babc223499e30.camel@zrythm.org> From: Mathieu Othacehe In-reply-to: <6ed9c333f5aa1fbb7d5d2f768d9babc223499e30.camel@zrythm.org> Date: Mon, 23 Mar 2020 20:54:20 +0100 Message-ID: <87369yzw2b.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40197@debbugs.gnu.org Cc: 40197-done@debbugs.gnu.org Hello, > I looked it up and apparently it needs pcre to build: > https://gitlab.com/drobilla/sord/-/blob/master/wscript#L211 > > I have verified that adding pcre as an input now produces sord_validate > in /bin. Thanks for this patch. I added your copyright, edited a bit the commit message and pushed. Mathieu