From: Guillaume Le Vaillant <glv@posteo.net>
To: guix-devel@gnu.org
Subject: Re: Looking for help with packaging a Common Lisp library
Date: Sat, 25 Jan 2020 17:13:48 +0100 [thread overview]
Message-ID: <87muab8qf7.fsf@yamatai> (raw)
In-Reply-To: <87k15fa60q.fsf@ambrevar.xyz>
[-- Attachment #1: Type: text/plain, Size: 600 bytes --]
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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
next prev parent reply other threads:[~2020-01-25 16:14 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-25 15:03 Looking for help with packaging a Common Lisp library Konrad Hinsen
2020-01-25 15:51 ` Pierre Neidhardt
2020-01-25 16:13 ` Guillaume Le Vaillant [this message]
2020-01-25 16:19 ` Pierre Neidhardt
2020-01-25 18:28 ` Guillaume Le Vaillant
2020-01-25 19:10 ` Pierre Neidhardt
2020-01-25 19:57 ` Konrad Hinsen
2020-01-25 20:04 ` Pierre Neidhardt
2020-01-26 10:54 ` Konrad Hinsen
2020-01-26 12:15 ` Pierre Neidhardt
2020-01-26 18:04 ` Konrad Hinsen
2020-01-27 14:07 ` Guillaume Le Vaillant
2020-01-27 14:33 ` Pierre Neidhardt
2020-01-28 10:07 ` Guillaume Le Vaillant
2020-01-28 11:15 ` Pierre Neidhardt
2020-01-28 17:09 ` Konrad Hinsen
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=87muab8qf7.fsf@yamatai \
--to=glv@posteo.net \
--cc=guix-devel@gnu.org \
/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.