all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ASDF Builder (Common Lisp) & "package-inferred-system" Packages
@ 2019-01-11  0:25 Katherine Cox-Buday
  2019-01-11  9:01 ` Pierre Neidhardt
  0 siblings, 1 reply; 14+ messages in thread
From: Katherine Cox-Buday @ 2019-01-11  0:25 UTC (permalink / raw)
  To: guix-devel

Hey all.

I think the common-lisp build system might be broken for
"package-inferred-system" style common-lisp packages. The build system
appears to find the dependencies, but then replace[1] "invalid" (within
the context of the store) characters with `-`. I think this breaks asdf
as it then cannot find the package. "package-inferred-system" packages
almost always contain a `/`[2] which is flagged as an invalid
character.

Do we even need to be doing scrubbing here since it's within the context
of ASDF, not the store?

Can anyone confirm, or does anyone have any thoughts? This style of
Common Lisp package will probably increase moving forward, so we should
probably address this sooner than later.

[1] - http://git.savannah.gnu.org/cgit/guix.git/tree/guix/build/lisp-utils.scm#n165
[2] - https://www.common-lisp.net/project/asdf/asdf.html#index-Package-inferred-systems

-- 
Katherine

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-08-06 10:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-11  0:25 ASDF Builder (Common Lisp) & "package-inferred-system" Packages Katherine Cox-Buday
2019-01-11  9:01 ` Pierre Neidhardt
2019-01-11 15:34   ` Katherine Cox-Buday
2019-01-12 20:24     ` Katherine Cox-Buday
2019-01-13 19:14       ` Andy Patterson
2019-01-14  0:20         ` Katherine Cox-Buday
2019-08-02 16:28           ` Pierre Neidhardt
2019-08-02 16:43             ` Pierre Neidhardt
2019-08-02 17:37               ` Pierre Neidhardt
2019-08-02 20:27             ` Katherine Cox-Buday
2019-08-03  8:04               ` Pierre Neidhardt
2019-08-03  8:44                 ` Pierre Neidhardt
2019-08-03 14:14                 ` Katherine Cox-Buday
2019-08-06 10:41                   ` Pierre Neidhardt

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.