guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unable to import (ice-9 psyntax)


From: Damien Mattei
Subject: Re: Unable to import (ice-9 psyntax)
Date: Thu, 16 Feb 2023 00:48:24 +0100

On Wed, Feb 15, 2023 at 9:18 PM Maxime Devos <maximedevos@telenet.be> wrote:

>
>
> On 15-02-2023 07:43, Damien Mattei wrote:
> > same problem:
> >
> > (base) mattei@MacBook-Pro-Touch-Bar library-FunctProg % guile
> > GNU Guile 3.0.8.99-f3ea8
> > Copyright (C) 1995-2022 Free Software Foundation, Inc.
> >
> > Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
> > This program is free software, and you are welcome to redistribute it
> > under certain conditions; type `,show c' for details.
> >
> > Enter `,help' for help.
> > scheme@(guile-user)> (import (ice-9 psyntax))
> > ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
> > ;;;       or pass the --no-auto-compile argument to disable.
> > ;;; compiling /usr/local/share/guile/3.0/ice-9/psyntax.scm
> > ;;; compiled
> >
> /Users/mattei/.cache/guile/ccache/3.0-LE-8-4.6/usr/local/share/guile/3.0/ice-9/psyntax.scm.go
> > While compiling expression:
> > No variable named syntax? in #<module (#{ g116}#) 1017f9320>
> > scheme@(guile-user)>
>
> Questions:
>
>    * is /usr/local/lib/guile/3.0/ccache present in %load-compiled-path?
>
yes :
scheme@(guile-user)> %load-compiled-path
$1 = ("/opt/homebrew/lib/guile/3.0/site-ccache"
"/usr/local/lib/guile/3.0/ccache" "/usr/local/lib/guile/3.0/site-ccache")


>    * does /usr/local/lib/guile/3.0/ccache exist?
>
yes

>    * does /usr/local/lib/guile/3.0/ccache/ice-9/psyntax.go exist?
>
no:
-rw-r--r--   1 root  wheel   88581 12 jan 08:12 pretty-print.go
-rw-r--r--   1 root  wheel  516629 12 jan 08:12 psyntax-pp.go
-rw-r--r--   1 root  wheel   76493 12 jan 08:12 q.go


   * is /usr/local/lib/guile/3.0/ccache/ice-9/psyntax.go newer than
>      /usr/local/share/guile/3.0/ice-9/psyntax.scm going by mtime?
>

-rw-r--r--   1 root  wheel  188229 12 jan 08:12 psyntax-pp.scm
-rw-r--r--   1 root  wheel  153430 12 jan 08:12 psyntax.scm

>
> Greetings,
> Maxime
>

note that this problem is not affecting my codes....
Damien


reply via email to

[Prev in Thread] Current Thread [Next in Thread]