From debbugs-submit-bounces@debbugs.gnu.org Sun May 15 15:44:08 2022 Received: (at 55421) by debbugs.gnu.org; 15 May 2022 19:44:08 +0000 Received: from localhost ([127.0.0.1]:50799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqK9v-00020e-UL for submit@debbugs.gnu.org; Sun, 15 May 2022 15:44:08 -0400 Received: from mout02.posteo.de ([185.67.36.66]:47945) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqK9u-000201-5i for 55421@debbugs.gnu.org; Sun, 15 May 2022 15:44:06 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 8924B240107 for <55421@debbugs.gnu.org>; Sun, 15 May 2022 21:44:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1652643840; bh=x86ZurR6RtL3v+II6BwPXupoo72QbR4HfW/aUsSAhmE=; h=From:To:Subject:Date:From; b=U+ZrAGsmqmdFcToNv079DQiTC/t2q7Um7wwImQG8yjmuxjHrMrOJCzrTvm9Ha08iJ 0JJGrNquaCQcq7L3beH0c3q1csxuHz7s/50Be2rgNQc+H8qpsYnI21S3XcS8d4zIs9 bu/Xp/lYLdtsmO/zEl36pKI4CksS7ZlEsfbFP+hK3dfk+rJVrQMDmTaRX7a4ff+jhI D7S5bQILv6SSjq6xibt07ANRi7yl4YeMyuc+D5F7BjrZ/U+RdrvZO1+YcXMqqypt4r DPFWMrwBkHnCIXZMf9pj7xH/m7lqEykJSQn1FTQJszqkWXHtYChlKLEjAdGgUMozEf ZVSjYHrPf6zqg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4L1XrH4JT1z9rxB; Sun, 15 May 2022 21:43:59 +0200 (CEST) From: Fredrik Salomonsson To: Maxime Devos , 55421@debbugs.gnu.org Subject: Re: [bug#55421] [PATCH 1/1] gnu: Add emacs-bfuture. In-Reply-To: <874k1qzkdn.fsf@posteo.net> References: <20220514235216.34268-1-plattfot@posteo.net> <20220514235429.34539-1-plattfot@posteo.net> <874k1qzkdn.fsf@posteo.net> Date: Sun, 15 May 2022 19:43:57 +0000 Message-ID: <871qwuzima.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55421 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: -3.3 (---) Fredrik Salomonsson writes: > Maxime Devos writes: > >> Fredrik Salomonsson schreef op za 14-05-2022 om 23:54 [+0000]: >>> +=C2=A0=C2=A0 (arguments >>> +=C2=A0=C2=A0=C2=A0 `(#:tests? #t >>> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #: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.=20 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. --=20 s/Fred[re]+i[ck]+/Fredrik/g