[3731] in testers
Re: sun4 [8.2.7]: emacs
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Tue Jul 7 20:39:03 1998
From: Jonathon Weiss <jweiss@MIT.EDU>
To: Greg Hudson <ghudson@MIT.EDU>
Cc: Jonathon Weiss <jweiss@MIT.EDU>, testers@MIT.EDU
In-Reply-To: Your message of "Tue, 07 Jul 1998 10:36:12 EDT."
<199807071436.KAA14983@small-gods.mit.edu>
Date: Tue, 07 Jul 1998 20:38:52 EDT
> Could you quote a few of these messages from /var/athena/update.log,
> please?
Parsing /srvd/usr/athena/share/emacs/19.34/lisp/.rconf.
Not copying /var/server/usr/athena/share/emacs/19.34/lisp/abbrev.elc because the target is a more recent copy.
Not copying /var/server/usr/athena/share/emacs/19.34/lisp/abbrevlist.elc because the target is a more recent copy.
Not copying /var/server/usr/athena/share/emacs/19.34/lisp/ada-mode.elc because the target is a more recent copy.
Not copying /var/server/usr/athena/share/emacs/19.34/lisp/add-log.elc because the target is a more recent copy.
speaker-for-the-dead:~: ls -l {/srvd,/var/server}/usr/athena/share/emacs/19.34/lisp/{abbrev,abbrevlist,ada-mode,add-log}.elc
-rw-r--r-- 1 root other 8441 Sep 25 1996 /srvd/usr/athena/share/emacs/19.34/lisp/abbrev.elc
-rw-r--r-- 1 root other 929 Sep 25 1996 /srvd/usr/athena/share/emacs/19.34/lisp/abbrevlist.elc
-rw-r--r-- 1 root other 47036 Sep 25 1996 /srvd/usr/athena/share/emacs/19.34/lisp/ada-mode.elc
-rw-r--r-- 1 root other 9638 Sep 25 1996 /srvd/usr/athena/share/emacs/19.34/lisp/add-log.elc
-rw-r--r-- 1 root root 8441 Nov 20 1996 /var/server/usr/athena/share/emacs/19.34/lisp/abbrev.elc
-rw-r--r-- 1 root root 929 Nov 20 1996 /var/server/usr/athena/share/emacs/19.34/lisp/abbrevlist.elc
-rw-r--r-- 1 root root 47036 Nov 20 1996 /var/server/usr/athena/share/emacs/19.34/lisp/ada-mode.elc
-rw-r--r-- 1 root root 9638 Nov 20 1996 /var/server/usr/athena/share/emacs/19.34/lisp/add-log.elc
> We haven't made any elisp file changes recently, but in some cases
> there might be different RCS tag expansions.
>
> Maybe mkserv should copy with the -f option (although that might
> require modifying a big pile of .sync scripts), since as far as I know
> there's never a reason to preserve local changes under /var/server
> (except in specific cases).
Relevant lines form my .private.sync:
copy usr/athena/share -f -p
copy usr/athena/share/* -p -f
speaker-for-the-dead:~: more /srvd/usr/athena/share/emacs/19.34/lisp/.rconf
copy *;rdl
ignore *RCS;l
Hmmm, it looks like maybe the .rconf on the srvd is causing the
lossage. Maybe mkserv needs to add "-nosrcrules" to the synctree
invocation. Maybe the .rconf files for emace shouldn't get installed
on the packs. Thoughts?
Jonathon