Re: nightly build make check etc

Sam Steingold <[email protected]> Wed, 24 Jan 2018 12:05:19 -0500
Newsgroups gmane.lisp.clisp.devel
Message-ID <[email protected]>
> * Don Cohen <[email protected]> [2018-01-24 16:22:15 +0000]:
>
> 1. tail of output of make check:
> (seems a bad way for make check to end)
>
>  Copyright (c) Sam Steingold, Bruno Haible 2001-2018
>
>  Type :h and hit Enter for context help.
>
>  ;; connecting to "http://clisp.org/beta/impnotes/id-href.map"...connected...HTTP/1.1 301 Moved Permanently --> "https://clisp.sourceforge.io/beta/impnotes/id-href.map"
>  *** - OPEN-HTTP("https://clisp.sourceforge.io/beta/impnotes/id-href.map"):
>        HTTPS protocol is not supported yet
>  Bye.
>  Makefile:2247: recipe for target 'check-doc' failed
>  make: *** [check-doc] Error 1

disable check-doc or run it as

hg clone http://hg.code.sf.net/p/clisp/www /tmp/clisp-www
make IMPNOTES=/tmp/clisp-www/impnotes check-doc

>
> 2. tail of output of make extracheck:
> (Is this output considered "correct"?)
>
>  STACK size: 98238 [0x180000bfe00 0x18000000010]
>  if ./image; then exit 1; fi
>  STACK size: 98238 [0x180000bfe00 0x18000000010]
>  *** - myerror
>  ls -l lisp.run lispinit.mem image image.mem
>  -rwxr-xr-x. 1 don don 9894688 Jan 24 04:09 image
>  -rw-r--r--. 1 don don 3357472 Jan 24 04:09 image.mem
>  -rw-r--r--. 1 don don 3361472 Jan 24 03:09 lispinit.mem
>  -rwxr-xr-x. 1 don don 6532472 Jan 24 03:08 lisp.run
>  rm -f image image.mem

probably.
the only reliable indicator is the `make` exist status.

Thanks for testing!

-- 
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1561
http://steingoldpsychology.com http://www.childpsy.net
http://jij.org http://think-israel.org http://no2bds.org
Microsoft: announce yesterday, code today, think tomorrow.

------------------------------------------------------------------------------
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