From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#39449: [bug#39476] [PATCH] gnu: sane-backends: Disable genesys_unit_tests. Date: Thu, 13 Feb 2020 23:36:44 +0100 Message-ID: <87ftfe15dv.fsf@gnu.org> References: <20200206223954.20222-1-leo.prikler@student.tugraz.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56503) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2N6V-00016g-JA for bug-guix@gnu.org; Thu, 13 Feb 2020 17:37:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2N6U-0003aD-I4 for bug-guix@gnu.org; Thu, 13 Feb 2020 17:37:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54625) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j2N6U-0003ZL-DE for bug-guix@gnu.org; Thu, 13 Feb 2020 17:37:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j2N6U-0007Zv-7y for bug-guix@gnu.org; Thu, 13 Feb 2020 17:37:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200206223954.20222-1-leo.prikler@student.tugraz.at> (Leo Prikler's message of "Thu, 6 Feb 2020 23:39:55 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Leo Prikler Cc: 39476@debbugs.gnu.org, 39449@debbugs.gnu.org Hi, Leo Prikler skribis: > * gnu/packages/scanner.scm (sane-backends)[arguments]<#:phases>: > Add disable-failing-backend-tests. > --- > gnu/packages/scanner.scm | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm > index 6adaba18cd..3f922a4747 100644 > --- a/gnu/packages/scanner.scm > +++ b/gnu/packages/scanner.scm > @@ -131,6 +131,10 @@ package contains the library, but no drivers.") > ((#:phases phases) > `(modify-phases ,phases > (delete 'disable-backends) > + (add-after 'disable-failing-tests 'disable-failing-backend-te= sts > + (lambda _ > + (substitute* "testsuite/backend/genesys/Makefile.in" > + ((" genesys_unit_tests\\$\\(EXEEXT\\)") "")))) Applied with two things: returning #t, and adding a comment linking to the bug report. Danny: this is actually on i686, not on x86_64. See the build logs: --8<---------------cut here---------------start------------->8--- $ guix build sane-backends -s i686-linux --log-file --no-grafts https://ci.guix.gnu.org/log/w150bi6vvqqll31qqy99vm1iwwj4hgm9-sane-backends-= 1.0.29 $ guix build sane-backends -s x86_64-linux --log-file --no-grafts https://ci.guix.gnu.org/log/m8mdg866lkzw6jnbgdz8b4spk61mx2y6-sane-backends-= 1.0.29 $ guix describe Generacio 128 Feb 10 2020 22:29:47 (nuna) guix 8a0dd28 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 8a0dd289c5b201ebfdd5465d412230bb81110e4c --8<---------------cut here---------------end--------------->8--- Thanks, Ludo=E2=80=99.