[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guix package failure
From: |
Ludovic Courtès |
Subject: |
Re: Guix package failure |
Date: |
Tue, 12 Aug 2014 21:54:36 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> In
> /gnu/store/br1sapf2c4hz90v2nvhi0rkxanrk86yk-module-import/guix/build/union.scm:
> 134: 4 [union-of-directories
> "/gnu/store/yphxri93bx6mmhqpz9c4yxvp2yyyzn1x-profile" ...]
> In srfi/srfi-1.scm:
> 619: 3 [for-each #<procedure 18d2d60 at
> /gnu/store/br1sapf2c4hz90v2nvhi0rkxanrk86yk-module-import/guix/build/union.scm:134:16
> (dir)> ...]
> In
> /gnu/store/br1sapf2c4hz90v2nvhi0rkxanrk86yk-module-import/guix/build/union.scm:
> 136: 2 [#<procedure 18d2d60 at
> /gnu/store/br1sapf2c4hz90v2nvhi0rkxanrk86yk-module-import/guix/build/union.scm:134:16
> (dir)> #]
> 37: 1 [files-in-directory #]
> In unknown file:
> ?: 0 [opendir ("m4"
> "/gnu/store/3a66h65pj9rfmgh38wngas7qjagbl39s-m4-1.4.17")]
>
> ERROR: In procedure opendir:
> ERROR: Wrong type (expecting string): ("m4"
> "/gnu/store/3a66h65pj9rfmgh38wngas7qjagbl39s-m4-1.4.17")
> builder for `/gnu/store/p9jq9v14yhzzbahwambkxhnjsyx5py2v-profile.drv' failed
> with exit code 1
> guix package: error: build failed: build of
> `/gnu/store/p9jq9v14yhzzbahwambkxhnjsyx5py2v-profile.drv' failed
>
> I suppose nobody else has experienced this? Do you have an idea what could be
> going wrong?
I’m not seeing this problem.
Does it work when starting from an empty profile? Does this succeed:
make check TESTS=tests/guix-package.sh
Thanks,
Ludo’.