[PATCH COMMIT] Tramp 2.0.55 sync

Vin Shelton acs at xemacs.org
Mon Jan 1 16:18:37 EST 2007


michael.albinus at gmx.de (Michael Albinus) writes:

> Norbert Koch <viteno at xemacs.org> writes:
>
>> Hello Michael,
>
> Hi Norbert,
>
>> I get the following build error (xemacs-21.4.20)::
>>
>>   normal-top-level()
>>   # (condition-case ... . error)
>>   # (catch top-level ...)
>>>>Error occurred processing lisp/tramp-util.el: 
>> Wrong type argument: symbolp, (autoload "executable" ("/home/nk/cvs/xprm/xemacs-packages/sh-script/auto-autoloads.elc" . 962) nil nil)
>>

Actually, the following patch:


cvs server: Diffing xemacs-packages/tramp
Index: xemacs-packages/tramp/Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/Makefile,v
retrieving revision 1.65
diff -a -u -r1.65 Makefile
--- xemacs-packages/tramp/Makefile	2006/12/30 21:03:02	1.65
+++ xemacs-packages/tramp/Makefile	2007/01/01 21:17:19
@@ -22,7 +22,7 @@
 MAINTAINER = Kai Großjohann <kai.grossjohann at gmx.net>
 PACKAGE = tramp
 PKG_TYPE = regular
-REQUIRES = tramp xemacs-base vc efs dired mail-lib gnus ediff sh-script
+REQUIRES = tramp xemacs-base vc efs dired mail-lib gnus ediff sh-script edebug
 CATEGORY = standard
 
 include ../../Local.rules.inc
cvs server: Diffing xemacs-packages/tramp/lisp
cvs server: Diffing xemacs-packages/tramp/test
cvs server: Diffing xemacs-packages/tramp/texi


is required to make the tramp package build for me.  I believe this
will fix the build errors reported by the package smoketest.

Regards,
  Vin



More information about the XEmacs-Patches mailing list