Hello, I'm interested in gnunet and currently run latest openbsd
snapshot:
$ uname -a
OpenBSD edge.lab.local 7.1 GENERIC.MP#448 amd64
$ clang -v
OpenBSD clang version 13.0.0
Target: amd64-unknown-openbsd7.1
Thread model: posix
InstalledDir: /usr/bin
But during linkage I've faced issues with not
On Wed, Mar 30, 2022 at 05:16:59PM +, Schanzenbach, Martin wrote:
> Hi,
>
> your configure output does not indicate that LDFLAGS is correctly set
> of your system libraries are found in /usr/lib Can you try:
>
> $ ./configure <..your options> LDFLAGS="$LDFLAGS -L/usr/lib"
>
> and see if that wo
On Wed, Mar 30, 2022 at 05:40:53PM +, Schanzenbach, Martin wrote:
> Interesting. I think this hit us:
> https://bugs.freedesktop.org/show_bug.cgi?id=76856
Excellent find.
> Can you modify configure.ac and remove any occurrences of "-no-undefined" and
> run
>
> $ ./bootstrap
> $ ./configure
On Wed, Mar 30, 2022 at 10:17:32PM +0300, Mikhail wrote:
> On Wed, Mar 30, 2022 at 05:40:53PM +, Schanzenbach, Martin wrote:
> > Interesting. I think this hit us:
> > https://bugs.freedesktop.org/show_bug.cgi?id=76856
>
> Excellent find.
>
> > Can you modi
On Thu, Mar 31, 2022 at 06:58:55PM +, Schanzenbach, Martin wrote:
> Hi Mikhail,
>
> I just pushed some portability fixes to git master.
> I tried in a VM (with gcc, however) and it builds for me now on openbsd.
> Can you try again?
> It seems to me as if you are missing
On Fri, Apr 01, 2022 at 07:37:49AM +, Schanzenbach, Martin wrote:
> Yes. The IP DHT underlay implementation is simply not portable.
> I just commited a fix to not built it for openbsd.
Thank you for fixing the issues! Build is successful, full log is
inlined - I got some warnings, maybe they w
On Fri, Apr 01, 2022 at 11:22:22AM +0200, Nikita Ronja Gillmann wrote:
> Mikhail transcribed 77K bytes:
> > On Fri, Apr 01, 2022 at 07:37:49AM +, Schanzenbach, Martin wrote:
> > > Yes. The IP DHT underlay implementation is simply not portable.
> > > I just commite
I've installed gnunet to ~/tmp/gnunet (--prefix option to ./configure),
added $prefix/bin to the PATH, and after 'gnunet-arm -s' I see the
following in the logs, this log flow stops only after 'gnunet-arm -e'.
It can't find sqlite plugins, but they're there and installed:
misha:/home/misha/tmp/gn
On Sat, Apr 02, 2022 at 08:47:52PM +0300, Mikhail wrote:
> I've installed gnunet to ~/tmp/gnunet (--prefix option to ./configure),
> added $prefix/bin to the PATH, and after 'gnunet-arm -s' I see the
> following in the logs, this log flow stops only after 'gnunet-arm -
I've installed latest in git (60e93b8f0) on the OS, I didn't use
--prefix, so installation has gone to default /usr/local, when I run
gnunet-peerinfo I see several types of warnings in the logs.
I'd like to package gnunet for OpenBSD, but first I need to understand
that the application is working
On Mon, Apr 04, 2022 at 10:46:50AM +, Schanzenbach, Martin wrote:
> Hi,
>
> > On 4. Apr 2022, at 12:32, Mikhail wrote:
> >
> > I've installed latest in git (60e93b8f0) on the OS, I didn't use
> > --prefix, so installation has gone to default /usr/loc
On Mon, Apr 04, 2022 at 05:14:53PM +0200, Christian Grothoff wrote:
> On 4/4/22 17:09, Nikita Ronja Gillmann wrote:
> >
> > >
> > > Regardless, you should be able to build GNUnet against vanilla
> > > libcurl these days, so that might be a better way to avoid worrying
> > > about this.
> >
> > I
On Sat, Apr 30, 2022 at 08:06:52AM -0400, fossy--- via Mailinglist for GNUnet
developers wrote:
> Hello there.
> I'd just like to report: http://ftpmirror.gnu.org/gnunet/gnunet-0.16.3.tar.gz
> I get this message when I go and attempt to download it:
>
> gz.part could not be saved, because the
13 matches
Mail list logo