new vc rcs file checkin problem with tramp

Vin Shelton acs at alumni.princeton.edu
Mon Oct 29 11:24:04 EDT 2007


On 10/29/07, Aidan Kehoe <kehoea at parhasard.net> wrote:
>
>  Ar an t-ochtú lá is fiche de mí Deireadh Fómhair, scríobh Ville Skyttä:
>
>  > On Sunday 07 October 2007, Michael Albinus wrote:
>  > > Ville Skyttä <scop at xemacs.org> writes:
>  > >
>  > > > If nothing comes up, I'm inclined to apply the ugly patch I posted and
>  > > > accompany it with a warning that it won't work for tramp >= 2.1 and
>  > > > perhaps additionally wrap it so that if it fails, it does so with an
>  > > > understandable explanation what happened.
>  > >
>  > > That seems to be the last resort.
>  >
>  > In absence of better ideas, I've done this in CVS.
>
> This seems to have broken the package smoketest, on all builds:
> http://labb.contactor.se/~matsl/smoketest/logs/
> I suspect, but I haven't checked, that adding tramp to the REQUIRES in the
> package Makefile will fix that.

Both tramp and gnus need to be added to the REQUIRES definition of pcl-cvs:

Index: xemacs-packages/pcl-cvs/Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/pcl-cvs/Makefile,v
retrieving revision 2.48
diff -u -r2.48 Makefile
--- xemacs-packages/pcl-cvs/Makefile    2006/07/27 14:16:13     2.48
+++ xemacs-packages/pcl-cvs/Makefile    2007/10/29 15:21:03
@@ -22,8 +22,8 @@
 MAINTAINER = XEmacs Development Team <xemacs-beta at xemacs.org>
 PACKAGE = pcl-cvs
 PKG_TYPE = regular
-REQUIRES = xemacs-base elib vc dired edebug ediff edit-utils mail-lib \
-       prog-modes
+REQUIRES = xemacs-base elib vc dired edebug ediff edit-utils gnus mail-lib \
+       prog-modes tramp
 CATEGORY = standard

 ELCS = cvs-compat.elc cvs-edit.elc cvs-log.elc cvs-status.elc \


Ville - can you take care of this, please?

Thanks,
  Vin



More information about the XEmacs-Beta mailing list