[Ecls-list] Re: CVS ECLS build failure
Stephen
stecmccarthy at hotpop.com
Mon Dec 26 16:59:21 UTC 2005
Greg Pfeil <pfeil at ...> writes:
>
> I just checked out the newest ecls, and when I build with:
>
> ./configure --with-tcp --enable-threads
> make
>
> I get the following error (as near as I can tell, the file does not exist):
>
> > ;;; Compiling src:lsp;export.lsp.
> ;;; Note: Removing unused variable POP
> ;;; Note: Removing unused variable FINISHED
> ;;; Compiling (LET (#) ...).
> ;;; Warning: The variable ENV is not used.
> ;;; Note: Removing unused variable POP
> ;;; Note: Removing unused variable FINISHED
> ;;; Compiling (LET (#) ...).
> ;;; Warning: The variable ENV is not used.
> ;;; Compiling (LET (#) ...).
> ;;; Warning: The variable ENV is not used.
> ;;; Compiling (DEFUN EVAL-FEATURE ...).
> ;;; Compiling (DEFUN DO-READ-FEATURE ...).
> ;;; Compiling (DEFUN SHARP-+-READER ...).
> ;;; Compiling (DEFUN SHARP---READER ...).
> ;;; End of Pass 1. Filesystem error with pathname
> #P"build:lsp;export.data.NEWEST".
> Either
> 1) the file does not exist, or
> 2) we are not allow to access the file, or
> 3) the pathname points to a broken symbolic link.
> Top level.
> SI>
>
I would like to show more of the output of make that I see when I run make
with the most recent cvs of ecls, since I have the same problem just to see
if it looks the same as yours and to see if this helps people fine where the
problem lies. I have to change some of the lines because they were 81
characters long.
I just did configure without any additional flags. The following is as far as
the make gets as of Dec 25, 2005 using msys:
Stephen at VAIO ~/LisP/ecls
$ make
cd build; make
make[1]: Entering directory `/home/Stephen/LisP/ecls/build'
if [ -f CROSS-COMPILER ]; then \
./CROSS-COMPILER < compile.lsp; \
else \
./ecl_min < compile.lsp; \
fi
;*** Lisp core booted ****
ECL (Embeddable Common Lisp) 16384 pages
> #<"SI" package>
> (:WANTS-RT :WANTS-DEFSYSTEM :WANTS-ASDF :WANTS-CMP :WANTS-DLOPEN :ECL-MIN
:IEEE-FLOATING-POINT :DFFI :CLOS-STREAMS :CMU-FORMAT :MINGW32 :DLOPEN :CLOS
:BOEHM-GC:ANSI-CL :COMMON-LISP :ECL :COMMON :PENTIUM4 :FFI)
>
(:MINGW32 :WANTS-RT :WANTS-DEFSYSTEM :WANTS-ASDF :WANTS-CMP :WANTS-DLOPEN
:ECL-MIN:IEEE-FLOATING-POINT :DFFI :CLOS-STREAMS :CMU-FORMAT :MINGW32 :DLOPEN
:CLOS :BOEHM-GC :ANSI-CL :COMMON-LISP :ECL :COMMON :PENTIUM4 :FFI) "bare.lsp"
> ("C:/msys/1.0/home/Stephen/Lisp/ecls/build/help.doc")
> #<"COMMON-LISP" package>
> #<"CL" package>
> "~A -o ~S -L\"C:/msys/1.0/home/Stephen/Lisp/ecls/build\"~* ~{~S ~} ~@?"
> "~* ecl.dll -lm "
> "ECL"
> NIL
> NIL
> ;;; Compiling src:lsp;export.lsp.
;;; Note: Removing unused variable POP
;;; Note: Removing unused variable FINISHED
;;; Compiling (LET (#) ...).
;;; Warning: The variable ENV is not used.
;;; Note: Removing unused variable POP
;;; Note: Removing unused variable FINISHED
;;; Compiling (LET (#) ...).
;;; Warning: The variable ENV is not used.
;;; Compiling (LET (#) ...).
;;; Warning: The variable ENV is not used.
;;; Compiling (DEFUN EVAL-FEATURE ...).
;;; Compiling (DEFUN DO-READ-FEATURE ...).
;;; Compiling (DEFUN SHARP-+-READER ...).
;;; Compiling (DEFUN SHARP---READER ...).
;;; End of Pass 1. Filesystem error with pathname
#P"build:lsp;export.data.NEWEST".
Either
1) the file does not exist, or
2) we are not allow to access the file, or
3) the pathname points to a broken symbolic link.
Top level.
SI>
cd doc; make
make[2]: Entering directory `/home/Stephen/LisP/ecls/build/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Stephen/LisP/ecls/build/doc'
make[1]: Leaving directory `/home/Stephen/LisP/ecls/build'
Stephen at VAIO ~/LisP/ecls
$
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
>
More information about the ecl-devel
mailing list