The ,h REPL comma command fails with "No such file or directory" #1380

Open
opened 2025-11-16 22:33:39 +00:00 by nafarlee · 2 comments
nafarlee commented 2025-11-16 22:33:39 +00:00 (Migrated from github.com)

What's expected: information about the car procedure will be printed to the REPL

❯ pwd
/home/nafarlee/Desktop

❯ which gxi
/opt/gerbil/bin/gxi

❯ env | grep GERBIL

❯ gxi
Gerbil 7a453ba4 on Gambit v4.9.7-6-g64f4d369
> ,(h car)
*** ERROR -- No such file or directory
(current-directory "~~doc")
--- continuation backtrace:
[0] ##primordial-exception-handler-hook                                                
> ,h
*** ERROR -- No such file or directory
(current-directory "~~doc")
--- continuation backtrace:
[0] ##primordial-exception-handler-hook                                                
> 
What's expected: information about the `car` procedure will be printed to the REPL ```fish ❯ pwd /home/nafarlee/Desktop ❯ which gxi /opt/gerbil/bin/gxi ❯ env | grep GERBIL ❯ gxi Gerbil 7a453ba4 on Gambit v4.9.7-6-g64f4d369 > ,(h car) *** ERROR -- No such file or directory (current-directory "~~doc") --- continuation backtrace: [0] ##primordial-exception-handler-hook > ,h *** ERROR -- No such file or directory (current-directory "~~doc") --- continuation backtrace: [0] ##primordial-exception-handler-hook > ```
fare commented 2025-11-17 05:27:53 +00:00 (Migrated from github.com)

How was Gerbil built and installed? Is it from some package manager? If homebuilt, what script or options did you use?

How was Gerbil built and installed? Is it from some package manager? If homebuilt, what script or options did you use?
nafarlee commented 2025-11-18 01:03:28 +00:00 (Migrated from github.com)

These answers likely aren't that relevant given @drewc's analysis in the Gerbil Support channel, but I will provide them for posterity.

Built from source using the standard ./configure && make -j4 && sudo make install. Here is some system information:

OS: Fedora Linux 43 (KDE Plasma Desktop Edition) x86_64
Kernel: Linux 6.17.7-300.fc43.x86_64
Shell: fish 4.2.0
CPU: AMD Ryzen 5 5600X (12) @ 4.65 GHz
These answers likely aren't that relevant given @drewc's [analysis in the Gerbil Support channel](https://matrix.to/#/!IDWhkcxckGboGwYSUp:gitter.im/$2lwQfCbB3893yNS4FAmaarjYFuv103kyM8jZ5qfBRMk?via=gitter.im&via=matrix.org&via=asra.gr), but I will provide them for posterity. Built from source using the standard `./configure && make -j4 && sudo make install`. Here is some system information: ``` OS: Fedora Linux 43 (KDE Plasma Desktop Edition) x86_64 Kernel: Linux 6.17.7-300.fc43.x86_64 Shell: fish 4.2.0 CPU: AMD Ryzen 5 5600X (12) @ 4.65 GHz ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mighty-gerbils/gerbil#1380
No description provided.