gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUnet-developers] Build fail of GNUnet with alpine linux CI


From: xrs
Subject: Re: [GNUnet-developers] Build fail of GNUnet with alpine linux CI
Date: Mon, 7 Oct 2019 17:59:32 +0200

Hi Martin,

On Sun, 6 Oct 2019 21:48:26 +0200
"Schanzenbach, Martin" <address@hidden> wrote:

> Seems to me like this is a staged package install for gnunet into
> some kind of prefix (in this
> case /builds/kdaudt/aports/testing/gnunet/pkg/gnunet/). while the
> _actual_ prefix you provide in the configure is different (/usr/)
> This apparently confuses ld because it cannot find the libraries (for
> the plugins).
This is okay as it is the standard way to do this in alpine packaging.
Other packages do the same, and in fact this works on my machine, but
not on the CI.

> you could try adding LDFLAGS to the make install:
> 
> make DESTDIR="$pkgdir" LDFLAGS="${LDFLAGS} -L$pkgdir/usr/lib" install
> 
> (off the top of my head, YMMV)
> 
> or maybe add them to the configure
> 
> ./configure --prefix=/usr ..blabla.. LDFLAGS="${LDFLAGS}
> -L$pkgdir/usr/lib"

Thanks for your ideas, I'll wait for the next response and maybe try
this out. 

Greets,
xrs

Attachment: pgpXMX3iBRY0Y.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]