unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42947: Chez Scheme libraries are broken
@ 2020-08-20 11:30 Martin Becze
  2020-08-20 17:59 ` bug#42947: [PATCH 1/2] gun: chez-scheme: Create libary directory Martin Becze
  2020-08-28 13:22 ` bug#42947: Chez Scheme libraries are broken Ludovic Courtès
  0 siblings, 2 replies; 9+ messages in thread
From: Martin Becze @ 2020-08-20 11:30 UTC (permalink / raw)
  To: 42947


[-- Attachment #1.1: Type: text/plain, Size: 598 bytes --]

Chez Scheme libraries are broken. For example `guix environment --ad-hoc
chez-scheme chez-fmt`. chez-fmt will not install (for me) because it is
dependent on chez-srfi and chez-scheme seem unable to locate it.

I think it is because CHEZSCHEMELIBDIRS is not being set. But I'm not
sure why that is happening. The chez-scheme package includes the following


```
(native-search-paths
      (list (search-path-specification
            (variable "CHEZSCHEMELIBDIRS")
            (files (list (string-append "lib/csv" version "-site"))))))
```
Which I think should set it.

-Martin


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-09-02 14:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-20 11:30 bug#42947: Chez Scheme libraries are broken Martin Becze
2020-08-20 17:59 ` bug#42947: [PATCH 1/2] gun: chez-scheme: Create libary directory Martin Becze
2020-08-20 17:59   ` bug#42947: [PATCH 2/2] gnu: chez-srfi: Fix tests Martin Becze
2020-08-28 13:21     ` Ludovic Courtès
2020-08-28 13:22 ` bug#42947: Chez Scheme libraries are broken Ludovic Courtès
2020-08-31 16:53   ` Martin Becze
2020-08-31 20:56     ` Ludovic Courtès
2020-09-01  9:22       ` Martin Becze
2020-09-02 14:36         ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).