Re: Build-dependency on guile-json

2016-03-03 Thread Ludovic Courtès
Justus Winter  skribis:

> Hi,
>
> README says:
>>   - optionally 
>> [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 
>> 'guix import pypi' command
>
> However, lacking guile-json, building guix fails with:

Fixed in 7016184245a3cf53fbe062901babdc76b85a7319, thanks!

Ludo'.



Build-dependency on guile-json

2016-03-03 Thread Justus Winter
Hi,

README says:
>   - optionally 
> [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 
> 'guix import pypi' command

However, lacking guile-json, building guix fails with:

  LOAD (guix import github)
Backtrace:
In ice-9/boot-9.scm:
1724: 19 [%start-stack load-stack ...]
1729: 18 [#]
In unknown file:
   ?: 17 [primitive-load 
"/home/teythoon/repos/guix/./build-aux/compile-all.scm"]
In ice-9/eval.scm:
 432: 16 [eval # #]
In ice-9/boot-9.scm:
 775: 15 [for-each # #]
2864: 14 [resolve-interface (guix import github) #:select ...]
2789: 13 [# # ...]
3065: 12 [try-module-autoload (guix import github) #f]
2401: 11 [save-module-excursion #]
3085: 10 [#]
In unknown file:
   ?: 9 [primitive-load-path "guix/import/github" ...]
In ice-9/eval.scm:
 505: 8 [# (define-module # # 
...)]
In ice-9/psyntax.scm:
1106: 7 [expand-top-sequence ((define-module # # # ...)) () ((top)) ...]
 989: 6 [scan ((define-module (guix import github) #: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 import github) #:filename ...]
2926: 2 [resolve-imports (((ice-9 match)) ((srfi srfi-1)) ((json)) ...)]
2867: 1 [resolve-interface (json) #:select ...]
In unknown file:
   ?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (json)) #f]

ERROR: In procedure scm-error:
ERROR: no code for module (json)
Makefile:4716: recipe for target 'make-go' failed
make[2]: *** [make-go] Error 1


Cheers,
Justus