From: Eric Ho
Subject: clue/shell.lisp broke during compile -- any pointers ??
Date: 
Message-ID: <EHO.89Sep12155417@word.Princeton.EDU>
I got this when I was compiling clue 6.0 (using clx from csc.ti.com and
Victoria PCL with eqa-specializer patches + the recent clue patch posting from
······@korfu.udac.uu.se) :-

I was doing the compile in GNU Emacs 18.54 using the clisp interface package.
==========================================
[Local lisp host]

SunOS Release 4.0 (COGNITO) #1: Tue Jun 27 18:52:36 EDT 1989

** Cognito is a Dataless Sun-4/260HM-40 -- Warp factor 2 **

;;; 
;;; Sun Common Lisp, Development Environment 3.0.0, 27 October 1988
;;; Sun-4 Version for SunOS 4.0 
;;;
;;; Copyright (c) 1985, 1986, 1987, 1988 by Sun Microsystems, Inc., All Rights Reserved
;;; Copyright (c) 1985, 1986, 1987, 1988 by Lucid, Inc., All Rights Reserved
;;;
;;; This software product contains confidential and trade secret
;;; information belonging to Sun Microsystems.  It may not be copied
;;; for any reason other than for archival and backup purposes.

> #P"/usr/local/sclisp-3.0/pcl/"
> ;;; Loading source file "defsys.lisp"
#P"/usr/local/sclisp-3.0/pcl/defsys.lisp"
> Loading binary of PKG...
Loading binary of WALK...
Loading binary of ITERATE...
Loading binary of MACROS...
Loading binary of LOW...
Loading binary of LUCID-LOW...
;;; Warning: Redefining macro %LOGAND which used to be defined in "low.lisp"
;;; Warning: Redefining macro %ASH which used to be defined in "low.lisp"
;;; Warning: Redefining macro WITHOUT-INTERRUPTS which used to be defined in "low.lisp"
;;; Warning: Redefining macro MAKE-MEMORY-BLOCK which used to be defined in "low.lisp"
;;; Warning: Redefining function IWMC-CLASS-P which used to be defined in structure IWMC-CLASS in "low.lisp"
;;; Warning: Redefining macro OBJECT-CACHE-NO which used to be defined in "low.lisp"
;;; Warning: Redefining function SET-FUNCTION-NAME-1 which used to be defined in "low.lisp"
;;; Warning: Redefining function PRINTING-RANDOM-THING-INTERNAL which used to be defined in "macros.lisp"
Loading binary of FIN...
Loading binary of DEFS...
Loading binary of BOOT...
Loading binary of VECTOR...
Loading binary of SLOTS...
Loading binary of INIT...
Loading binary of DEFCLASS...
Loading binary of STD-CLASS...
Loading binary of POINTS...
Loading binary of BRAID1...
Loading binary of FSC...
Loading binary of METHODS...
Loading binary of COMBIN...
Loading binary of DCODE...
Loading binary of PRECOM1...
Loading binary of PRECOM2...
Loading binary of PRECOM3...
Loading binary of PRECOM4...
Loading binary of FIXUP...
;;; You are using the compiler in development mode (compilation-speed = 3)
;;; Generation of full safety checking code is enabled (safety = 3)
;;; Optimization of tail calls is disabled (speed = 2)
;;; Warning: Redefining function PRINT-IWMC-CLASS which used to be defined in "low.lisp"
;;; Warning: Redefining function CHECK-INITARGS-1 which used to be defined in "init.lisp"
Loading binary of CONSTRUCT...
Loading binary of ENV...
Loading binary of HIGH...
;;; Warning: Redefining function BUILT-IN-WRAPPER-OF which used to be defined in "low.lisp"
;;; Warning: Redefining function BUILT-IN-CLASS-OF which used to be defined in "low.lisp"
Loading binary of COMPAT...
(:PORTABLE-COMMONLOOPS :PCL :COMPILER :MULTITASKING :LOOP :IEEE-FLOATING-POINT :SPARC :SUN :UNIX :LCL3.0 :EGC :LUCID :COMMON-LISP)
> #P"/usr/local/sclisp-3.0/clx/"
> ;;; Loading source file "defsystem.lisp"
;;; Warning: File "defsystem.lisp" does not begin with IN-PACKAGE.  Loading into package "USER"
#P"/usr/local/sclisp-3.0/clx/defsystem.lisp"
> ;;; Loading foreign object file "socket.o"
;;; Reading library file "/lib/libc.a"
;;; Reading library file "/lib/libc.a"
;;; Loading binary file "depdefs.sbin"
;;; Loading binary file "clx.sbin"
;;; Loading binary file "dependent.sbin"
;;; Loading binary file "clos-patch.sbin"
;;; Warning: Redefining function DRAWABLE-ID which used to be defined in structure DRAWABLE in "clx.lisp"
;;; Warning: Redefining function DRAWABLE-DISPLAY which used to be defined in structure DRAWABLE in "clx.lisp"
;;; Warning: Redefining function DRAWABLE-PLIST which used to be defined in structure DRAWABLE in "clx.lisp"
;;; Warning: Redefining function MAKE-DRAWABLE which used to be defined in "clx.lisp"
;;; Warning: Redefining function DRAWABLE-P which used to be defined in structure DRAWABLE in "clx.lisp"
;;; Warning: Redefining function WINDOW-ID which used to be defined in structure WINDOW in "clx.lisp"
;;; Warning: Redefining function WINDOW-DISPLAY which used to be defined in structure WINDOW in "clx.lisp"
;;; Warning: Redefining function WINDOW-PLIST which used to be defined in structure WINDOW in "clx.lisp"
;;; Warning: Redefining function MAKE-WINDOW which used to be defined in "clx.lisp"
;;; Warning: Redefining function WINDOW-P which used to be defined in structure WINDOW in "clx.lisp"
;;; Warning: Redefining function PIXMAP-ID which used to be defined in structure PIXMAP in "clx.lisp"
;;; Warning: Redefining function PIXMAP-DISPLAY which used to be defined in structure PIXMAP in "clx.lisp"
;;; Warning: Redefining function PIXMAP-PLIST which used to be defined in structure PIXMAP in "clx.lisp"
;;; Warning: Redefining function MAKE-PIXMAP which used to be defined in "clx.lisp"
;;; Warning: Redefining function PIXMAP-P which used to be defined in structure PIXMAP in "clx.lisp"
;;; Warning: Redefining structure DRAWABLE as a type
;;; Warning: function MAKE-DRAWABLE defined more than once in "clos-patch.lisp"
;;; Warning: function DRAWABLE-P defined more than once in "clos-patch.lisp"
;;; Warning: Redefining structure WINDOW as a type
;;; Warning: function MAKE-WINDOW defined more than once in "clos-patch.lisp"
;;; Warning: function WINDOW-P defined more than once in "clos-patch.lisp"
;;; Warning: Redefining structure PIXMAP as a type
;;; Warning: function MAKE-PIXMAP defined more than once in "clos-patch.lisp"
;;; Warning: function PIXMAP-P defined more than once in "clos-patch.lisp"
;;; Loading binary file "buffer.sbin"
;;; Loading binary file "display.sbin"
;;; Loading binary file "gcontext.sbin"
;;; Loading binary file "requests.sbin"
;;; Loading binary file "input.sbin"
;;; Loading binary file "fonts.sbin"
;;; Loading binary file "graphics.sbin"
;;; Loading binary file "text.sbin"
;;; Loading binary file "attributes.sbin"
;;; Loading binary file "translate.sbin"
;;; Loading binary file "keysyms.sbin"
;;; Loading binary file "manager.sbin"
;;; Loading binary file "image.sbin"
;;; Loading binary file "resource.sbin"
#P"/usr/local/sclisp-3.0/clx/resource.sbin"
> #P"/usr/local/sclisp-3.0/clue/"
> ;;; Loading source file "defsystem.lisp"
;;; Warning: Redefining function CLX-FOREIGN-FILES which used to be defined in "/usr/local/sclisp-3.0/clx/defsystem.lisp"
#P"/usr/local/sclisp-3.0/clue/defsystem.lisp"
> ; Loading   /usr/lisp/clx/macros.sbin
; Loading   /usr/lisp/clx/bufmac.sbin
; Loading   /usr/lisp/clue/clue.sbin
; Loading   /usr/lisp/clue/clx-patch.sbin
;;; Warning: Redefining function CREATE-WINDOW which used to be defined in "/usr/local/sclisp-3.0/clx/requests.lisp"
; Loading   /usr/lisp/clue/window-doc.sbin
; Loading   /usr/lisp/clue/gc-cache.sbin
; Loading   /usr/lisp/clue/defcontact.sbin
; Loading   /usr/lisp/clue/intrinsics.sbin
; Loading   /usr/lisp/clue/resource.sbin
; Loading   /usr/lisp/clue/gray.sbin
; Loading   /usr/lisp/clue/cursor.sbin
; Loading   /usr/lisp/clue/events.sbin
; Loading   /usr/lisp/clue/virtual.sbin
; Compiling /usr/lisp/clue/shells.lisp
;;; Reading source file "/usr/lisp/clue/shells.lisp"

Clearing input from *debug-io*
>>Error: WM-SIZE-HINTS-GRAVITY is not a known location specifier for SETF.

GET-SETF-METHOD-MULTIPLE-VALUE:
   Required arg 0 (FORM): (WM-SIZE-HINTS-GRAVITY NORMAL-HINTS)
   Optional arg 1 (ENVIRONMENT): (#S(LUCID::CONTOUR TYPE 5 ELEMENTS (#)) #S(LUCID::CONTOUR TYPE 5 ELEMENTS (#)))
:A  0: Abort to Lisp Top Level

-> 

==========================================
--

Eric Ho
Cognitive Science Lab.,		Princeton University
voice = 609-258-2987		email = ···@confidence.princeton.edu
	609-258-2819 (messages)		···@bogey.princeton.edu

regards.

-eric-