unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 'make check' failed on smalltalk
@ 2014-07-04  9:27 Alex Kost
  2014-07-04 13:11 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Kost @ 2014-07-04  9:27 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

Hello,

I have tried to build guix (from the git repo) for the first time and
"make check" failed for me with the following backtrace:


[-- Attachment #2: Type: text/plain, Size: 2255 bytes --]

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"
Backtrace:
In ice-9/psyntax.scm:
1106: 19 [expand-top-sequence ((define-module # # # ...)) () ((top)) ...]
 989: 18 [scan ((define-module (gnu packages zip) #:use-module ...)) () ...]
 279: 17 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...]
In ice-9/eval.scm:
 411: 16 [eval # ()]
In ice-9/boot-9.scm:
2951: 15 [define-module* (gnu packages zip) #:filename ...]
2926: 14 [resolve-imports (# # # # ...)]
2864: 13 [resolve-interface (gnu packages python) #:select ...]
2789: 12 [#<procedure 9c58710 at ice-9/boot-9.scm:2777:4 (name #:optional autoload version #:key ensure)> # ...]
3065: 11 [try-module-autoload (gnu packages python) #f]
2401: 10 [save-module-excursion #<procedure a313708 at ice-9/boot-9.scm:3066:17 ()>]
3085: 9 [#<procedure a313708 at ice-9/boot-9.scm:3066:17 ()>]
In unknown file:
   ?: 8 [primitive-load-path "gnu/packages/python" ...]
In gnu/packages/python.scm:
  23: 7 [#<procedure a33ba90 ()>]
In ice-9/boot-9.scm:
2951: 6 [define-module* (gnu packages python) #:filename ...]
2926: 5 [resolve-imports ((# # #) (# # # # ...) (#) (#) ...)]
2877: 4 [resolve-interface (gnu packages zip) #:select ...]
 768: 3 [for-each #<procedure a388870 at ice-9/boot-9.scm:2877:20 (bspec)> (unzip)]
2883: 2 [#<procedure a388870 at ice-9/boot-9.scm:2877:20 (bspec)> unzip]
In unknown file:
   ?: 1 [scm-error misc-error #f ...]
In ice-9/boot-9.scm:
 106: 0 [#<procedure 9dba4e0 at ice-9/boot-9.scm:97:6 (thrown-k . args)> misc-error ...]

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
make[2]: *** [gnu/packages/smalltalk.go] Error 1
make[2]: Leaving directory '/media/storage/src/guix'
Makefile:2849: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/media/storage/src/guix'
Makefile:3313: recipe for target 'check' failed
make: *** [check] Error 2

[-- Attachment #3: Type: text/plain, Size: 154 bytes --]



Is it just me or there is something in the source?  I just have no idea
what to do with that “no binding `unzip' in module (gnu packages zip)”.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 'make check' failed on smalltalk
  2014-07-04  9:27 'make check' failed on smalltalk Alex Kost
@ 2014-07-04 13:11 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2014-07-04 13:11 UTC (permalink / raw)
  To: Alex Kost; +Cc: guix-devel

Alex Kost <alezost@gmail.com> 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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-04 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-04  9:27 'make check' failed on smalltalk Alex Kost
2014-07-04 13:11 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).