5
1
Fork
You've already forked hence
0

Install failing on Ubuntu 24.04 #3

Closed
opened 2026年01月26日 13:18:29 +01:00 by dzj · 1 comment

When I cut and paste the link in on web page fails, asking for racket.

So now going to the source to install racket, - source install instructions also could be improved, for instance maybe some flag that accepts dependencies etc.

is this bit necessary if later there is "raco pkg install" --->
raco pkg install spindle ---> maybe state the obvious git clone etc etc here...
Install hence
cd ~/Code/hence <-- this directory will be different for user - cd into the cloned git dir
raco pkg install

Build and install to PATH
make install
< --- ok user maybe doesn't want to install to PATH they just want the binary in subdirectory (because installing to PATH might alter how they got stuff on their filesystem ) so I went for just the "make" (without install) it built a binary in the dir, ok so exmaple ./hence <-- displays help . Ok so lets go for the example "./hence llm"

user-droid@enron:~/hence$ hence llm
hence: failed to start /home/user-droid/.local/bin/../lib/plt/racketcs-8.16 (No such file or directory)

With source dependencies installed, and then beginning make started - it seems to assume I have something in a .local directory? (that's after installing racket and then running make) ok what ever

make install
hence llm

user-droid@enron:~/hence$ hence llm
hence: failed to start /home/user-droid/.local/bin/../lib/plt/racketcs-8.16 (No such file or directory)

same error

And IIRC I think this maybe like what i saw when I just ran the install on the site the first time (which why went looking through the source)

It all needs to be cleaned and refactored so don't lose someones attention when trying to download and run the binary or the source.

When I cut and paste the link in on web page fails, asking for racket. So now going to the source to install racket, - source install instructions also could be improved, for instance maybe some flag that accepts dependencies etc. is this bit necessary if later there is "raco pkg install" ---> raco pkg install spindle ---> maybe state the obvious git clone etc etc here... Install hence cd ~/Code/hence <-- this directory will be different for user - cd into the cloned git dir raco pkg install Build and install to PATH make install < --- ok user maybe doesn't want to install to PATH they just want the binary in subdirectory (because installing to PATH might alter how they got stuff on their filesystem ) so I went for just the "make" (without install) it built a binary in the dir, ok so exmaple ./hence <-- displays help . Ok so lets go for the example "./hence llm" > user-droid@enron:~/hence$ hence llm > hence: failed to start /home/user-droid/.local/bin/../lib/plt/racketcs-8.16 (No such file or directory) With source dependencies installed, and then beginning make started - it seems to assume I have something in a .local directory? (that's after installing racket and then running make) ok what ever > make install > hence llm user-droid@enron:~/hence$ hence llm hence: failed to start /home/user-droid/.local/bin/../lib/plt/racketcs-8.16 (No such file or directory) same error And IIRC I think this maybe like what i saw when I just ran the install on the site the first time (which why went looking through the source) It all needs to be cleaned and refactored so don't lose someones attention when trying to download and run the binary or the source.

Thanks for the ticket!

This is fixed in 0.3.4 onwards. Previous versions were not correctly packaging racket libraries.

Confired installing on;
Ubuntu 24.04.3 LTS

Readme and website also updated.

Thanks for the ticket! This is fixed in 0.3.4 onwards. Previous versions were not correctly packaging racket libraries. Confired installing on; Ubuntu 24.04.3 LTS Readme and website also updated.
Sign in to join this conversation.
No Branch/Tag specified
main
harden/security-and-hygiene-fixes
hence/plan-IMPL-015-review-fixes
hence/plan-IMPL-015
hence/plan-IMPL-011-continuation
feat/req-006-supervision
audit-fixes
feat/improvements-sprint
spindle-lisp-refactor
v0.7.0
v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.5.7
v0.5.6
v0.5.5
v0.5.3
v0.5.1
v0.4.2
v0.4.1
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.1
v0.2.4
v0.2.3
v0.2.2
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
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
anuna/hence#3
Reference in a new issue
anuna/hence
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?