Closed mthl closed 6 years ago
Mathieu Lirzin notifications@github.com writes:
Trying to install scheme-bytestructure on Fedora 25 which is a transitive dependency of Guix master. I encouter the current error:
[... snip ...] ERROR: Syntax error: /usr/local/share/guile/site/2.2/bytestructures/guile/vector.scm:7:19: include-from-path: file not found in path in subform "bytestructures/body/vector.scm" of (include-from-path "bytestructures/body/vector.scm")
This issue appears only when GUILE_LOAD_COMPILED_PATH is not properly set to /usr/local/lib/guile/2.2/site-ccache where my scheme-bytestructure go files are installed. As a consequence auto compilation is triggered and scheme-bytestructure/body directory is not found in /usr/local/share/guile/2.2/site/. I would suggest installing the files in this directory too.
Thanks.
I think I've fixed the issue. Please report if you still encounter problems with the latest version.
Taylan
It works great. Thanks.
Trying to install scheme-bytestructure on Fedora 25 which is a transitive dependency of Guix master. I encouter the current error:
This issue appears only when
GUILE_LOAD_COMPILED_PATH
is not properly set to/usr/local/lib/guile/2.2/site-ccache
where my scheme-bytestructure go files are installed. As a consequence auto compilation is triggered andscheme-bytestructure/body
directory is not found in/usr/local/share/guile/2.2/site/
. I would suggest installing the files from this directory too.Thanks.