installation v. 3.2.0
vraalte@cs.utwente.nl (Frank van Raalte)
Date: Mon, 17 May 93 14:13:39 +0200
From: vraalte@cs.utwente.nl (Frank van Raalte)
Message-id: <9305171213.AA09669@utis31.cs.utwente.nl>
To: ontolingua@ksl.stanford.edu
Subject: installation v. 3.2.0
Cc: vraalte@cs.utwente.nl
Hello,
We tried to install version 3.2.0 of Ontolingua, but had some problems.
Below a listing of the errors is included. I hope you can help us.
Thanks in advance,
Frank.
#- Frank van Raalte ----------------##- P.O. Box 217 --------------------#
# University of Twente ## 7500 AE Enschede #
# Department of Computer Science ## e-mail: vraalte@cs.utwente.nl #
#- The Netherlands -----------------##- tel: +31 53 893721 --------------#
duvel% lisp
;;; Sun Common Lisp, Development Environment 4.0.0 , 6 July 1990
;;; Sun-4 Version for SunOS 4.0.x and sunOS 4.1
;;;
;;; Copyright (c) 1985, 1986, 1987, 1988, 1989, 1990
;;; by Sun Microsystems, Inc., All Rights Reserved
;;; Copyright (c) 1985, 1986, 1987, 1988, 1989, 1990
;;; by Lucid, Inc., All Rights Reserved
;;; This software product contains confidential and trade secret
;;; information belonging to Sun Microsystems, Inc. It may not be copied
;;; for any reason other than for archival and backup purposes.
;;;
;;; Sun, Sun-4, and Sun Common Lisp are trademarks of Sun Microsystems Inc.
;;; Loading source file "/home/kbs/vraalte/lisp-init.lisp"
;;; Loading source file "/home/kbs/vraalte/.lisp"
> (load "defsystem")
;;; Loading source file "defsystem.lisp"
#P"/KbsWare/Kif/defsystem.lisp"
> (COMPILE-LOAD-ONTOLINGUA)
;;; You are using the compiler in development mode (compilation-speed = 3)
;;; If you want faster code at the expense of longer compile time,
;;; you should use the production mode of the compiler, which can be obtained
;;; by evaluating (proclaim '(optimize (compilation-speed 0)))
;;; Generation of full safety checking code is enabled (safety = 3)
;;; Optimization of tail calls is disabled (speed = 2)
;;; Reading source file "kernel/defpackage.lisp"
;;; Writing binary file "kernel/defpackage.sbin"
;;; Loading binary file "kernel/defpackage.sbin"
;;; Reading source file "kernel/packages.lisp"
;;; Writing binary file "kernel/packages.sbin"
;;; Loading binary file "kernel/packages.sbin"
>>Error: No packages named ("COMMON-LISP") exist,
but a call to DEFPACKAGE is trying to "use" them.
LUCID-RUNTIME-SUPPORT:DO-DEFPACKAGE:
Required arg 0 (PACKAGE-NAME): "EPIKIT"
Required arg 1 (NICKNAMES): ("EK")
Required arg 2 (USES): ("COMMON-LISP")
Required arg 3 (SHADOWS): NIL
Required arg 4 (IMPORT-SHADOWS): NIL
Required arg 5 (IMPORTS): NIL
Required arg 6 (EXTERNALS): ("SAVE" "INCLUDES" "EMPTY" "=>" "<=" "<=>" "NOT" "PROVABLE" "<-" "DENOTATION" ...)
Required arg 7 (INTERNALS): ("=<" "=" "EXISTS" "FORALL" "LISP" "SETOF" "TRUE" "INDVARP" "SEQVARP")
Required arg 8 (SIZE): NIL
Optional arg 9 (ADD-USE-DEFAULTS-P): NIL
:C 0: Forget about using the packages ("COMMON-LISP")
1: Try loading #P"/KbsWare/Kif/kernel/packages" again
:A 2: Abort to Lisp Top Level
->