zimoun <zimon.touto...@gmail.com> writes:
> To ease the debugging processing, you should not run '-j4'.


ok


> Well, first about your "last" error: […]  It comes from the
> environment variable SHELL which is not defined because of
> '--pure'. So you need somehow to export SHELL or CONFIG_SHELL
> otherwise, you will get an error from '(string-append "#!" %shell
> "\nexit 42")' because Guile will not know '%shell'.


I don't know (yet) how to do that so I have tried without --pure.


> About the lint.log error, I do not know. You should get something
> instead of '#f'.


This one passes now. I've upgraded guix (but don't know if it is
related):

$ guix describe
Generation 20   Mar 04 2020 07:49:12    (current)
  guix 4b759d3
    repository URL: file:///home/cassou/Documents/projects/guix/guix
    branch: master
    commit: 4b759d3c548270eba348521669bae15c9e5b72bc


> About the pack.log error, I am not able to reproduce your error:
> which is about 'mksquashfs'. You should simply try:
>
>   make check TESTS="tests/pack.scm"


I tried with and without --pure, the result is the same. I also tried
without a guix environment:

$ make check TESTS="tests/pack.scm"
make  check-recursive
make[1]: Entering directory '/home/cassou/Documents/projects/guix/guix'
Making check in po/guix
make[2]: Entering directory '/home/cassou/Documents/projects/guix/guix/po/guix'
make[2]: Leaving directory '/home/cassou/Documents/projects/guix/guix/po/guix'
Making check in po/packages
make[2]: Entering directory 
'/home/cassou/Documents/projects/guix/guix/po/packages'
make[2]: Leaving directory 
'/home/cassou/Documents/projects/guix/guix/po/packages'
make[2]: Entering directory '/home/cassou/Documents/projects/guix/guix'
Compiling Scheme modules...
make  check-TESTS check-local
make[3]: Entering directory '/home/cassou/Documents/projects/guix/guix'
make[4]: Entering directory '/home/cassou/Documents/projects/guix/guix'
make[4]: *** [Makefile:5102: tests/pack.log] Error 1
make[4]: Leaving directory '/home/cassou/Documents/projects/guix/guix'
make[3]: *** [Makefile:5084: check-TESTS] Error 2
make[3]: Leaving directory '/home/cassou/Documents/projects/guix/guix'
make[2]: *** [Makefile:5327: check-am] Error 2
make[2]: Leaving directory '/home/cassou/Documents/projects/guix/guix'
make[1]: *** [Makefile:4861: check-recursive] Error 1
make[1]: Leaving directory '/home/cassou/Documents/projects/guix/guix'
make: *** [Makefile:5329: check] Error 2


Log is attached.

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
Backtrace:
In ice-9/threads.scm:
    390:8 19 (_ _)
In ice-9/boot-9.scm:
  2994:20 18 (_)
   2312:4 17 (save-module-excursion _)
  3014:26 16 (_)
In unknown file:
          15 (primitive-load-path "guix/store" #<procedure 7fd81736db00 at 
ice-9/boot-9.scm:3001:37 ()>)
In guix/store.scm:
     21:0 14 (_)
In ice-9/boot-9.scm:
   2874:4 13 (define-module* _ #:filename _ #:pure _ #:version _ #:imports _ 
#:exports _ #:replacements _ #:re-exports _ # …)
  2887:24 12 (_)
   222:29 11 (map1 (((guix utils)) ((guix config)) ((guix deprecation)) ((guix 
memoization)) ((guix serialization)) ((…)) …))
   222:29 10 (map1 (((guix config)) ((guix deprecation)) ((guix memoization)) 
((guix serialization)) ((guix monads)) (#) …))
   222:29  9 (map1 (((guix deprecation)) ((guix memoization)) ((guix 
serialization)) ((guix monads)) ((guix records)) (#) …))
   222:29  8 (map1 (((guix memoization)) ((guix serialization)) ((guix monads)) 
((guix records)) ((guix base16)) ((# #)) …))
   222:29  7 (map1 (((guix serialization)) ((guix monads)) ((guix records)) 
((guix base16)) ((guix base32)) ((gcrypt #)) …))
   222:29  6 (map1 (((guix monads)) ((guix records)) ((guix base16)) ((guix 
base32)) ((gcrypt hash)) ((guix profiling)) # …))
   222:29  5 (map1 (((guix records)) ((guix base16)) ((guix base32)) ((gcrypt 
hash)) ((guix profiling)) ((rnrs #)) ((…)) …))
   222:29  4 (map1 (((guix base16)) ((guix base32)) ((gcrypt hash)) ((guix 
profiling)) ((rnrs bytevectors)) ((ice-9 #)) # …))
   222:29  3 (map1 (((guix base32)) ((gcrypt hash)) ((guix profiling)) ((rnrs 
bytevectors)) ((ice-9 binary-ports)) (# …) …))
   222:17  2 (map1 (((gcrypt hash)) ((guix profiling)) ((rnrs bytevectors)) 
((ice-9 binary-ports)) ((ice-9 control) # #) …))
   2803:6  1 (resolve-interface _ #:select _ #:hide _ #:prefix _ #:renamer _ 
#:version _)
In unknown file:
           0 (scm-error misc-error #f "~A ~S" ("no code for module" (gcrypt 
hash)) #f)

ERROR: In procedure scm-error:
no code for module (gcrypt hash)

Reply via email to