From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#40535: [core-updates]: Updating `guix' makes package-transitive-supported-systems test fail Date: Fri, 10 Apr 2020 14:17:37 +0200 Message-ID: <87blnzk00u.fsf@devup.no> References: <87imi7eeaz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36382) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMsbj-0005Fq-Pp for bug-guix@gnu.org; Fri, 10 Apr 2020 08:18:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMsbi-0006z6-JT for bug-guix@gnu.org; Fri, 10 Apr 2020 08:18:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43308) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jMsbi-0006z2-GU for bug-guix@gnu.org; Fri, 10 Apr 2020 08:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jMsbi-0002oN-BR for bug-guix@gnu.org; Fri, 10 Apr 2020 08:18:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87imi7eeaz.fsf@gnu.org> 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: Jan Nieuwenhuizen , 40535@debbugs.gnu.org merge 40535 40482 thanks Jan Nieuwenhuizen writes: > Hi, > > On current core-updates > > d523eb5c9c gnu: python-cython: The i686 python2 workaround is needed for 32-bit ARM too. > > updating the guix package like so > > make update-guix-package > > leads to a test failure of package-transitive-supported-systems > > make check TESTS=tests/packages > > => > > test-name: package-transitive-supported-systems, implicit inputs > location: /home/janneke/src/guix/core-updates/tests/packages.scm:397 > source: > + (test-equal > + "package-transitive-supported-systems, implicit inputs" > + %supported-systems > + (let ((p (dummy-package > + "foo" > + (build-system gnu-build-system) > + (supported-systems > + `("does-not-exist" "foobar" ,@%supported-systems))))) > + (parameterize > + ((%current-system "armhf-linux")) > + (package-transitive-supported-systems p)))) > expected-value: ("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "mips64el-linux" "i586-gnu") > actual-value: ("x86_64-linux" "i686-linux") > result: FAIL > > Last week, when core-updates was at > > 1808e64de0 gnu: coreutils: Typo: Use libcap only when supported. > > it worked correctly. This is a known problem: . I've merged the reports. We decided on #guix to ignore it for now, you can try one of the workarounds described in #40482 in the mean time. Sorry for the inconvenience!