nbecker <nbecker(a)fred.net> writes in xemacs-beta(a)xemacs.org:
OK, I grabbed the latest xemacs-20 from CVS. Then I grabbed the
xemacs-packages.
I built the main code without any problem. Then I cd'd into the
xemacs-packages directory I had just pulled. I did 'make'. This
chugged along well for quite some time, until it hit gnus. Then it
started complaining about not being able to load 'tm-view'.
This is a brand new dependency and I don't know where it came from and ...
I forgot to check the fix in.
Index: comm/gnus/Makefile
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/comm/gnus/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- Makefile 1998/11/28 17:33:32 1.36
+++ Makefile 1998/12/01 03:44:43
@@ -22,7 +22,7 @@
MAINTAINER = XEmacs Development Team <xemacs-beta(a)xemacs.org>
PACKAGE = gnus
PKG_TYPE = regular
-REQUIRES = gnus w3 mh-e mailcrypt rmail mail-lib xemacs-base
+REQUIRES = gnus tm apel w3 mh-e mailcrypt rmail mail-lib xemacs-base
CATEGORY = comm
ELCS = gnus/lisp/earcon.elc gnus/lisp/gnus-agent.elc gnus/lisp/gnus-art.elc \
A little grepping didn't reveal who was asking for tm-view -
although
I do have a reference in my .emacs. Please tell me xemacs build
isn't trying to load my .emacs. Any ideas?
This wouldn't be the first time Gnus has infected itself with the
environment of the builder. There is also at least one brand-new
order bug in macros (hit `j' in a group).