Just build 21.5 fresh from CVS, I got the following warning. I also got
something similar when updating my packages for a while
/torkel
(1) (packages/warning) Error in Autoload
/lap/xemacs/21.5/lib/xemacs-21.5-b9/i686-pc-linux/modules/auto-autoloads: Already loaded
Backtrace follows:
signal(error ("Already loaded"))
# bind (args datum)
cerror("Already loaded")
apply(cerror "Already loaded" nil)
# bind (args datum)
error("Already loaded")
byte-code("..." [featurep src-autoloads error "Already loaded"] 2)
# bind (current-load-list)
# (unwind-protect ...)
# bind (load-file-name)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
load-internal("/lap/xemacs/21.5/lib/xemacs-21.5-b9/i686-pc-linux/modules/auto-autoloads"
t t nil binary)
# bind (path handler filename nosuffix nomessage noerror file)
load("/lap/xemacs/21.5/lib/xemacs-21.5-b9/i686-pc-linux/modules/auto-autoloads"
t t)
#<compiled-function nil "...(6)" [file-name load t] 4>()
# (unwind-protect ...)
call-with-condition-handler(#<compiled-function (__call_trapping_errors_arg__)
"...(20)" [file-name __call_trapping_errors_arg__ errstr error-message-string
lwarn packages warning "Error in %s: %s\n\nBacktrace follows:\n\n%s" format
"Autoload %s" backtrace-in-condition-handler-eliminating-handler] 8>
#<compiled-function nil "...(6)" [file-name load t] 4>)
# (condition-case ... . ((error)))
# bind (file-name dir)
#<compiled-function (dir) "...(11)" [file-name dir base expand-file-name
nil (call-with-condition-handler #<compiled-function (__call_trapping_errors_arg__)
"...(20)" [file-name __call_trapping_errors_arg__ errstr error-message-string
lwarn packages warning "Error in %s: %s\n\nBacktrace follows:\n\n%s" format
"Autoload %s" backtrace-in-condition-handler-eliminating-handler] 8>
#<compiled-function nil "...(6)" [file-name load t] 4>) ((error))]
3>("/lap/xemacs/21.5/lib/xemacs-21.5-b9/i686-pc-linux/modules/")
mapcar(#<compiled-function (dir) "...(11)" [file-name dir base
expand-file-name nil (call-with-condition-handler #<compiled-function
(__call_trapping_errors_arg__) "...(20)" [file-name __call_trapping_errors_arg__
errstr error-message-string lwarn packages warning "Error in %s: %s\n\nBacktrace
follows:\n\n%s" format "Autoload %s"
backtrace-in-condition-handler-eliminating-handler] 8> #<compiled-function nil
"...(6)" [file-name load t] 4>) ((error))] 3>
("/lap/xemacs/21.5/lib/xemacs/site-modules/"
"/lap/xemacs/21.5/lib/xemacs-21.5-b9/i686-pc-linux/modules/"))
# bind (base package-load-path)
packages-load-package-lisps(("/lap/xemacs/21.5/lib/xemacs/site-modules/"
"/lap/xemacs/21.5/lib/xemacs-21.5-b9/i686-pc-linux/modules/")
"auto-autoloads")
# bind (package-load-path)
packages-load-package-auto-autoloads(("/lap/xemacs/21.5/lib/xemacs/site-modules/"
"/lap/xemacs/21.5/lib/xemacs-21.5-b9/i686-pc-linux/modules/"))
startup-load-autoloads()
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
Installation info:
uname -a: Linux modesty 2.4.19 #1 ons okt 2 14:31:47 CEST 2002 i686 unknown unknown
GNU/Linux
./configure '--prefix=/lap/xemacs/21.5' '--with-dialogs=athena'
'--with-widgets=athena' '--with-athena=3d' '--pdump'
'--with-mule'
XEmacs 21.5-b9 "brussels sprouts" (+CVS-20021007) configured for
`i686-pc-linux'.
Compilation / Installation:
Source code location: /lap/xemacs/21.5/CVS/src
Installation prefix: /lap/xemacs/21.5
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wsign-compare -Wshadow
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw3d
- Athena library to link: Xaw3d
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Compiling in support for X-Face message headers.
Sound:
Compiling in support for sound (native).
Compiling in support for ESD (Enlightened Sound Daemon).
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: postgresql/libpq-fe.h
- Using PostgreSQL V7 bindings.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new portable dumper.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------