From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34528) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0UAE-0003n9-Fv for guix-patches@gnu.org; Sat, 08 Feb 2020 12:45:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0UAA-0004Kr-Og for guix-patches@gnu.org; Sat, 08 Feb 2020 12:45:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45791) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0UAA-0004Ji-8l for guix-patches@gnu.org; Sat, 08 Feb 2020 12:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j0UAA-0002Ob-6H for guix-patches@gnu.org; Sat, 08 Feb 2020 12:45:02 -0500 Subject: [bug#39372] Chicken Scheme: Update version to 5.1.0 and add gcc-toolchain References: In-Reply-To: Resent-Message-ID: Date: Sat, 8 Feb 2020 18:44:40 +0100 From: Julien Lepiller Message-ID: <20200208184440.44a5432f@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39372@debbugs.gnu.org Hi, I tried to apply and build your patch, but unfortunately it didn't work. From a clean checkout, I cannot run make anymore after applying the patch, and if I run make before applying your patch, then ./pre-inst-env guix build chicken also fails with: error: gnu-make: unbound variable hint: Did you forget a `use-modules' form? error: googletest: unbound variable hint: Did you forget a `use-modules' form? error: bzip2: unbound variable hint: Did you forget a `use-modules' form? error: binutils: unbound variable hint: Did you forget a `use-modules' form? error: gcc-4.9: unbound variable hint: Did you forget a `use-modules' form? error: openmpi: unbound variable hint: Did you forget a `use-modules' form? error: perl-module-build: unbound variable hint: Did you forget a `use-modules' form? error: python2-numpy: unbound variable hint: Did you forget a `use-modules' form? guix build: warning: failed to load '(gnu packages chromium)': Unbound variable: opus error: unzip: unbound variable hint: Did you forget a `use-modules' form? error: curl: unbound variable hint: Did you forget a `use-modules' form? error: binutils: unbound variable hint: Did you forget a `use-modules' form? error: libuv: unbound variable hint: Did you forget a `use-modules' form? error: libdvdnav: unbound variable hint: Did you forget a `use-modules' form? error: perl: unbound variable hint: Did you forget a `use-modules' form? error: static-bash: unbound variable hint: Did you forget a `use-modules' form? error: java-plexus-container-default: unbound variable hint: Did you forget a `use-modules' form? error: openmpi: unbound variable hint: Did you forget a `use-modules' form? error: givaro: unbound variable hint: Did you forget a `use-modules' form? error: curl: unbound variable hint: Did you forget a `use-modules' form? error: xorg-server: unbound variable hint: Did you forget a `use-modules' form? guix build: error: chicken: unknown package I suppose this is caused by a module loop or something between (gnu packages scheme) and (gnu packages commencement). Maybe splitting (gnu packages scheme) into two things (maybe a new (gnu packages chicken)) would solve the issue?