[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'make check' failed on smalltalk
From: |
Ludovic Courtès |
Subject: |
Re: 'make check' failed on smalltalk |
Date: |
Fri, 04 Jul 2014 15:11:16 +0200 |
User-agent: |
Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) |
Alex Kost <address@hidden> skribis:
> LC_ALL=C \
> ./pre-inst-env \
> /usr/bin/guild compile -L "." -L "." \
> -Wformat -Wunbound-variable -Warity-mismatch \
> --target="i686-pc-linux-gnu"
> \
> -o "gnu/packages/smalltalk.go" "gnu/packages/smalltalk.scm"
[...]
> ice-9/boot-9.scm:106:20: In procedure #<procedure 9dba4e0 at
> ice-9/boot-9.scm:97:6 (thrown-k . args)>:
> 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’.