all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>,
	Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: 49943@debbugs.gnu.org
Subject: [bug#49943] [PATCH] gnu: Add openboard
Date: Sun, 06 Mar 2022 10:03:57 +0100	[thread overview]
Message-ID: <feea34b9549d288306e8cf3b7de92ec4ca24bd94.camel@telenet.be> (raw)
In-Reply-To: <87czj02don.fsf@nicolasgoaziou.fr>

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

Nicolas Goaziou schreef op zo 06-03-2022 om 00:16 [+0100]:
> +            (add-after 'unpack 'fix-hard-coded-env
> +              (lambda* (#:key inputs #:allow-other-keys)
> +                (substitute*
> "src/frameworks/UBPlatformUtils_linux.cpp"
> +                  (("/usr/bin/env") (search-input-file inputs
> "/bin/env")))))

You have to add 'coreutils-minimal' (or 'coreutils') to 'inputs',
otherwise 'search-input-file' will fail when cross-compiling because
'bin/env' (from 'coreutils') is not among the inputs, whereas it is in
the (implicit) native-inputs when compiling natively and native-inputs
are merged into inputs when compiling natively.

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2022-03-06  9:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-08 14:47 [bug#49943] [PATCH] gnu: Add openboard Nicolas Goaziou
2022-02-24  4:23 ` Maxim Cournoyer
2022-02-24 21:32   ` Nicolas Goaziou
2022-02-27  5:20     ` Maxim Cournoyer
2022-02-28 20:56       ` Maxim Cournoyer
2022-03-05 23:16         ` Nicolas Goaziou
2022-03-06  9:03           ` Maxime Devos [this message]
2022-03-08  4:53             ` Maxim Cournoyer
2022-03-22 20:16               ` bug#49943: " Maxim Cournoyer

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=feea34b9549d288306e8cf3b7de92ec4ca24bd94.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=49943@debbugs.gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    --cc=maxim.cournoyer@gmail.com \
    /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.