libera/#clasp - IRC Chatlog
Search
0:36:41
drmeister
yitzi: If I try yitzchak_eclasp - I need that branch in both clasp and cando - correct?
0:37:57
yitzi
I don't want it to junk up your working tree. The dependencies have moved around in the tree.
0:39:25
yitzi
On a side note... I might actually be close to getting logical paths to work in clasp-builder, thereby avoiding absolute paths in the packaged images.
0:40:39
drmeister
What will that allow us to do? Does it allow us to move things around with quicklisp installed?
0:42:58
yitzi
Don't specify the default target and just do `ninja -C build`. Once you build eclasp (and run cando to try it out), then do ninja -C build scando-boehmprecise
0:44:54
yitzi
The logical paths in clasp-builder are attempt to minimize the absolute paths stored in the binary. Instead to rely on bundle.cc to help resolve source info references from the compiler or the scraper. Many packaging programs complain when you have absolute paths in a binary.
0:48:07
yitzi
Also, the source paths in source info references currently refer to the build system, not the installed system.
1:28:24
yitzi
Bike: success for [abc]clasp source files. Scraper logical translations still to do. https://plaster.tymoon.eu/view/3250
4:12:18
drmeister
yitzi: When I try ninja -C build sclasp-boehmprecise I hit an error that asdf doesn't know (system-source-directory :cffi-grovel)
4:13:37
drmeister
Now I'm trying `extensions/cando/cando-user-install ` - it seems to be working but it may not be doing what I want.