Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Containerization fails in install quicklisp phase #3

Open
easye opened this issue Feb 10, 2016 · 2 comments
Open

Containerization fails in install quicklisp phase #3

easye opened this issue Feb 10, 2016 · 2 comments
Assignees

Comments

@easye
Copy link
Member

easye commented Feb 10, 2016

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
easye added a commit that referenced this issue Feb 10, 2016
N.b. although the `docker build` invocation succeeds it is a false
positive having timed out after build (see
<#3> for status of
that problem).

Addresses <#2>
@DoubleMalt
Copy link
Member

And this error is not present on AMD64?

@easye easye self-assigned this Feb 10, 2016
@easye
Copy link
Member Author

easye commented Feb 11, 2016

No, this problem occurs in AMD64 as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants