From xemacs-m  Mon Sep 15 19:26:15 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA21725
	for <xemacs-beta@xemacs.org>; Mon, 15 Sep 1997 19:26:14 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.7/8.8.7) id RAA06877;
	Mon, 15 Sep 1997 17:29:37 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Tirana: SPARCworks stuff broken
References: <199709160007.RAA01474@roy>
X-Face: `'%\i;ySOu]g?NlziJSk_$&@]KP`}~PEQPjZ5;nxSaDW_o$4+4%Ab]%Ifw3ZR;7TIT3,O,'
 @2{L;]ox6kc;$_5kU'n**9vFg-]eV~GbxSVCx|(s%uR[],*:^WKmC`B}(;|k9/m]gwt?&`t;^rfCJg
 khHH>pP1W\)xM0U@!FNDD72{3fDP$PkBhx^7Z?-WxH6DbFN:QOnT`llzW}VGdYv;n9lzljQvKTIBhQ
 YuV
X-Attribution: sb
From: SL Baur <steve@xemacs.org>
In-Reply-To: Damon Lipparelli's message of "Mon, 15 Sep 1997 17:07:47 -0700"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 15 Sep 1997 17:29:36 -0700
Message-ID: <m2afheqexb.fsf@altair.xemacs.org>
Lines: 26
X-Mailer: Quassia Gnus v0.5/XEmacs 20.3(beta21) - "Minsk"

Damon Lipparelli <lipp@primus.com> writes:

> It appears that the SPARCworks stuff was commented out of
> ".../lisp/prim/dumped-lisp.el".  Because of this, after getting all the way 
> through the build, and apparently dumping fine, I can't run XEmacs because
> someone is looking for the function eos::start.  Is the SPARCworks stuff in 
> flux or am I missing something?

I don't know.  Most of what you're seeing is from Martin.  I'll
comment on the one change I made.

> And here's the diff for "dumped-lisp.el" between b19 & b20:

> *** /users/lipp/xemacs-beta/20.3/lib/xemacs-20.3-b19/lisp/prim/dumped-lisp.el	Sat Jul 26 15:09:55 1997
> --- ./lisp/prim/dumped-lisp.el	Sat Sep 13 15:25:05 1997
> ***************
> *** 6,11 ****
> --- 6,13 ----
>   	"replace" 		; match-string used in version.el.
>   	"version.el"		; Ignore compiled-by-mistake version.elc
>   	"cl"
> + 	;; "cl-extra"		; These cause lossage at dump
> + 	;; "cl-seq"		; Fix it first, if you want these dumped

Martin's patch had these two lines uncommented.  I commented them out
because they cause conflicts at dump time.

