all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: Katherine Cox-Buday <cox.katherine.e@gmail.com>
Cc: 35991@debbugs.gnu.org
Subject: [bug#35991] [PATCH 0/9] Packaging sbcl-iolib (and dbus)
Date: Wed, 26 Jun 2019 10:30:21 +0200	[thread overview]
Message-ID: <87mui492aq.fsf@ambrevar.xyz> (raw)
In-Reply-To: <87ftoph5uo.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1641 bytes --]

Hi Katherine,

No need for apologized, you were much faster than me to actually get
down to it!

So your suggestion worked, I created separate packages for all
subsystems this way:

--8<---------------cut here---------------start------------->8---
(define sbcl-iolib+sockets
  (package
    (inherit sbcl-iolib)
    (name "sbcl-iolib+sockets")
    (arguments
     (substitute-keyword-arguments (package-arguments sbcl-iolib)
       ((#:asd-system-name _) "iolib/sockets")))))
--8<---------------cut here---------------end--------------->8---

I guess that'll do.

Now I'm stuck with cxml, another dependency for the dbus CL library.

Its .asd is weird, it ends with something like this:

--8<---------------cut here---------------start------------->8---
(asdf:defsystem :cxml-klacks
		:default-component-class closure-source-file
		:pathname #+asdf2 "klacks/"
							#-asdf2 (merge-pathnames
					 "klacks/"
					 (make-pathname :name nil :type nil :defaults *load-truename*))
		:serial t
		:components
		((:file "package")
		 (:file "klacks")
		 (:file "klacks-impl")
		 (:file "tap-source"))
		:depends-on (:cxml-xml))

(asdf:defsystem :cxml
		:components ()
		:depends-on (:cxml-dom :cxml-klacks #-allegro :cxml-test))
--8<---------------cut here---------------end--------------->8---

- The "cxml-klacks" subsystem should be named "cxml/klacks", and the
  compiler prints warnings about this.
- The "cxml" system contains nothing.

As a result, no cxml--system.fasl gets compiled, which leads to a
useless Guix-generated .asd.

Any idea?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

      reply	other threads:[~2019-06-26  8:31 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-29 13:29 [bug#35991] [PATCH 0/9] Packaging sbcl-iolib (and dbus) Pierre Neidhardt
2019-05-29 13:29 ` [bug#35985] [PATCH 1/9] gnu: Add idna Pierre Neidhardt
2019-05-29 13:29   ` [bug#35984] [PATCH 2/9] gnu: Add swap-bytes Pierre Neidhardt
2019-05-29 13:29   ` [bug#35989] [PATCH 3/9] gnu: Add sbcl-iolib.asdf Pierre Neidhardt
2019-05-29 13:29   ` [bug#35986] [PATCH 4/9] gnu: Add sbcl-iolib.conf Pierre Neidhardt
2019-05-29 13:29   ` [bug#35988] [PATCH 5/9] gnu: Add sbcl-iolib.common-lisp Pierre Neidhardt
2019-05-29 13:29   ` [bug#35987] [PATCH 6/9] gnu: Add sbcl-iolib.base Pierre Neidhardt
2019-05-29 13:29   ` [bug#35983] [PATCH 7/9] gnu: Add sbcl-iolib.grovel Pierre Neidhardt
2019-05-29 13:29   ` [bug#35982] [PATCH 8/9] gnu: Add sbcl-iolib Pierre Neidhardt
2019-05-29 13:29   ` [bug#35990] [PATCH 9/9] gnu: Add sbcl-dbus Pierre Neidhardt
2019-05-29 14:07 ` [bug#35991] [PATCH 1/9] gnu: Add idna Pierre Neidhardt
2019-05-29 14:07   ` [bug#35991] [PATCH 2/9] gnu: Add swap-bytes Pierre Neidhardt
2019-05-29 14:07   ` [bug#35991] [PATCH 3/9] gnu: Add sbcl-iolib.asdf Pierre Neidhardt
2019-05-29 14:07   ` [bug#35991] [PATCH 4/9] gnu: Add sbcl-iolib.conf Pierre Neidhardt
2019-05-29 14:07   ` [bug#35991] [PATCH 5/9] gnu: Add sbcl-iolib.common-lisp Pierre Neidhardt
2019-05-29 14:07   ` [bug#35991] [PATCH 6/9] gnu: Add sbcl-iolib.base Pierre Neidhardt
2019-05-29 14:07   ` [bug#35991] [PATCH 7/9] gnu: Add sbcl-iolib.grovel Pierre Neidhardt
2019-05-29 14:07   ` [bug#35991] [PATCH 8/9] gnu: Add sbcl-iolib Pierre Neidhardt
2019-05-29 14:07   ` [bug#35991] [PATCH 9/9] gnu: Add sbcl-dbus Pierre Neidhardt
2019-06-04 12:50 ` [bug#35991] [PATCH 0/9] Packaging sbcl-iolib (and dbus) Katherine Cox-Buday
2019-06-26  8:30   ` Pierre Neidhardt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mui492aq.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=35991@debbugs.gnu.org \
    --cc=cox.katherine.e@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.