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 kdelibs4support@5.34.0 --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          | h.goe...@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |


Reply via email to