Re: nightly build error fixed
Sam Steingold <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <[email protected]> |
> * Don Cohen <[email protected]> [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?) > Form: (HANDLER-CASE (LETF ((*CURRENT-LANGUAGE* 'FRENCH)) (LIST (STRING= > "À bientôt!" (SYSTEM::TEXT "Bye.")) (STRING= *CURRENT-LANGUAGE* > "FRANÇAIS"))) (ERROR (E) (PRINC-ERROR E) '(T T))) > CORRECT: (T T) > CLISP : (NIL T) > Differ at position 0: T vs NIL > CORRECT: (T T) > CLISP : (NIL T) are you building --without-unicode ? > Form: (WITH-OPEN-FILE (COPY S) (STREAMP COPY)) > CORRECT: T > CLISP : ERROR > OS-FILE-ERROR(13): Permission denied > OUT: > "[OS-FILE-ERROR]: OS-FILE-ERROR(13): Permission denied > " > > > Form: (LET ((*REOPEN-OPEN-FILE* NIL)) (WITH-OPEN-FILE (COPY S > :DIRECTION :OUTPUT) (STREAMP COPY))) > CORRECT: T > CLISP : ERROR > OS-FILE-ERROR(13): Permission denied > OUT: > "[OS-FILE-ERROR]: OS-FILE-ERROR(13): Permission denied > " I think this is the same failure as the TRUENAME above. > I was not aware of either LETF or *CURRENT-LANGUAGE* before. https://clisp.sourceforge.io/impnotes/macros3.html#letf https://clisp.sourceforge.io/impnotes/i18n.html#language thanks -- Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1504 http://steingoldpsychology.com http://www.childpsy.net http://honestreporting.com http://camera.org http://jij.org http://www.memritv.org https://jihadwatch.org The difference between genius and stupidity is that genius has its limits. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel