From: <don...@is...> - 2018-04-23 20:34:26
|
Bruno Haible writes: > Yes, you can build in a git checkout (or a subdirectory thereof). > > > I still want to know what command to use for the > > nightly update. > > I answered this in https://sourceforge.net/p/clisp/mailman/message/36299826/. ok, thanks - now back on track However: ==> cbcstep3.log <== Test failed: -rw-r--r--. 1 don don 188 Apr 23 12:03 streams.erg To see which tests failed, type cat /home/don/clisp/build-dir/tests/*.erg Makefile:34: recipe for target 'compare' failed make[1]: *** [compare] Error 1 make[1]: Leaving directory '/home/don/clisp/build-dir/tests' Makefile:2218: recipe for target 'check-tests' failed make: *** [check-tests] Error 2 ===> make check FAILED $ cat /home/don/clisp/build-dir/tests/*.erg Form: (OR (NULL S) (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 " Before I got the error: *** - OPEN-HTTP("https://clisp.sourceforge.io/beta/impnotes/id-href.map"): HTTPS protocol is not supported yet but I gather that was just fixed. IIRC the OS error above does not occur if the test is run as root. |