Issue760

classification
Title XEmacs reports duplicate auto-autoloads at startup
Type defect Module core code 21.4, core code 21.5
Severity inelegant Platform N/A
Keywords Nosy List mike, stephen
explanation
process
These controls should only be changed by committers and tracker administrators.
Status verified   Reason
Superseder  
Priority normal   Assigned To

Created on 2011-04-02.04:57:33 by stephen, last changed 2011-04-02.15:02:45 by stephen.

Messages
msg2271 [hidden] ([hidden]) Date: 2011-04-02.15:02:45
  Message-ID: <1301756565.18.0.657791365344.issue760@xemacs.org>
FWIW, patch is at
http://list-archive.xemacs.org/pipermail/xemacs-patches/2011-April/010543.html
msg2270 [hidden] ([hidden]) Date: 2011-04-02.07:59:34
  Message-ID: <1301731174.5.0.137402865382.issue760@xemacs.org>
New node added to FAQ Troubleshooting section.

Mike may be working on detecting symlinks and/or automount artifacts;
assigned to him.
msg2269 [hidden] ([hidden]) Date: 2011-04-02.05:35:13
This occurs if you have duplicate packages on your load-path.  A common
cause is that XEmacs finds "package root directories" that are
duplicates of each other.  This can occur in some automounter
configurations, or when the roots share some subtrees via symlinks.

Package root directories are specified at configuration time via the
--prefix, --exec-prefix, and the --with-*-packages options; at runtime
relative to the XEmacs binary (../share or ../lib (older versions) and
.. (for run-in-place)); and at runtime via the EMACS*PACKAGES
environment variables.
msg2268 [hidden] ([hidden]) Date: 2011-04-02.04:57:33
On Sat, 05 Mar 2011 11:54:47 -0500, in Message-ID:
<4D726AD7.7020303@gmail.com> on xemacs-beta, Raymond Toy reported:
 
[N]ow every time I start xemacs, I get 100+ error messages stating that
the auto-autoload for every package has already been loaded. 
 
If I start xemacs with -no-site-file and click on the Load Init Files 
button, I don't get these messages.
History
Date User Action Args
2011-04-02 15:02:45stephensetmessages: + msg2271
2011-04-02 07:59:34stephensetassignedto: mike
messages: + msg2270
nosy: + mike
2011-04-02 05:35:13stephensetmessages: + msg2269
2011-04-02 04:57:33stephencreate