cloudfleet / blimp-parachute

Zero knowledge backups
Other
2 stars 0 forks source link

Containerization fails in install quicklisp phase #3

Open easye opened 8 years ago

easye commented 8 years ago
331,888 bytes in 0.26 seconds (1261.13KB/sec)
; Fetching #<URL "http://beta.quicklisp.org/dist/quicklisp/2016-02-08/systems.txt">
; 249.69KB
==================================================
255,680 bytes in 0.26 seconds (953.01KB/sec)

  ==== quicklisp installed ====

    To load a system, use: (ql:quickload "system-name")

    To find systems, use: (ql:system-apropos "term")

    To load Quicklisp every time you start Lisp, use: (ql:add-to-init-file)

    For more information, see http://www.quicklisp.org/beta/

> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Skip loading "/opt/cloudfleet/apps/parachute/chute/install-quicklisp.lisp"
> Type :? for other options.
1 > > Error: Unexpected end of file on #<BASIC-FILE-CHARACTER-INPUT-STREAM ("/opt/cloudfleet/apps/parachute/chute/install-quicklisp.lisp"/4 UTF-8) #x144B5696>, near position 1104
> While executing: CCL::READ-CHAR-INTERNAL, in process listener(1).
+ /opt/cloudfleet/apps/ccl/armcl --eval '(progn (require :asdf) (load (asdf:system-relative-pathname (asdf:find-system :chute) "quicklisp-setup.lisp")) (quit))'
> Error: There is no package named "ASDF" .
> While executing: CCL::%PARSE-TOKEN, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Retry finding package with name "ASDF".
> Type :? for other option
DoubleMalt commented 8 years ago

And this error is not present on AMD64?

easye commented 8 years ago

No, this problem occurs in AMD64 as well