CVS of an hour ago or so, modules up to date, happened for more than a
month though. I'm getting an assert at some point in the compile-time
dump and at startup, even with -vanilla.
OG.
(1) (packages/warning) Error in Autoload
/home/galibert/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 xemacs-21\.5-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("/home/galibert/lib/xemacs-21.5-b9/i686-pc-linux/modules/auto-autoloads"
t t nil binary)
# bind (path handler filename nosuffix nomessage noerror file)
load("/home/galibert/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>("/home/galibert/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>
("/home/galibert/lib/xemacs/site-modules/"
"/home/galibert/lib/xemacs-21.5-b9/i686-pc-linux/modules/"))
# bind (base package-load-path)
packages-load-package-lisps(("/home/galibert/lib/xemacs/site-modules/"
"/home/galibert/lib/xemacs-21.5-b9/i686-pc-linux/modules/")
"auto-autoloads")
# bind (package-load-path)
packages-load-package-auto-autoloads(("/home/galibert/lib/xemacs/site-modules/"
"/home/galibert/lib/xemacs-21.5-b9/i686-pc-linux/modules/"))
startup-load-autoloads()
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
galibert@zalem.puupuu.org:~/lib/xemacs-21.5-b9/i686-pc-linux/modules #7 >ll
total 240
-rw-r--r-- 1 galibert mame 1836 Dec 18 18:07 auto-autoloads.el
-rw-r--r-- 1 galibert mame 2081 Dec 18 18:07 auto-autoloads.elc
-rwxr-xr-x 1 galibert mame 98753 Dec 18 18:07 eldap.ell
-rwxr-xr-x 1 galibert mame 133387 Dec 18 18:07 postgresql.ell
galibert@zalem.puupuu.org:~/lib/xemacs-21.5-b9/i686-pc-linux/modules #8 >cat
auto-autoloads.el
;;; DO NOT MODIFY THIS FILE
(if (featurep 'xemacs-21.5-autoloads) (error "Already loaded"))
;;;### (autoloads (ldap-open ldapp) "eldap" "ldap/eldap.c")
(autoload 'ldapp "eldap" "\
Return t if OBJECT is a LDAP connection." nil nil)
(autoload 'ldap-open "eldap" "\
Open a LDAP connection to HOST.
PLIST is a plist containing additional parameters for the connection.
Valid keys in that list are:
`port' the TCP port to use for the connection if different from
`ldap-default-port'.
`auth' is the authentication method to use, possible values depend on
the LDAP library XEmacs was compiled with: `simple', `krbv41' and `krbv42'.
`binddn' is the distinguished name of the user to bind as (in RFC 1779 syntax).
`passwd' is the password to use for simple authentication.
`deref' is one of the symbols `never', `always', `search' or
`find'.
`timelimit' is the timeout limit for the connection in seconds.
`sizelimit' is the maximum number of matches to return." nil nil)
;;;***
;;;### (autoloads (pq-env-2-encoding pq-connect-start pq-connectdb pq-conn-defaults)
"postgresql" "postgresql/postgresql.c")
(when (or
(file-exists-p (expand-file-name "postgresql.ell" module-directory))
(file-exists-p (expand-file-name "postgresql.dll" module-directory))
(file-exists-p (expand-file-name "postgresql.so" module-directory)))
(autoload 'pq-conn-defaults "postgresql" "\
Return a connection default structure." nil nil)
(autoload 'pq-connectdb "postgresql" "\
Make a new connection to a PostgreSQL backend." nil nil)
(autoload 'pq-connect-start "postgresql" "\
Make a new asynchronous connection to a PostgreSQL backend." nil nil)
(autoload 'pq-env-2-encoding "postgresql" "\
Get encoding id from environment variable PGCLIENTENCODING." nil nil)
)
;;;***
(provide 'xemacs-21.5-autoloads)