From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:48446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVyvz-0003BB-79 for guix-patches@gnu.org; Wed, 29 May 2019 09:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVyvy-0002Su-2i for guix-patches@gnu.org; Wed, 29 May 2019 09:48:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44850) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVyvx-0002Si-Tw for guix-patches@gnu.org; Wed, 29 May 2019 09:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVyvx-000393-P8 for guix-patches@gnu.org; Wed, 29 May 2019 09:48:01 -0400 Subject: [bug#35991] [PATCH 0/9] Packaging sbcl-iolib (and dbus) Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:48159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVyvF-0002g7-Id for guix-patches@gnu.org; Wed, 29 May 2019 09:47:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVyvE-000202-M8 for guix-patches@gnu.org; Wed, 29 May 2019 09:47:17 -0400 Received: from mslow2.mail.gandi.net ([217.70.178.242]:46120) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVyvE-0001yT-Gn for guix-patches@gnu.org; Wed, 29 May 2019 09:47:16 -0400 Received: from relay11.mail.gandi.net (unknown [217.70.178.231]) by mslow2.mail.gandi.net (Postfix) with ESMTP id DBA2A3A164C for ; Wed, 29 May 2019 13:29:45 +0000 (UTC) From: Pierre Neidhardt Date: Wed, 29 May 2019 15:29:17 +0200 Message-Id: <20190529132917.7142-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35991@debbugs.gnu.org Cc: Katherine Cox-Buday I can build iolib but the dbus package fails to use it because iolib-multiplex, a subsystem, cannot be found. Indeed, the sbcl package only exposes iolib while the .asd in the source = exposes a dozen of subsystems, including :iolib/multiplex. See https://github.com/sionescu/iolib/blob/master/iolib.asd. Do we support multi-system .asd files? Pierre Neidhardt (9): gnu: Add idna. gnu: Add swap-bytes. gnu: Add sbcl-iolib.asdf. gnu: Add sbcl-iolib.conf. gnu: Add sbcl-iolib.common-lisp. gnu: Add sbcl-iolib.base. gnu: Add sbcl-iolib.grovel. gnu: Add sbcl-iolib. gnu: Add sbcl-dbus. gnu/packages/lisp.scm | 212 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 212 insertions(+) -- 2.21.0