232 questions
0 votes
1 answer
70 views
Error: Cannot find module 'node-gyp/bin/node-gyp.js' in macos
whenever I use any command in npm I get below error npm --version /usr/local/lib/node_modules/npm/lib/cli.js:48 throw err ^ Error: Cannot find module 'node-gyp/bin/node-gyp.js' Require stack: ...
0 votes
1 answer
203 views
Error installing ruby 3.1.0 with ruby-build on Arch Linux / Manjaro
I'm trying to install Ruby 3.1.0 on my machine, but it fails with: BUILD FAILED (ManjaroLinux 25.0.2 on x86_64 using ruby-build 20250529.1) It works with version 3.2.0 and up. I can't figure what is ...
0 votes
1 answer
67 views
ASDF "compile-bundle-op" seems to skip "package-inferred-system" projects?
I noticed that both compile-bundle-op and monolithic-compile-bundle-op work as expected on traditional projects. That is, generating the FASL files: # compile-bundle-op FASL <asdf-fasl-project-...
1 vote
1 answer
76 views
ASDF:REQUIRE-SYSTEM -> Deprecated and to avoid und all circumstances, or not?
I'm starting to delve into Common Lisp's ASD Facility and am wondering, whether asdf:require-system is still useful in the described way. That is: With this function it is "appropriate to load ...
3 votes
2 answers
35k views
Do you have to (ASDF:load-system :xxxx) and (ql:quickload :yyyy) everytime you want to work?
I'm missing an obvious part of ASDF / quickload / sly, and it's starting to drive me nuts. It's mostly about the developer experience, but as I can't go past the very first steps, I'm unable to work ...
1 vote
1 answer
345 views
Change the default installation path from ‘mise-en-place’ (rtx)
I have a server with several users. Even after reading the documentation and changing the environment variables, I can't manage to change the installation path for the packages so that they are ...
8 votes
4 answers
6k views
Getting "no such file or directory" after switching asdf from homebrew to git install [closed]
I recently reinstalled asdf so that it would follow the recommended installation method of installing straight from git rather than homebrew. I am using oh-my-zsh on MacOS. However, I started seeing ...
0 votes
1 answer
171 views
I keep getting weird errors when I try to install Python 3.8.18 with asdf version manager
I am trying to install python 3.8.18 using asdf. I am using this command asdf install python 3.8.18 However, I keep getting this error python-build 3.8.18 /Users/frank/.asdf/installs/python/3.8.18 ...
1 vote
1 answer
68 views
ASDF system uffi does not return version number
I successfully did load clsql with quicklisp. Loading of a source file with function definitions, which use clsql, was also successfull. When executing a clsql function I am getting this error. (clsql:...
0 votes
1 answer
78 views
Using the :around-compile argument to asdf:defsystem
To better understand how :around-compile works, I would like to track (ie, printout) which component file is currently being compiled. The ASDF Manual seems to imply that the value can be a lambda ...
1 vote
1 answer
46 views
asdf: after modifying downloaded code of a plugin, how do I then use asdf in the normal way?
asdf install erlang 12.3.4.11 failed to compile due to openssl 3.0 having removed FIPS_mode. By setting the environment variable KERL_AUTOCLEAN=0 the sources are preserved and I was able to fix the ...
1 vote
1 answer
83 views
Running a Common Lisp binary on a server and ASDF wants to load itself from files and fails
I built a binary, I run it on the server and I get: ;; Error while trying to load definition for system asdf from pathname ;; /home/vince/common-lisp/asdf/asdf.asd: ;; couldn't load #P"/home/...
3 votes
1 answer
99 views
Problem with installation of open-gl in lisp
Using SBCL 2.0.3 the following script #!/usr/local/bin/sbcl --script (load "~/quicklisp/setup.lisp") (ql:quickload :cffi) ...
1 vote
1 answer
226 views
How to run jupyterlab when asdf is installed?
Suppose that asdf is installed and we are using python 3.8.19. How to run "jupyter lab" as the regular command jupyter-lab notebook should be referenced in PATH and not working. On the other ...
0 votes
1 answer
575 views
Failing to run gem install bundler -v 2.4.22 (Bundled with 2.4.22) And am failing to run _2.3.27_ install the closest installable to 2.4.22
I want to run a legacy rails app to interact with it as an end point. I am not allowed to update it but am only required to set it up Its documentation requires ruby -v 2.5.3 and is bundled with 2.4....