all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Guillaume Le Vaillant <glv@posteo.net>
To: Leo Famulari <leo@famulari.name>
Cc: 49949@debbugs.gnu.org
Subject: bug#49949: [core-updates]: Blender fails to build
Date: Sun, 12 Sep 2021 09:26:31 +0000	[thread overview]
Message-ID: <87bl4yb0hi.fsf@kitej> (raw)
In-Reply-To: <YRCKvXrVEx+HeoVs@jasmine.lan>

[-- Attachment #1: Type: text/plain, Size: 696 bytes --]

Hi,

I got a similar issue on core-updates-frozen with opencv.

I solved it in 463a47f4d737ad645639ed32a1c97cfc3bf00ff0 with:

--8<---------------cut here---------------start------------->8---
-    (search-input-directory inputs "include/OpenEXR")
+    (string-drop-right
+     (search-input-file inputs "include/OpenEXR/ImathVec.h")
+     11)
--8<---------------cut here---------------end--------------->8---

It guess this will also work for bender, but I can't test right now
because openvdb which bender depends on fails to build.

I suspect it happens because there are several inputs with
a "include/OpenEXR" directory and 'search-input-directory' doesn't
return the one we're looking for.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

  reply	other threads:[~2021-09-12  9:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-09  1:54 bug#49949: [core-updates]: Blender fails to build Leo Famulari
2021-09-12  9:26 ` Guillaume Le Vaillant [this message]
2022-01-08  1:51   ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bl4yb0hi.fsf@kitej \
    --to=glv@posteo.net \
    --cc=49949@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.