Re: quicklisp without gcc

2016-08-16 Thread Daniel Kochmański
These settings look reasonable. If you have such option, we could arrange the ssh session to your box next week so I can try to find the issue myself? Regards, Daniel Peter Münster writes: > On Tue, Aug 16 2016, Daniel Kochmański wrote: > >> It looks like your ECL lib/ directory isn't correctly

Re: quicklisp without gcc

2016-08-16 Thread Peter Münster
On Tue, Aug 16 2016, Daniel Kochmański wrote: > It looks like your ECL lib/ directory isn't correctly written on the > disk (ie lib/ecl-x.x.x/help.doc), not sure though. No, the help.doc is the same as the one in my build environment. Perhaps there is a general problem with reading and/or writin

Re: quicklisp without gcc

2016-08-16 Thread Daniel Kochmański
Peter Münster writes: > --8<---cut here---start->8--- >> (require :drakma) > > ;;; Compiling > /opt/qb/software/bordeaux-threads-v0.8.5/src/default-implementations.lisp > ;;; Compiling # /opt/qb/software/bordeaux-threads-v0.8.5/src/default-implementations.lisp

Re: quicklisp without gcc

2016-08-16 Thread Peter Münster
On Tue, Aug 16 2016, Daniel Kochmański wrote: > maybe quicklisp doesn't have enough space for the libraries? There is no more space issue: ~/quicklisp is a link to /opt/quicklisp with 16GB of free space. > Also, if you don't want to depend on Quicklisp, you may consider > creating a bundle with

Re: quicklisp without gcc

2016-08-15 Thread Daniel Kochmański
> Thanks for this hint: there was indeed a problem with a directory > ~/.cache that has been created without my knowledge: that filesystem has > only 2MB free space, so at one point there was probably a problem with > "no space left on device". ~/.cache points now to a bigger partition, so > there

Re: quicklisp without gcc

2016-08-15 Thread Peter Münster
On Mon, Aug 15 2016, Daniel Kochmański wrote: > you may download quicklisp from ECL at first run like: > > (require 'ecl-quiclisp) Hi, Unfortunately it did not help. Here the results: --8<---cut here---start->8--- $ ecl ECL (Embeddable Common-Lisp) 16.1.2 (g

Re: quicklisp without gcc

2016-08-15 Thread Daniel Kochmański
Hey, I don't know this errors, very weird indeed. As a tip: you may download quicklisp from ECL at first run like: (require 'ecl-quiclisp) To call the first restart you have to type a symbol in the keyword package ":r1", to call the second restart use ":r2" etc. I'm sorry, but your errors does

Re: quicklisp without gcc

2016-08-15 Thread Peter Münster
On Mon, Aug 15 2016, Daniel Kochmański wrote: > To use the bytecodes compiler (which produces slower code but compiles > faster), you need to call (ext:install-bytecodes-compiler) Thanks, that helped. Unfortunately, I get further errors, when installing or loading systems: 1.) drakma not found:

Re: quicklisp without gcc

2016-08-15 Thread Daniel Kochmański
Hello, Peter Münster writes: > Hello, > > I would like to use quicklisp on a mips target without gcc. > > Thanks to the howto¹ by Attila Lendvai, I've installed ecl successfully > on the target (an Asus router), but installing quicklisp fails: > > --8<---cut here---start--