File fix-build-with-xemacs-21.5.28.20070807.patch of Package xemacs-packages
diff -ru packages.orig/package-compile.el packages/package-compile.el
--- packages.orig/package-compile.el 2005-11-16 09:08:50.000000000 +0100
+++ packages/package-compile.el 2007-08-08 13:01:59.000000000 +0200
@@ -73,7 +73,8 @@
paths-core-load-path-depth)
(t (error "Somebody has been messing with paths-find-*!")))))
(setq load-path (paths-find-recursive-load-path (list lisp-directory)
- depth)))
+ depth))
+ (setq load-path (append load-path (list mule-lisp-directory))))
(load (expand-file-name "auto-autoloads" (car load-path)))