From unknown Sun Jun 22 08:03:02 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#74020] [PATCH] gnu: yoshimi: Fix build. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 25 Oct 2024 21:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 74020 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 74020@debbugs.gnu.org Cc: Giacomo Leidi X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17298922318748 (code B ref -1); Fri, 25 Oct 2024 21:38:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 Oct 2024 21:37:11 +0000 Received: from localhost ([127.0.0.1]:39678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t4Rzb-0002H2-87 for submit@debbugs.gnu.org; Fri, 25 Oct 2024 17:37:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:34146) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t4RzZ-0002Gu-Ma for submit@debbugs.gnu.org; Fri, 25 Oct 2024 17:37:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t4Ryt-0008Fr-5B for guix-patches@gnu.org; Fri, 25 Oct 2024 17:36:29 -0400 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t4Ryr-0004Ta-DV for guix-patches@gnu.org; Fri, 25 Oct 2024 17:36:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1729892173; bh=N/lsfvKZ0D0yTUBL+HKSSAgsym1t88tT1E/HwCrf8M0=; h=From:To:Cc:Subject:Date:From; b=f3uM3k2A1TxQsBnAg9/uE7AiPAtllQWnWoF/hf4M4/LbqkAo+kKf1fGUSipO0ot5U XUUdjEpn7ewWa+2w/3wY367i3uj091/DyTMhtToaa25NUS1SntmktDyu7FgQZvo0iv JBnPpFLpDnsJU4VSKqLOehBnw24kZcvKeEoFKbDw= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4XZx195cp9z110V; Fri, 25 Oct 2024 21:36:13 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4XZx194t5jz10yl; Fri, 25 Oct 2024 21:36:13 +0000 (UTC) From: Giacomo Leidi Date: Fri, 25 Oct 2024 23:35:47 +0200 Message-ID: X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=goodoldpaul@autistici.org; helo=confino.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) yoshimi was failing because it was trying to create a directory inside the lv2 store tree. * gnu/packages/music.scm (yoshimi)[arguments]: Explicitly set LV2_INSTALL_DIR. Change-Id: I697ba879e8633bee99fdfad1e876beca33d114f8 --- gnu/packages/music.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 548836abeb..2f1b446504 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -27,7 +27,7 @@ ;;; Copyright © 2019, 2020, 2021 Alexandros Theodotou ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020 Lars-Dominik Braun -;;; Copyright © 2020 Giacomo Leidi +;;; Copyright © 2020, 2024 Giacomo Leidi ;;; Copyright © 2020, 2022, 2023 Michael Rohleder ;;; Copyright © 2020 Tanguy Le Carrour ;;; Copyright © 2020, 2022 Marius Bakke @@ -3461,7 +3461,9 @@ (define-public yoshimi (list #:tests? #f ; there are no tests #:configure-flags - #~(list (string-append "-DCMAKE_INSTALL_DATAROOTDIR=" + #~(list (string-append "-DLV2_INSTALL_DIR=" + #$output "/lib/lv2") + (string-append "-DCMAKE_INSTALL_DATAROOTDIR=" #$output "/share")) #:phases #~(modify-phases %standard-phases base-commit: a1714de3aa4f60d211c166876c3515f96384b0c7 -- 2.46.0 From unknown Sun Jun 22 08:03:02 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Giacomo Leidi Subject: bug#74020: closed (Re: [bug#74020] [PATCH] gnu: yoshimi: Fix build.) Message-ID: References: <87a5eqejh8.fsf@gmail.com> X-Gnu-PR-Message: they-closed 74020 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 74020@debbugs.gnu.org Date: Sat, 26 Oct 2024 19:48:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1729972082-26742-1" This is a multi-part message in MIME format... ------------=_1729972082-26742-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #74020: [PATCH] gnu: yoshimi: Fix build. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 74020@debbugs.gnu.org. --=20 74020: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D74020 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1729972082-26742-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 74020-done) by debbugs.gnu.org; 26 Oct 2024 19:47:30 +0000 Received: from localhost ([127.0.0.1]:42658 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t4mkz-0006wS-Qx for submit@debbugs.gnu.org; Sat, 26 Oct 2024 15:47:30 -0400 Received: from mail-lf1-f49.google.com ([209.85.167.49]:41756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t4mkw-0006wG-OL for 74020-done@debbugs.gnu.org; Sat, 26 Oct 2024 15:47:28 -0400 Received: by mail-lf1-f49.google.com with SMTP id 2adb3069b0e04-53b13eae3b3so419227e87.3 for <74020-done@debbugs.gnu.org>; Sat, 26 Oct 2024 12:46:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1729971952; x=1730576752; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:subject:cc:to:from:from:to :cc:subject:date:message-id:reply-to; bh=XKwC0hxsQjqVcjEr+QIQsoXvC6H9PMGidzCsSAV7Xf0=; b=cSWuAwjaO+vt+ZzYHgV63S/xj79IXYBb5X5RBj/bDTOUFWFXJtldDoVmwKyKp2iFNX gK7ZZYtW+i+v7w2WTKE9mKPwVQZ+Z5XjTaX2pJdGH0sucC07vSstI5EpcsMdXhQZ1ldY Be1RaWy8t9V3NcDnukW6cLJNJnfwyYHs4JO3iIc0vwRvf/SqeEQgDsRM5yTd8StqGWyB pjqQDplBe/k4ncwd69B3apRvh0sT9eeI0089B9NtV+/sHWzSKeVmcHYcGkCfG0ZQgdcv txbMHl6hCn7RYBVDUZpuuIgUTg+iHdHApSx9i7DsvRan9BZV2ZIbudSHR/Bk8zKkvYwO L21A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729971952; x=1730576752; h=mime-version:user-agent:message-id:date:subject:cc:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=XKwC0hxsQjqVcjEr+QIQsoXvC6H9PMGidzCsSAV7Xf0=; b=O++UqXOdBueVrJlmkcqjH2TLOjIScMX7DU7fsZRJD3lhul+/OQTEbxto+BkgEARa9E nLMBdvNnU/jTIeUyyPDsp0Y27Q1kGOzTjeXhdhiI0k4qcSxDF47sne0/CxMjGHL2ocff gLAMjmlG/R6qx5YGjV7tOoCNta15qr09HRf6eQzibek7TLYY8FpkXwL6q4wHPsnBl2ET fD41tGd1tqWZCfwX4bAAKUZRLYeTKbjbIEzXb/IwqX40ue7NfZNYpJnrJbl3m+f0iXjw dyz8hLOub8x51Ex/quZS+VbHZbgmroHgf9OmqCBaYbZIA4MXly2ugA6sBjejxNfOLLlf aQAw== X-Gm-Message-State: AOJu0Yw8B1bCMrlQoAFYuTm2TjTTmQmL7L4UrZy16MwcwlKkzCd8WxK0 pkx/k7K91dgIXKr2xAjmhUauqRdVtYJhAz/KesA32dntUmm1FTG5 X-Google-Smtp-Source: AGHT+IFc9kOm8Wn7+VR8ot+b0ZLYJbrwg0PoS7Ogk8k0dSkRpxDSzZ24sVIM4XLBzp2kVGvGoWrU6w== X-Received: by 2002:a05:6512:2341:b0:536:554a:b9c2 with SMTP id 2adb3069b0e04-53b348b7307mr491128e87.2.1729971951214; Sat, 26 Oct 2024 12:45:51 -0700 (PDT) Received: from elephant ([95.79.12.162]) by smtp.gmail.com with ESMTPSA id 2adb3069b0e04-53b2e1b063csm583882e87.153.2024.10.26.12.45.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 26 Oct 2024 12:45:50 -0700 (PDT) From: "Artyom V. Poptsov" To: 74020-done@debbugs.gnu.org Subject: Re: [bug#74020] [PATCH] gnu: yoshimi: Fix build. Date: Sat, 26 Oct 2024 22:45:39 +0300 Message-ID: <87a5eqejh8.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74020-done Cc: Giacomo Leidi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Giacomo Leidi, thank you for the patch! Merged to the "master" branch as 269e4034fcaf55324187efffb6ed5ba14d5e9286. =2D avp =2D-=20 Artyom "avp" Poptsov Home page: https://memory-heap.org/~avp/ CADR Hackerspace co-founder: https://cadrspace.ru/ GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJNBAEBCgA3FiEEAf2F9Bp7f4IFgwalk16+BzbchX4FAmcdRuwZHHBvcHRzb3Yu YXJ0eW9tQGdtYWlsLmNvbQAKCRCTXr4HNtyFfjhxEACwBNsPXU4PYAku5zXYazTR SZbyDyGnyjq8pbN7Alc9fBjLVgYvsSj8dqH3t0Dos4ty4V3ga9zN1WFgxuK9K9tX LDCo66fc6hg929eFOZyPUJvAthP/t71QhPWSI9TNjgVWGnh0qQCPIiIR0XOwArpA 9PxQErhF9y3YyI9RGyhsv5UPV2E8cpw7NMucoautM5WLuJ/UAYZRTT6A1ULohU0l +27+Qp4e1a6+KxSTRooc234vtnXstowcX9sO160bf9oypsdYGljxbjwkojTVfqDK 9BAwUhEomaavnkXka43OH8d9TKvQC7e5n0jozFRnUB3cI30l78qVl0tSKMDGo1ps +JhU63y5UN4cNjtAQd6ve5Ni10RCTCdJQV/gEaJ4fBzYkf4ZaI1W2FS4fP8XerZz FPi0ejlYaN5U7ERxJ708l+1XhUbhMFZg6tSRARE7TWzl639bF86dUIf7JP6r7N39 CsAcI7IHMzddRlHDYAWEgnouhOeCY+B7TcAklcp2/J4LUoc9w1wfaU/ERvu9G7b8 MdYAvdXzh1M4Vyn4FBKCX0psWwrik82lkONvbyysqMMiMqPjImOoW/VtUlPbo5gK FfDDutrXrOc4LsGuWEniV1xbkmRuNeVLr7Hmz3NpTD/NM0h7NCRnySDnv/pQzdEp N6HUgkpDqOHBDMZ3tZ8Ffg== =ptu4 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1729972082-26742-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Oct 2024 21:37:11 +0000 Received: from localhost ([127.0.0.1]:39678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t4Rzb-0002H2-87 for submit@debbugs.gnu.org; Fri, 25 Oct 2024 17:37:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:34146) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t4RzZ-0002Gu-Ma for submit@debbugs.gnu.org; Fri, 25 Oct 2024 17:37:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t4Ryt-0008Fr-5B for guix-patches@gnu.org; Fri, 25 Oct 2024 17:36:29 -0400 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t4Ryr-0004Ta-DV for guix-patches@gnu.org; Fri, 25 Oct 2024 17:36:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1729892173; bh=N/lsfvKZ0D0yTUBL+HKSSAgsym1t88tT1E/HwCrf8M0=; h=From:To:Cc:Subject:Date:From; b=f3uM3k2A1TxQsBnAg9/uE7AiPAtllQWnWoF/hf4M4/LbqkAo+kKf1fGUSipO0ot5U XUUdjEpn7ewWa+2w/3wY367i3uj091/DyTMhtToaa25NUS1SntmktDyu7FgQZvo0iv JBnPpFLpDnsJU4VSKqLOehBnw24kZcvKeEoFKbDw= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4XZx195cp9z110V; Fri, 25 Oct 2024 21:36:13 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4XZx194t5jz10yl; Fri, 25 Oct 2024 21:36:13 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH] gnu: yoshimi: Fix build. Date: Fri, 25 Oct 2024 23:35:47 +0200 Message-ID: X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=goodoldpaul@autistici.org; helo=confino.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) yoshimi was failing because it was trying to create a directory inside the lv2 store tree. * gnu/packages/music.scm (yoshimi)[arguments]: Explicitly set LV2_INSTALL_DIR. Change-Id: I697ba879e8633bee99fdfad1e876beca33d114f8 --- gnu/packages/music.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 548836abeb..2f1b446504 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -27,7 +27,7 @@ ;;; Copyright © 2019, 2020, 2021 Alexandros Theodotou ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020 Lars-Dominik Braun -;;; Copyright © 2020 Giacomo Leidi +;;; Copyright © 2020, 2024 Giacomo Leidi ;;; Copyright © 2020, 2022, 2023 Michael Rohleder ;;; Copyright © 2020 Tanguy Le Carrour ;;; Copyright © 2020, 2022 Marius Bakke @@ -3461,7 +3461,9 @@ (define-public yoshimi (list #:tests? #f ; there are no tests #:configure-flags - #~(list (string-append "-DCMAKE_INSTALL_DATAROOTDIR=" + #~(list (string-append "-DLV2_INSTALL_DIR=" + #$output "/lib/lv2") + (string-append "-DCMAKE_INSTALL_DATAROOTDIR=" #$output "/share")) #:phases #~(modify-phases %standard-phases base-commit: a1714de3aa4f60d211c166876c3515f96384b0c7 -- 2.46.0 ------------=_1729972082-26742-1--