Alex Kost <[email protected]> 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’.
