From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Le Vaillant Subject: Re: Looking for help with packaging a Common Lisp library Date: Sat, 25 Jan 2020 17:13:48 +0100 Message-ID: <87muab8qf7.fsf@yamatai> References: <87k15fa60q.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49157) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ivO4Q-0001Qc-E4 for guix-devel@gnu.org; Sat, 25 Jan 2020 11:14:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ivO4P-0003HR-CM for guix-devel@gnu.org; Sat, 25 Jan 2020 11:14:02 -0500 Received: from mout02.posteo.de ([185.67.36.66]:47457) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ivO4O-0003Gw-TS for guix-devel@gnu.org; Sat, 25 Jan 2020 11:14:01 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 429832400FC for ; Sat, 25 Jan 2020 17:13:58 +0100 (CET) In-reply-to: <87k15fa60q.fsf@ambrevar.xyz> 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-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/plain I think the generated '...-sbcl-hdf5-cffi-1.8.18/lib/sbcl/hdf5-cffi.asd' file is missing a dependency. It contains ':depends-on ("cffi")', but I think it should be ':depends-on ("cffi" "cffi-grovel")', because the original asd file has: --8<---------------cut here---------------start------------->8--- :defsystem-depends-on (:cffi-grovel) :depends-on (:cffi) --8<---------------cut here---------------end--------------->8--- Maybe the 'defsystem-depends-on' part is currently ignored by asdf-build-system... This would explain why cffi-grovel is not loaded automatically when loading hdf5-cffi. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQQkUwKxurH4Z/3KlryPP4Yfgut6mgUCXixpPAAKCRCPP4Yfgut6 mtbRAP9I1mBM/KWjr0XnzPz3pfdEr23/fekBNKjuiJxwSa8QggEA7TF2/zoN3Va+ HdHlCVYLxMAOcKehKuD971bafsHAig0= =H1P/ -----END PGP SIGNATURE----- --=-=-=--