unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Damien Cassou <damien@cassou.me>
To: zimoun <zimon.toutoune@gmail.com>
Cc: 39834@debbugs.gnu.org
Subject: bug#39834: make check fails
Date: Wed, 04 Mar 2020 15:32:28 +0100	[thread overview]
Message-ID: <87tv342nsz.fsf@cassou.me> (raw)
In-Reply-To: <CAJ3okZ2XY2UtxNCPHWdDFYPrh4dforaSHsjNh6x+=9qQrbPPEA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2672 bytes --]

zimoun <zimon.toutoune@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

[-- Attachment #2: pack.log --]
[-- Type: text/plain, Size: 2039 bytes --]

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	other threads:[~2020-03-04 14:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-29 14:59 bug#39834: make check fails Damien Cassou
2020-03-02  9:57 ` zimoun
2020-03-02 13:20   ` Damien Cassou
2020-03-02 16:54     ` zimoun
2020-03-04 14:32       ` Damien Cassou [this message]
2020-10-07 15:40         ` zimoun
2020-10-07 15:47           ` Damien Cassou
2020-10-07 15:55             ` zimoun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tv342nsz.fsf@cassou.me \
    --to=damien@cassou.me \
    --cc=39834@debbugs.gnu.org \
    --cc=zimon.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).