[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Unexpected behaviour of guix environment --container
From: |
Hartmut Goebel |
Subject: |
Unexpected behaviour of guix environment --container |
Date: |
Tue, 6 Jun 2017 13:11:36 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
Hi,
I try debugging some package test-cases. The test-suite runs (but fails)
when using "guix build". Now I want to get an environment matching the
build container (including the already build package). For this I run e.g.
./pre-inst-env guix environment -C address@hidden --ad-hoc strace
within this container I run something like
source ./environment-variables
PATH=$GUIX_ENVIRONMENT/bin:$PATH
ctest -R kstandarddirstest
and am getting this error:
/tmp/guix-build-kdelibs4support-5.34.0.drv-0/build/autotests/kstandarddirstest:
error while loading shared libraries: libQt5Test.so.5: cannot open
shared object file: No such file or directory
What's going on here?
--
Regards
Hartmut Goebel
| Hartmut Goebel | address@hidden |
| www.crazy-compilers.com | compilers which you thought are impossible |
- Unexpected behaviour of guix environment --container,
Hartmut Goebel <=