Lisp student

Results 91 comments of Lisp student
trafficstars

Same here. I am a fan of `el-get`. It is simply the best, according to my use-case. I won't change it with any other package handler. But often things are...

@dimitri Thank you for reading and replying to this ticket. To be frank, you are one of my Common Lisp heroes, for the wonderful `pgloader`, whose code I have been...

Wow, very nice! @elliottslaughter would you feel like bringing this ticket there and start a discussion? Who among the [numerous contributors](https://github.com/dimitri/el-get/graphs/contributors) could help as a moderator, even just for this...

``` # uname -a FreeBSD fido.bx.gy 13.1-RELEASE-p2 FreeBSD 13.1-RELEASE-p2 GENERIC amd64 ``` ``` # env TERM=xterm-256color BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin:/raven/bin SHELL=/bin/csh HOME=/root USER=root HOSTTYPE=FreeBSD VENDOR=amd OSTYPE=FreeBSD MACHTYPE=x86_64 SHLVL=1 PWD=/root...

`ncurses-primary-standard` builds and installs fine. Then Synth start building `joe` with no errors or warnings. But I can't seem to find the `joe` binary. I assume is my deep ignorance...

Trying with the `install` option, ``` # synth install editors/joe pkg-1.18.4.pkg failed option check. Stand by, building pkg(8) first ... done! gmake-4.3_2.pkg failed option check. gettext-runtime-0.21.pkg failed option check. joe-4.6,1.pkg...

> what happens if you copy /usr/local/sbin/pkg to /raven/sbin/pkg That fixes it, now I can run `joe`. ``` # cp /usr/local/sbin/pkg /raven/sbin/ # ll /raven/sbin/ total 6829 -rwxr-xr-x 1 root...

PS: I need to run out for errands now. I will be back later.

> I checked the man page, the file is located in a subdirectory, e.g. > * /usr/local/etc/synth/synth.ini > * /raven/etc/synth/synth.ini ``` # cat /raven/etc/synth/synth.ini ; This Synth configuration file is...

Thank you. If it makes sense, I would like to go through the process once more, possibly submitting some clarification in the wiki page directions. I would need to: 1....