Re: gnunet (again)

2017-01-14 Thread ng0
FYI, current HEAD of gnunet git just fails with 2 tests in the testbed api, so my old bug is closed. You can reproduce this new bug by: git clone https://pagure.io/packages.git export GUIX_PACKAGE_PATH=/path/to/packages guix build gnunet-git-full-tests ps: not everyone on the internet uses/has t

Re: gnunet (again)

2017-01-14 Thread Ludovic Courtès
Hi! Catonano skribis: > In a phase of such instructions I should attach the gdb to a core dump file. > > Such file should be "src/util/.libs/lt-test_foo", sometimes wiithout the lt- > > Now in src/util/.libs there is no file with a name starting with lt- and > there are a ton of test_foo files.

gnunet (again)

2017-01-13 Thread Catonano
Tonight I'm discussing gnunet with ng0. He gave me some instructions he had about how to debug the gnunet build, assuming that I'm running into the same issue that he run into (I found the log, there are 8 failed tests, just so you know). In a phase of such instructions I should attach the gdb to