Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrapping does not work #41

Open
bitstreamout opened this issue Mar 15, 2019 · 7 comments
Open

bootstrapping does not work #41

bitstreamout opened this issue Mar 15, 2019 · 7 comments

Comments

@bitstreamout
Copy link

As here all packages are build as normal user ant not as root but installed below a DESTDIR the final image nor the binary should point later on DESTDIR but only on the configured prefix. Compare with issue #30 and commit 1144324 ... with this commit it is not possible to install and without this commit the installed binary references to DESTDIR

@bitstreamout
Copy link
Author

Is this project dead or do maintainers always install as root within the final system?

@bitstreamout
Copy link
Author

Now I'm build this beast twice, throwing away the image but include only the *.so as well as *.scm files as base package and this package is requried during build by the main package which now throws away all *.so and *.scm files to include only the binary and the now correct image.

It would be really nice to have the possibility to do this in one build run.

Btw: It looks like the ommand line editor does not have a history usable with the cursor keys (clisp has a readline option here), also vi nor emacs command line mode, only real backspace works

@roderyc
Copy link
Member

roderyc commented Mar 19, 2019

Hello Dr. Fink! Do you have a proposed fix that keeps things working for those who the build already works for? I don't have time to look into this any time soon myself, but I welcome PRs with explanations.

@rprimus
Copy link

rprimus commented Mar 20, 2019

Wed Mar 20 10:16:40 GMT 2019

@bitstreamout

Btw: It looks like the ommand line editor does not have a history usable with the cursor keys (clisp has a readline option here), also vi nor emacs command line mode, only real backspace works

You can use rlwrap: https://linux.die.net/man/1/rlwrap

rlwrap scsh

@bitstreamout
Copy link
Author

bitstreamout commented Mar 20, 2019 via email

@rprimus
Copy link

rprimus commented Mar 20, 2019

Wed Mar 20 12:48:11 GMT 2019
@bitstreamout

Wasn't there commander-s around some time ago?

I am not familiar with it.

It would be perefct to have scsh as a command shell similar to e.g. closh based on clojure an lisp dialect.

There's also: https://rash-lang.org.

@bitstreamout
Copy link
Author

bitstreamout commented Mar 22, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants