unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Fredrik Salomonsson <plattfot@posteo.net>
To: Maxime Devos <maximedevos@telenet.be>, 55421@debbugs.gnu.org
Subject: [bug#55421] [PATCH 1/1] gnu: Add emacs-bfuture.
Date: Sun, 15 May 2022 19:43:57 +0000	[thread overview]
Message-ID: <871qwuzima.fsf@posteo.net> (raw)
In-Reply-To: <874k1qzkdn.fsf@posteo.net>

Fredrik Salomonsson <plattfot@posteo.net> writes:

> Maxime Devos <maximedevos@telenet.be> writes:
>
>> Fredrik Salomonsson schreef op za 14-05-2022 om 23:54 [+0000]:
>>> +   (arguments
>>> +    `(#:tests? #t
>>> +      #:test-command '("ert-runner")))
>>
>> Tests cannot be run when cross-compiling(*), try
>>
>>   (arguments
>>     (list #:tests? (not (%current-target-system))
>>           #:test-command #~'("ert-runner")))
>>
>> instead.
>>
>> (*) unfortunately emacs-build-system does not support cross-compilation
>> yet, so this cannot yet be tested for emacs packages.
>>
>
> Got it, thanks.
>
> This is probably some sort of user error. 

Yup, definetly user error. I missed the list part in the diff and had
written:

>>   (arguments
>>     `(#:tests? (not (%current-target-system))
>>       #:test-command #~'("ert-runner")))

So the gexpression wasn't evaluated at the right time.

Should be all fixed in v1 patch I just sent.

-- 
s/Fred[re]+i[ck]+/Fredrik/g




  parent reply	other threads:[~2022-05-15 19:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-14 23:52 [bug#55421] [PATCH 0/1] Add emacs-bfuture Fredrik Salomonsson
2022-05-14 23:54 ` [bug#55421] [PATCH 1/1] gnu: " Fredrik Salomonsson
2022-05-15  8:41   ` Maxime Devos
2022-05-15 19:05     ` Fredrik Salomonsson
2022-05-15 19:38       ` Maxime Devos
2022-05-15 19:43       ` Fredrik Salomonsson [this message]
2022-05-15 19:41 ` [bug#55421] [PATCH v1] " Fredrik Salomonsson
2022-06-01 20:43   ` bug#55421: [PATCH 0/1] " Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=871qwuzima.fsf@posteo.net \
    --to=plattfot@posteo.net \
    --cc=55421@debbugs.gnu.org \
    --cc=maximedevos@telenet.be \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).