#407: build-from-lisp.sh script doesn't work -------------------------+---------------------- Reporter: dkochmanski | Owner: Type: defect | Status: new Priority: major | Milestone: Component: build | Version: Keywords: | Parent Tickets: -------------------------+---------------------- I've checked out the repository head of ABCL and tried building it with with the build-from-lisp.sh script with the result below (same applies to sbcl implementation used). ANT build works fine.
{{{ [lisps-user@pandora abcl]$ ./build-from-lisp.sh ccl
Error: File #P"/home/lisps-user/sources/abcl/customizations.lisp" does
not exist.
While executing: CCL::%LOAD, in process listener(1). Type :GO to continue, :POP to abort, :R for a list of available
restarts.
If continued: Skip evaluation of (progn (build-abcl:build-abcl :clean t
:full t :batch t) (ccl:quit))
Type :? for other options.
1 > }}}
-- Ticket URL: http://abcl.org/trac/ticket/407 armedbear http://abcl.org armedbear
#407: build-from-lisp.sh script doesn't work ------------------------------+-------------------- Reporter: dkochmanski | Owner: Type: defect | Status: closed Priority: major | Milestone: Component: build | Version: Resolution: fixed | Keywords: Parent Tickets: | ------------------------------+-------------------- Changes (by mevenson):
* status: new => closed * resolution: => fixed
Comment:
In order to use this script, one needs to create the 'customizations.lisp' file with appropriate settings.
An explicit message about missing the necessary configuration file has been added as part of http://abcl.org/trac/changeset/14846.
-- Ticket URL: http://abcl.org/trac/ticket/407#comment:1 armedbear http://abcl.org armedbear
#407: build-from-lisp.sh script doesn't work ------------------------------+----------------------- Reporter: dkochmanski | Owner: Type: defect | Status: closed Priority: major | Milestone: 1.4.0 Component: build | Version: 1.4.0-dev Resolution: fixed | Keywords: Parent Tickets: | ------------------------------+----------------------- Changes (by mevenson):
* version: => 1.4.0-dev * milestone: => 1.4.0
-- Ticket URL: http://abcl.org/trac/ticket/407#comment:2 armedbear http://abcl.org armedbear
armedbear-ticket@common-lisp.net