From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 'make check' failed on smalltalk Date: Fri, 04 Jul 2014 15:11:16 +0200 Message-ID: <87vbrdw9or.fsf@gnu.org> References: <87egy1tqwb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X33Gy-00044D-0V for guix-devel@gnu.org; Fri, 04 Jul 2014 09:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X33Go-0007of-SV for guix-devel@gnu.org; Fri, 04 Jul 2014 09:11:27 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:59299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X33Go-0007oZ-L6 for guix-devel@gnu.org; Fri, 04 Jul 2014 09:11:18 -0400 In-Reply-To: <87egy1tqwb.fsf@gmail.com> (Alex Kost's message of "Fri, 04 Jul 2014 13:27:48 +0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > LC_ALL=3DC \ > ./pre-inst-env \ > /usr/bin/guild compile -L "." -L "." \ > -Wformat -Wunbound-variable -Warity-mismatch \ > --target=3D"i686-pc-linux-gnu" \ > -o "gnu/packages/smalltalk.go" "gnu/packages/smalltalk.scm" [...] > ice-9/boot-9.scm:106:20: In procedure #: > ice-9/boot-9.scm:106:20: no binding `unzip' in module (gnu packages zip) > Makefile:3649: recipe for target 'gnu/packages/smalltalk.go' failed Indeed, the error was caused by a circular dependency among top-levels of different modules, probably introduced recently. This is fixed with 3a100e7. Thanks! Ludo=E2=80=99.