Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- guix system reconfigure output:
- building /gnu/store/5h8xkanpy5mlky6dya7i2za99iz8nh6i-acl.drv...
- |builder for `/gnu/store/5h8xkanpy5mlky6dya7i2za99iz8nh6i-acl.drv' failed with exit code 1
- build of /gnu/store/5h8xkanpy5mlky6dya7i2za99iz8nh6i-acl.drv failed
- View build log at '/var/log/guix/drvs/5h/8xkanpy5mlky6dya7i2za99iz8nh6i-acl.drv.gz'.
- cannot build derivation `/gnu/store/2qg90xz8kvv5p57i0z1kqamvph6xp2xw-activate-service.scm.drv': 1 dependencies couldn't be built
- applying 1 graft for ntp-4.2.8p18 ...
- cannot build derivation `/gnu/store/1mkmrflp7xgnk73868j534sgypmg760k-activate.scm.drv': 1 dependencies couldn't be built
- building /gnu/store/2wvpws2a0qpj6hzc0sv431hslrp6glx3-raw-initrd.drv...
- cannot build derivation `/gnu/store/hhyhddm8gxcv6v6kn58bpkkrrk6hc6aq-system.drv': 1 dependencies couldn't be built
- guix system: error: build of `/gnu/store/hhyhddm8gxcv6v6kn58bpkkrrk6hc6aq-system.drv' failed
- Error message in the log:
- Backtrace:
- 5 (primitive-load "/gnu/store/jp4xwxnm6nca928zrbqgacpaasa…")
- In ice-9/eval.scm:
- 619:8 4 (_ #f)
- 626:19 3 (_ #<directory (guile-user) 7ffff7741c80>)
- In ice-9/boot-9.scm:
- 222:17 2 (map1 ("/gnu/store/bidkrcv0xjnqbpi9dqgr4rqx3l2ldy5p-…" …))
- In ice-9/ports.scm:
- 433:17 1 (call-with-input-file _ _ #:binary _ #:encoding _ # _)
- In gcrypt/pk-crypto.scm:
- 114:12 0 (_ _)
- gcrypt/pk-crypto.scm:114:12: In procedure string->canonical-sexp: gcrypt: Unmatched parentheses in S-expression
Advertisement
Comments
-
- Ok - the error is not in gcrypt/pk-crypto.scm. Line 114 in the function string->canonical-sexp is where the error is thrown when an invalid sexp is passed to the function. In my case, the error was in a sub file in my configuration detailing the authorisation key - I had missed not one, but two brackets at the end of the file!
Add Comment
Please, Sign In to add comment