From: Jean L. <bu...@gn...> - 2017-12-11 11:40:16
|
On Sun, Dec 10, 2017 at 11:50:10PM +0000, Don Cohen wrote: > Sam Steingold writes: > > > * Don Cohen <qba...@vf...3-vap.pbz> [2017-12-10 05:22:15 +0000]: > > > > > > > ./lisp.run -B . -N locale -E UTF-8 -Emisc 1:1 -Epathname 1:1 -norc -q > > > > -M lispinit.mem -x '(truename (make-stream :output))' > > > > *** - TRUENAME: File #P"/dev/pts/3" does not exist > > > > > > > > make: *** [Makefile:2237: check-script] Error 1 > > > > admin [ /sources/gnu/clisp-clisp/build-2017-12-09-15:28:18-Saturday > > > > ]$ ls /dev/pts/ptmx > > > > what is your platform and setup? > > (linux? cron as root? configure options?) GNU system with Linux kernel My configure options are following: ulimit -s 16384 && ./configure --prefix=/package/prog/clisp-`date +'''%F-%T-%A'''` --with-threads=POSIX_THREADS --enable-portability --with-module=asdf --with-module=berkeley-db --with-module=bindings/glibc --with-module=clx/new-clx --with-module=dbus --with-module=editor --with-module=fastcgi --with-module=gdbm --with-module=gtk2 --with-module=pcre --with-module=postgresql --with-module=rawsock --with-module=zlib build-`date +'''%F-%T-%A'''` I do not use cron as root, just as user. Maybe it is up to me, I am using the small insertable camera stick for development of the whole system, then I am pulling it with rsync onto the hard disk. So it could be that I did something wrong, maybe I did not create all /dev/pts/1-4 devices on that disk, even it should be there it is devpts file system. Jean |