Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
a new version of gnunet and gnunet-gtk (http://gnunet.org/) is out. "GNUnet 0.7.2 is largely compatible with GNUnet 0.7.1" so I guess the 0.7.1-ebuild can be used. Reproducible: Always
on 7.7.7 version 0.7.2a was released, this is just a bugfix release.
It doesn't install on amd64. Seems to be automake issue. Compile goes fine. For some reason automake generates definition for mkdir_p=mkdir -p -- but uses MKDIR_P in 'Makefile.in' files... e.g. work/GNUnet-0.7.2a/libltdl/Makefile.in has entries like test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" which will cause errors like test -z "/usr/lib64" || "/var/tmp/portage/net-p2p/gnunet-0.7.2a/image//usr/lib64" /bin/sh: /var/tmp/portage/net-p2p/gnunet-0.7.2a/image//usr/lib64: No such file or directory snippet from my emerge --info: sys-devel/autoconf: 2.13, 2.61 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.17 sys-devel/gcc-config: 1.3.16 sys-devel/libtool: 1.5.23b
Created an attachment (id=124753) [details] ebuild for gnunet 0.7.2a
Created an attachment (id=124755) [details] init.d script for gnunet 0.7.2a gnunet requires HOME variable override for some reason. might be a gnunet bug.
*** This bug has been marked as a duplicate of bug 199891 ***