From xemacs-m  Wed Sep  3 22:03:19 1997
Received: from news.smart.net (jmiller@max1p74.smart.net [206.97.127.74])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id WAA00242
	for <xemacs-beta@xemacs.org>; Wed, 3 Sep 1997 22:03:16 -0500 (CDT)
Received: (from jmiller@localhost)
          by news.smart.net (8.8.4/8.8.4)
	  id XAA07778; Wed, 3 Sep 1997 23:04:45 -0400
Date: Wed, 3 Sep 1997 23:04:45 -0400
Message-Id: <199709040304.XAA07778@news.smart.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Jeff Miller <jmiller@smart.net>
To: xemacs-beta@xemacs.org
Subject: Re: failure 20.3b19 linux
In-Reply-To: <199709031155.HAA21014@news.smart.net>
References: <199709031155.HAA21014@news.smart.net>
X-Mailer: VM 6.33 under 20.3 "Bratislava" XEmacs  Lucid (beta18)
Reply-to: jmiller@smart.net
X-Face: &vGrMZ?Q&W5~yiCR_#hat=$tgJrK`J=2$se?0Nu9I3G|I<2-\:82zx>kz=l8(yw)G1i&0"D
 <nv_e$^;,ftG6@Hn"did"G5i=X_-Z3Y

>>>>> "JM" == Jeff Miller <jmiller@smart.net> writes:

JM> Loading ../prim/make-docfile.el...
JM> Loading /mnt3/xemacs/xemacs-20.3-b15/src/../lisp/prim/dumped-lisp.el...

JM> Error: (void-variable find-file-hooks)
JM> EMACSLOADPATH="/mnt3/xemacs/xemacs-20.3-b15/src/../lisp/prim" ./temacs -batch -l loadup.el dump

JM> don't have time to check into it further, gotta get to work.

ok, i finally got this thing working.

I believe that last night, I did 

* rm -rf xemacs-20.3-b15     (my xemacs.tar.gz is from beta 15)
* tar zxf xemacs.tar.gz
* tar zxf LEIM.tar.gz        (at this point, I have source & .el's)
* configure; make beta
* added b16-19 patches       (at this point, I have src/xemacs, new .els, 
                              and old .elc's, no .rej files)

* configure; make beta       (it compiles, but dies with the
                              find-file-hook error)

If I

* rm -rf xemacs-20.3-b15
* tar zxf xemacs.tar.gz
* tar zxf LEIM.tar.gz
* added b16-19 patches       (at this point, just source & .el's)
* configure; make beta       (compiles fine, no find-file-hook error)


also applied:

 Kiev -> kyev patch
 tetris patch
 package autoloading patch.

tetris now works, and xemacs seems to know about gnus now. 

about the only problem now, is I get this when dumping xemacs

Warning: doc lost for function gnus-change-server.
Warning: doc lost for function message-mode.
Warning: doc lost for function message-bounce.
Warning: doc lost for function bold-region.
Warning: doc lost for function message-news-other-window.
Warning: doc lost for function gnus-cache-generate-nov-databases.
Warning: doc lost for function message-reply.
Warning: doc lost for function gnus-fetch-group.
Warning: doc lost for function message-mail-other-window.
Warning: doc lost for function gnus-earcon-display.
Warning: doc lost for function gnus-cache-generate-active.
Warning: doc lost for function message-cancel-news.
Warning: doc lost for function nnfolder-generate-active-file.
Warning: doc lost for function gnus-batch-score.
Warning: doc lost for function message-mail-other-frame.
Warning: doc lost for function nndoc-add-type.
Warning: doc lost for function gnus-add-configuration.
Warning: doc lost for function gnus-score-mode.
Warning: doc lost for function message-resend.
Warning: doc lost for function gnus-declare-backend.
Warning: doc lost for function gnus.
Warning: doc lost for function message-wide-reply.
Warning: doc lost for function message-followup.
Warning: doc lost for function gnus-other-frame.
Warning: doc lost for function gnus-no-server.
Warning: doc lost for function message-news.
Warning: doc lost for function gnus-batch-brew-soup.
Warning: doc lost for function gnus-slave-no-server.
Warning: doc lost for function gnus-update-format.
Warning: doc lost for function gnus-smiley-display.
Warning: doc lost for function message-recover.
Warning: doc lost for function message-news-other-frame.
Warning: doc lost for function gnus-unload.
Warning: doc lost for function message-mail.
Warning: doc lost for function gnus-jog-cache.
Warning: doc lost for function gnus-audio-play.
Warning: doc lost for function smiley-region.
Warning: doc lost for function nnsoup-set-variables.
Warning: doc lost for variable message-signature-file.
Warning: doc lost for function nnkiboze-generate-groups.
Warning: doc lost for function nnsoup-revert-variables.
Warning: doc lost for function message-supersede.
Warning: doc lost for function nnsoup-pack-replies.
Warning: doc lost for function unbold-region.
Warning: doc lost for function message-forward.
Warning: doc lost for function gnus-slave.
Warning: doc lost for function nnml-generate-nov-databases.

This is usually because some files were preloaded by loaddefs.el or
site-load.el, but were not passed to make-docfile by Makefile.

