paulj

Untitled

Oct 26th, 2025
22
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. guix system reconfigure output:
  2.  
  3. building /gnu/store/5h8xkanpy5mlky6dya7i2za99iz8nh6i-acl.drv...
  4. |builder for `/gnu/store/5h8xkanpy5mlky6dya7i2za99iz8nh6i-acl.drv' failed with exit code 1
  5. build of /gnu/store/5h8xkanpy5mlky6dya7i2za99iz8nh6i-acl.drv failed
  6. View build log at '/var/log/guix/drvs/5h/8xkanpy5mlky6dya7i2za99iz8nh6i-acl.drv.gz'.
  7. cannot build derivation `/gnu/store/2qg90xz8kvv5p57i0z1kqamvph6xp2xw-activate-service.scm.drv': 1 dependencies couldn't be built
  8. applying 1 graft for ntp-4.2.8p18 ...
  9. cannot build derivation `/gnu/store/1mkmrflp7xgnk73868j534sgypmg760k-activate.scm.drv': 1 dependencies couldn't be built
  10. building /gnu/store/2wvpws2a0qpj6hzc0sv431hslrp6glx3-raw-initrd.drv...
  11. cannot build derivation `/gnu/store/hhyhddm8gxcv6v6kn58bpkkrrk6hc6aq-system.drv': 1 dependencies couldn't be built
  12. guix system: error: build of `/gnu/store/hhyhddm8gxcv6v6kn58bpkkrrk6hc6aq-system.drv' failed
  13.  
  14. Error message in the log:
  15.  
  16. Backtrace:
  17. 5 (primitive-load "/gnu/store/jp4xwxnm6nca928zrbqgacpaasa…")
  18. In ice-9/eval.scm:
  19. 619:8 4 (_ #f)
  20. 626:19 3 (_ #<directory (guile-user) 7ffff7741c80>)
  21. In ice-9/boot-9.scm:
  22. 222:17 2 (map1 ("/gnu/store/bidkrcv0xjnqbpi9dqgr4rqx3l2ldy5p-…" …))
  23. In ice-9/ports.scm:
  24. 433:17 1 (call-with-input-file _ _ #:binary _ #:encoding _ # _)
  25. In gcrypt/pk-crypto.scm:
  26. 114:12 0 (_ _)
  27.  
  28. gcrypt/pk-crypto.scm:114:12: In procedure string->canonical-sexp: gcrypt: Unmatched parentheses in S-expression
  29.  
Advertisement
Comments
  • paulj
    272 days
    # text 0.32 KB | 0 0
    1. 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!
    2.  
Add Comment
Please, Sign In to add comment