Re: Buildbot failure

2020-11-12 Thread Martin Schanzenbach
You forgot a linker flag for gnunet-messenger. (https://git.gnunet.org/gnunet.git/commit/?id=96d7027e6b31acca9106a61d0495c88829dc4c85 ) Note that if you have installed (make install) a library (in this case libgnunetidentity), the linker is able to "automagically" resolve/find and link it. Buildbo

Re: Buildbot failure

2020-11-12 Thread Martin Schanzenbach
Just merge it again. It may be a fragment due to buildbot's incremental builds. We might want to switch to full rebuilds anyway at some point. BR On Thu, 2020-11-12 at 17:48 +0100, TheJackiMonster wrote: > Hi, > > so I squashed all commits from my branch, merged into master, tested > compilation

Buildbot failure

2020-11-12 Thread TheJackiMonster
Hi, so I squashed all commits from my branch, merged into master, tested compilation again with experimental and without it. Then I pushed it to the repository but the buildbot failed. https://buildbot.gnunet.org/#/builders/6/builds/266 Now I panically reverted the merge and it failed again. Can