all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: Guillaume Le Vaillant <glv@posteo.net>
Cc: 44548@debbugs.gnu.org
Subject: bug#44548: Acknowledgement (SBCL build system fails to pacakge cl-environments, generic-cl.)
Date: Tue, 10 Nov 2020 12:34:56 +0100	[thread overview]
Message-ID: <87y2j9igwv.fsf@ambrevar.xyz> (raw)
In-Reply-To: <87ft5h1odq.fsf@yamatai>

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

Good catch!

It also does the trick for generic-cl:

--8<---------------cut here---------------start------------->8---
(arguments
 `(#:tests? #f
   #:phases
     (modify-phases %standard-phases
       (add-after 'unpack 'fix-compile-order
         (lambda _
           (substitute* "generic-cl.asd"
             ((":module \"src\"") ":module \"src\" :serial t")))))))
---------------cut here---------------end--------------->8---

I don't understand why it works outside our build system.
It works when I run SBCL locally, so technically with the same ASDF.

I'll ask upstream, maybe they have a clue.

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

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

  reply	other threads:[~2020-11-10 11:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-10  9:34 bug#44548: SBCL build system fails to pacakge cl-environments, generic-cl Pierre Neidhardt
     [not found] ` <handler.44548.B.160500089826833.ack@debbugs.gnu.org>
2020-11-10  9:51   ` bug#44548: Acknowledgement (SBCL build system fails to pacakge cl-environments, generic-cl.) Pierre Neidhardt
2020-11-10 10:45     ` Guillaume Le Vaillant
2020-11-10 11:34       ` Pierre Neidhardt [this message]
2020-11-10 11:47         ` Pierre Neidhardt
2021-05-04 13:01           ` Guillaume Le Vaillant

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=87y2j9igwv.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=44548@debbugs.gnu.org \
    --cc=glv@posteo.net \
    /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.