From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ekaitz at ElenQ Technology Subject: Re: Guix packaging, dealing with pkg-config Date: Wed, 24 Jul 2019 13:38:04 +0000 Message-ID: References: <87d0hzbltm.fsf@elephly.net> Reply-To: Ekaitz at ElenQ Technology Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43241) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqHTF-0007z3-FY for help-guix@gnu.org; Wed, 24 Jul 2019 09:38:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqHTE-000671-JT for help-guix@gnu.org; Wed, 24 Jul 2019 09:38:17 -0400 Received: from mail2.protonmail.ch ([185.70.40.22]:42324) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hqHTE-000666-5Q for help-guix@gnu.org; Wed, 24 Jul 2019 09:38:16 -0400 In-Reply-To: <87d0hzbltm.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: "help-guix\\@gnu.org" Great, I must be missing something then because I'm sure it's not finding it :( Might be my library path or something related? Any clue? ElenQ Technology Ethical Innovation =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Wednesday, July 24, 2019 3:31 PM, Ricardo Wurmus wr= ote: > > > Ekaitz at ElenQ Technologyekaitz@elenq.tech writes: > > > The problem I see is the project is doing a heavy use of the Makefile > > with pkg-config and it's searching for lua5.1. > > This should not be problematic. > > > I am unable to install Lua and find it with pkg-config and I'm pretty > > sure the compilation that Guix does is not finding it. > > Oh? I just checked and our lua5.1 package does provide a > /lib/pkgconfig/lua-5.1.pc file, so finding it with pkg-config should > work. > > > The only idea I can think of is to make a patch on the makefile and > > remove pkg-config related stuff, but I'm pretty sure there's a more > > elegant solution. > > I=E2=80=99m pretty sure that this can be avoided. > > -------------------------------------------- > > Ricardo