From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?Q2xhZXMgV2FsbGluICjpn4vlmInoqqAp?= Subject: Re: [PATCH] Add skalibs, execline. Date: Sat, 4 Jul 2015 17:50:18 +0200 Message-ID: References: <87ioa7sh5v.fsf@gnu.org> <87lhf0rojw.fsf@gnu.org> <87fv54rm3t.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f923bea266898051a0ea12f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBPiA-0008Gl-AA for guix-devel@gnu.org; Sat, 04 Jul 2015 11:50:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZBPi4-0000X8-Oj for guix-devel@gnu.org; Sat, 04 Jul 2015 11:50:37 -0400 In-Reply-To: <87fv54rm3t.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel --e89a8f923bea266898051a0ea12f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Jul 4, 2015 5:14 PM, "Ludovic Court=C3=A8s" wrote: > "Claes Wallin (=E9=9F=8B=E5=98=89=E8=AA=A0)" skribis: > >> > I'm working on s6, and it > >> > expects -lexecline to work. Currently I'm feeding its configure > >> > "--with-lib=3D.../lib/execline", would be nice to get that done in > >> > execline instead. Modifying LIBRARY_PATH has no effect, what do I need > >> > to do to override gcc? > >> > >> LIBRARY_PATH is automatically set to contains all the lib/ > >> sub-directories, so nothing special is needed. The problem probably > >> lies elsewhere, maybe in the build system of s6. > > > > If I do 'guix environment s6' with s6 having execline as an input, only > > .../...execline.../lib is in LIBRARY_PATH, .../lib/execline isn't. > > I see. Then I think passing --with-lib to s6=E2=80=99s configure script = is the > right thing. > > Alternately, if you think other packages will need this in the future, > you could pass execline=E2=80=99s configure something like --libdir=3DPRE= FIX/lib > to have the library installed to that place instead of > PREFIX/lib/libexec. Ok, that's another approach that makes sense. It is probably getting that now but insisting on putting it in a subdir. Will look into it. > Could, you send an updated patch? > > TIA! Vacation is here and next week is hack week in the country-side. If I'm successful, maybe I can even snare one or two more people to add packages! There will be at least one old LISP geek there and I'm already working on him. :-) --e89a8f923bea266898051a0ea12f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On Jul 4, 2015 5:14 PM, "Ludovic Court=C3=A8s" <= ;ludo@gnu.org> wrote:
> "Claes Wallin (=E9=9F=8B=E5=98=89=E8=AA=A0)" <gnu@clacke.user.lysator.liu.se&g= t; skribis:

> >> > I'm working on s6, and it
> >> > expects -lexecline to work. Currently I'm feeding it= s configure
> >> > "--with-lib=3D.../lib/execline", would be nice= to get that done in
> >> > execline instead. Modifying LIBRARY_PATH has no effect, = what do I need
> >> > to do to override gcc?
> >>
> >> LIBRARY_PATH is automatically set to contains all the lib/ > >> sub-directories, so nothing special is needed.=C2=A0 The prob= lem probably
> >> lies elsewhere, maybe in the build system of s6.
> >
> > If I do 'guix environment s6' with s6 having execline as = an input, only
> > .../...execline.../lib is in LIBRARY_PATH, .../lib/execline isn&#= 39;t.
>
> I see.=C2=A0 Then I think passing --with-lib to s6=E2=80=99s configure= script is the
> right thing.
>
> Alternately, if you think other packages will need this in the future,=
> you could pass execline=E2=80=99s configure something like --libdir=3D= PREFIX/lib
> to have the library installed to that place instead of
> PREFIX/lib/libexec.

Ok, that's another approach that makes sense. It is prob= ably getting that now but insisting on putting it in a subdir. Will look in= to it.

> Could, you send an updated patch?
>
> TIA!

Vacation is here and next week is hack week in the country-s= ide. If I'm successful, maybe I can even snare one or two more people t= o add packages! There will be at least one old LISP geek there and I'm = already working on him. :-)

--e89a8f923bea266898051a0ea12f--