2016-08-07 10:21 GMT+02:00 ng0 <n...@we.make.ritual.n0.is>: > ng0 <n...@we.make.ritual.n0.is> writes: > > > The next 2.5 days will be unpleasant for me and probably difficult to > > focus, but I know how to fix the 3 failing tests for us. > > I'll have this fixed in thex next days. > > > > Appended is the failing tests output (for me as a backup) and the > > combined gnunet-svn + gnunet-gtk-svn patch. As we discussed this will > > not be in guix at the moment and is intended as a test package to get > > the next release of gnunet to build on guix when it is released. > > > > There are last things I want to transition from my Gentoo package to the > > guix packages. > > > > I'd like to have a gnunet package with --with-experimental enabled > > (features: conversation etc, at least last time I read the Makefile), so > > this will be available out of tree when all the features are too much > > for master tree (or --with-experimental is considered too unstable to > > ship). > > > > The log attachment was too big, log can be replicated with tests > > enabled. > > > > Have a nice weekend. > > For whatever reason the appended patches broke, here is another try: > > > > >
I'd like to put down a few notes gnunet-gtk-svn First: there are these 3 warnings in the terminal ago 17 15:02:04-825169 util-28635 WARNING `access' failed on file `/gnu/store/icrh1m4dcjpxm0j9d986sdhwnc5nj92b-gnunet-gtk-svn- 0.10.1-1.svn37273/gnunet/libexec/gnunet-service-resolver' at os_installation.c:867 with error: File o directory non esistente ago 17 15:02:04-825285 util-28635 WARNING `access' failed on file `/gnu/store/icrh1m4dcjpxm0j9d986sdhwnc5nj92b-gnunet-gtk-svn- 0.10.1-1.svn37273/gnunet/libexec/gnunet-service-namestore' at os_installation.c:867 with error: File o directory non esistente ago 17 15:02:04-825303 util-28635 WARNING `access' failed on file `/gnu/store/icrh1m4dcjpxm0j9d986sdhwnc5nj92b-gnunet-gtk-svn- 0.10.1-1.svn37273/gnunet/libexec/gnunet-service-identity' at os_installation.c:867 with error: File o directory non esistente an "ls" in that directory shows ls /gnu/store/icrh1m4dcjpxm0j9d986sdhwnc5nj92b-gnunet-gtk-svn- 0.10.1-1.svn37273/ bin include lib share There's no gnunet/libexec But wait there's more: a ls in the gnunet-svn package (that's a dependency of gnunet-gtk-svn) shows ls /gnu/store/15r69amj11df3v9ka2kzsw62ad866ii7-gnunet-svn-0.10.1-1.svn37273/ bin include lib share There's no libexec here, either Next issue: in the setup window, there's a tab containing some ceckboxes for the transport plugins that I should check to activate a tranport plugin. But when I open the tab these errors show up in the terminal: ago 17 15:02:08-145220 gnunet-setup-28635 ERROR Configuration fails to specify option `PLUGINS' in section `transport'! ago 17 15:02:08-147950 gnunet-setup-28635 ERROR Configuration fails to specify option `PLUGINS' in section `transport'! ago 17 15:02:08-148828 gnunet-setup-28635 ERROR Configuration fails to specify option `PLUGINS' in section `transport'! ago 17 15:02:08-149459 gnunet-setup-28635 ERROR Configuration fails to specify option `PLUGINS' in section `transport'! ago 17 15:02:08-150018 gnunet-setup-28635 ERROR Configuration fails to specify option `PLUGINS' in section `transport'! and the checkboxes don't react to my clicks so I can't activate any transport layer.