Since Jeff's recent changes, without this patch, I cannot build
hyperbole.  It appears the package smoketest is broken as well (from
http://labb.contactor.se/~matsl/smoketest/logs/2006-07-31-18:02_buildAll_...
:
Loading hmouse-sh...
Initializing Hyperbole, please wait...  # bind (
stack-trace-on-signal debug-on-signal stack-trace-on-error debug-on-error)
  signal(file-error ("Cannot open load file" "ibuffer"))
  # bind (data error-symbol)
  signal-error(file-error ("Cannot open load file" "ibuffer"))
  # bind (error-data)
  normal-top-level()
  # (condition-case ... . error)
  # (catch top-levelmake[2]: *** [auto-autoloads.elc] Killed
make[2]: Leaving directory
`/home/matsl/work/smoketest/build/packages/xemacs-packages/hyperbole'
make[1]: *** [hyperbole/bytecompile.target] Error 2
make[1]: Leaving directory
`/home/matsl/work/smoketest/build/packages/xemacs-packages'
make: *** [xemacs-packages/bytecompile.target] Error 2
------ End of build -- all from top level
Ville, do you want me to commit this?
  - Vin
packages source patch:
Diff command:   cvs -q diff -u
Files affected: xemacs-packages/hyperbole/Makefile
Index: xemacs-packages/hyperbole/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/hyperbole/ChangeLog,v
retrieving revision 1.15
diff -a -u -u -r1.15 ChangeLog
--- xemacs-packages/hyperbole/ChangeLog	2004/10/04 12:07:46	1.15
+++ xemacs-packages/hyperbole/ChangeLog	2006/08/01 03:26:05
@@ -1,3 +1,7 @@
+2006-07-31  Vin Shelton  <acs(a)xemacs.org>
+
+	* Makefile (REQUIRES): Add ibuffer.
+
 2004-09-29  Steve Youngs  <steve(a)youngs.au.com>
 
 	* Makefile (REQUIRES): Add ecrypto.
Index: xemacs-packages/hyperbole/Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/hyperbole/Makefile,v
retrieving revision 1.9
diff -a -u -u -r1.9 Makefile
--- xemacs-packages/hyperbole/Makefile	2004/10/04 12:07:46	1.9
+++ xemacs-packages/hyperbole/Makefile	2006/08/01 03:26:05
@@ -25,7 +25,7 @@
 PACKAGE = hyperbole
 PKG_TYPE = regular
 REQUIRES = xemacs-base mail-lib calendar vm text-modes gnus mh-e rmail apel tm \
-	sh-script net-utils ecrypto
+	sh-script net-utils ecrypto ibuffer
 CATEGORY = standard
 
 EXTRA_SOURCES = hsite.el hui-em19-b.el hui-ep-but.el hui-epV4-b.el \