IRC channel logs

2013-07-21.log

back to list of logs

<frusen>oitofelix: Any progress?
<oitofelix>I'm trying to figure out what is the problem with that unique test that fails on my "make check".
<oitofelix>frusen: What is the result, for you, of the following command:
<oitofelix>guix package -s "An example GNU package" | grep ^name:
<oitofelix>?
<frusen>oitofelix: http://pastebin.com/raw.php?i=DbY7F7et
<oitofelix>Aha! That is at least part of the problem. I get the null string while you get the right response that is 'name: hello'.
<oitofelix>That seems to cause the test 'tests/guix-package.sh' to fail.
<oitofelix>For some weird reason Guix is not finding the description of the GNU Hello package. Nevertheless it do find other packages descriptions.
<oitofelix>Time to dig into the Guix search mechanism...
<oitofelix>Hello Guix!
<Steap_>Hey
<Steap_>so, have you managed to get Guix working ?
***Steap_ is now known as Steap
<oitofelix>Not yet. :-(