From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Patterson Subject: bug#32770: Packaging SLIME/SWANK as Common Lisp library Date: Wed, 10 Oct 2018 01:54:35 -0400 Message-ID: <20181010015435.302096d9@mailservices.uwaterloo.ca> References: <87museeyy5.fsf@ambrevar.xyz> <20180929151630.00cf6396@mailservices.uwaterloo.ca> <87lg7iwu9i.fsf@ambrevar.xyz> <87k1n2wten.fsf@ambrevar.xyz> <20181002045531.78223c72@mailservices.uwaterloo.ca> <878t3gwsrm.fsf@ambrevar.xyz> <20181003012224.5baff3ac@mailservices.uwaterloo.ca> <8736tmj2vj.fsf@ambrevar.xyz> <20181004010308.7825505f@mailservices.uwaterloo.ca> <87k1mym7kb.fsf@ambrevar.xyz> <20181005005652.29b18650@mailservices.uwaterloo.ca> <87k1mwyez6.fsf@ambrevar.xyz> <87efd4sjlz.fsf@elephly.net> <87h8i0y10k.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gA7Sd-0000nZ-HF for bug-guix@gnu.org; Wed, 10 Oct 2018 01:55:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gA7SY-0000bs-4x for bug-guix@gnu.org; Wed, 10 Oct 2018 01:55:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38511) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gA7SX-0000bN-NL for bug-guix@gnu.org; Wed, 10 Oct 2018 01:55:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gA7SX-00050P-Ii for bug-guix@gnu.org; Wed, 10 Oct 2018 01:55:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87h8i0y10k.fsf@ambrevar.xyz> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Pierre Neidhardt Cc: 32770@debbugs.gnu.org Hi Pierre, On Fri, 05 Oct 2018 15:30:03 +0200 Pierre Neidhardt wrote: > > In =E2=80=9Cguile-sly=E2=80=9D, for example, the configure script accep= ts > > =E2=80=9C--with-libfreeimage-prefix=3D=E2=80=9D and =E2=80=9C--with-lib= gslcblas-prefix=3D=E2=80=9D, > > which are then used to construct a full path to the libraries. In > > other cases where the build system does not provide a mechanism for > > this we need to patch the sources such as in =E2=80=9Cguile-dbi=E2=80= =9D. =20 >=20 > But as far I know of, most Common Lisp packages don't provide a > configure script. So can this apply here? >=20 I was suggesting that lisp packages should adopt some configuration mechanism, either through scripts or by something that asdf could take care of. It's something that I think we could discuss with the upstream communities once we have a good grasp on our use case. -- Andy