all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#25409: make fails when guile-json is not present
@ 2017-01-09 23:32 Ben Woodcroft
  2017-01-10 14:58 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Woodcroft @ 2017-01-09 23:32 UTC (permalink / raw)
  To: 25409

Hi,

Since "#:use-module (guix docker)" is at the top of 
guix/scripts/refresh.scm and "#:use-module (json)" is at the top of 
guix/docker.scm, when the json module is unavailable make fails:

[...]

In unknown file:
    ?: 9 [primitive-load-path "guix/docker" ...]
In ice-9/eval.scm:
  505: 8 [#<procedure 561cba494500 at ice-9/eval.scm:499:4 (exp)> #]
In ice-9/psyntax.scm:
1106: 7 [expand-top-sequence ((define-module # # # ...)) () ((top)) ...]
  989: 6 [scan ((define-module (guix docker) #:use-module ...)) () ...]
  279: 5 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...]
In ice-9/eval.scm:
  411: 4 [eval # ()]
In ice-9/boot-9.scm:
2951: 3 [define-module* (guix docker) #:filename ...]
2926: 2 [resolve-imports (((guix hash)) ((guix store)) ((guix utils)) ...)]
2867: 1 [resolve-interface (json) #:select ...]
In unknown file:
    ?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (json)) #f]

[...]

I'm under the impression that guile-json is still an optional dependency.
Thanks, ben

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

* bug#25409: make fails when guile-json is not present
  2017-01-09 23:32 bug#25409: make fails when guile-json is not present Ben Woodcroft
@ 2017-01-10 14:58 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-01-10 14:58 UTC (permalink / raw)
  To: Ben Woodcroft; +Cc: 25409-done

Hi Ben,

Ben Woodcroft <b.woodcroft@uq.edu.au> skribis:

> Since "#:use-module (guix docker)" is at the top of
> guix/scripts/refresh.scm and "#:use-module (json)" is at the top of
> guix/docker.scm, when the json module is unavailable make fails:

I believe commit 1545a012cb7cd78e25ed99ecee26df457be590e9 fixes that.

Thanks!

Ludo’.

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

end of thread, other threads:[~2017-01-10 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-09 23:32 bug#25409: make fails when guile-json is not present Ben Woodcroft
2017-01-10 14:58 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.