From patchwork Mon Mar 23 16:56:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandros Theodotou X-Patchwork-Id: 20858 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id AF9E627BBEA; Mon, 23 Mar 2020 16:58:12 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 7CB6427BBE4 for ; Mon, 23 Mar 2020 16:58:12 +0000 (GMT) Received: from localhost ([::1]:37054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGQOx-0005pL-T0 for patchwork@mira.cbaines.net; Mon, 23 Mar 2020 12:58:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43929) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGQOp-0005n6-69 for guix-patches@gnu.org; Mon, 23 Mar 2020 12:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGQOo-0004gT-2R for guix-patches@gnu.org; Mon, 23 Mar 2020 12:58:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47473) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGQOn-0004gK-Vs for guix-patches@gnu.org; Mon, 23 Mar 2020 12:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGQOn-0000kO-Uy for guix-patches@gnu.org; Mon, 23 Mar 2020 12:58:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#40197] [PATCH] gnu: sord: Add pcre to inputs. Resent-From: Alexandros Theodotou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 23 Mar 2020 16:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40197 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40197@debbugs.gnu.org X-Debbugs-Original-To: Guix patches Received: via spool by submit@debbugs.gnu.org id=B.15849826392816 (code B ref -1); Mon, 23 Mar 2020 16:58:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Mar 2020 16:57:19 +0000 Received: from localhost ([127.0.0.1]:53446 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jGQO6-0000jM-P0 for submit@debbugs.gnu.org; Mon, 23 Mar 2020 12:57:19 -0400 Received: from lists.gnu.org ([209.51.188.17]:51351) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jGQO5-0000jE-BO for submit@debbugs.gnu.org; Mon, 23 Mar 2020 12:57:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43725) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGQO4-0005CP-3N for guix-patches@gnu.org; Mon, 23 Mar 2020 12:57:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGQO2-0004Dg-Fh for guix-patches@gnu.org; Mon, 23 Mar 2020 12:57:15 -0400 Received: from mout01.posteo.de ([185.67.36.141]:40413) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jGQO2-0003mS-8F for guix-patches@gnu.org; Mon, 23 Mar 2020 12:57:14 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id EE417160062 for ; Mon, 23 Mar 2020 17:56:10 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 48mLB14lCdz6tm7 for ; Mon, 23 Mar 2020 17:56:09 +0100 (CET) Message-ID: <6ed9c333f5aa1fbb7d5d2f768d9babc223499e30.camel@zrythm.org> From: Alexandros Theodotou Date: Mon, 23 Mar 2020 16:56:05 +0000 User-Agent: Evolution 3.32.4 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi, Sord did not have the `sord_validate` binary (which is needed for `lv2_validate` from the lv2 package to function properly). 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, Alex From 3edad6b801d4328e0ebdf9a9244a00fcbd8fda70 Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Mon, 23 Mar 2020 16:51:44 +0000 Subject: [PATCH] gnu: sord: Add pcre to inputs. * gnu/packages/rdf.scm (sord): Add pcre needed for sord_validate --- gnu/packages/rdf.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index b9abd37e40..15f8d64d43 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -319,6 +319,8 @@ ideal (e.g. in LV2 implementations or embedded applications).") (string-append "-Wl,-rpath=" (assoc-ref outputs "out") "/lib")) #t))))) + (inputs + `(("pcre" ,pcre))) (native-inputs `(("pkg-config" ,pkg-config))) (propagated-inputs -- 2.25.1