GNU bug report logs - #74020
[PATCH] gnu: yoshimi: Fix build.

Previous Next

Package: guix-patches;

Reported by: Giacomo Leidi <goodoldpaul <at> autistici.org>

Date: Fri, 25 Oct 2024 21:38:02 UTC

Severity: normal

Tags: patch

Done: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74020: closed ([PATCH] gnu: yoshimi: Fix build.)
Date: Sat, 26 Oct 2024 19:48:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 26 Oct 2024 22:45:39 +0300
with message-id <87a5eqejh8.fsf <at> gmail.com>
and subject line Re: [bug#74020] [PATCH] gnu: yoshimi: Fix build.
has caused the debbugs.gnu.org bug report #74020,
regarding [PATCH] gnu: yoshimi: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74020: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74020
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Giacomo Leidi <goodoldpaul <at> autistici.org>
To: guix-patches <at> gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: [PATCH] gnu: yoshimi: Fix build.
Date: Fri, 25 Oct 2024 23:35:47 +0200
yoshimi was failing because it was trying to create a directory inside
the lv2 store tree.

* gnu/packages/music.scm (yoshimi)[arguments]<configure-flags>:
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 <alex <at> zrythm.org>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
 ;;; Copyright © 2020 Lars-Dominik Braun <lars <at> 6xq.net>
-;;; Copyright © 2020 Giacomo Leidi <goodoldpaul <at> autistici.org>
+;;; Copyright © 2020, 2024 Giacomo Leidi <goodoldpaul <at> autistici.org>
 ;;; Copyright © 2020, 2022, 2023 Michael Rohleder <mike <at> rohleder.de>
 ;;; Copyright © 2020 Tanguy Le Carrour <tanguy <at> bioneland.org>
 ;;; Copyright © 2020, 2022 Marius Bakke <marius <at> gnu.org>
@@ -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



[Message part 3 (message/rfc822, inline)]
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 74020-done <at> debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: Re: [bug#74020] [PATCH] gnu: yoshimi: Fix build.
Date: Sat, 26 Oct 2024 22:45:39 +0300
[Message part 4 (text/plain, inline)]
Giacomo Leidi, thank you for the patch!

Merged to the "master" branch as
269e4034fcaf55324187efffb6ed5ba14d5e9286.

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
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
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 210 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.