[PATCH] package building problems.

Aidan Kehoe kehoea at parhasard.net
Sun May 13 08:51:21 EDT 2007


 Ar an triú lá déag de mí Bealtaine, scríobh Stephen J. Turnbull: 

 > Aidan Kehoe writes:
 > 
 >  > Beyond that, the dependency tracking appears to be broken
 > 
 > Broken?  Surely you jest.  It's non-existent, always has been.
 > 
 >  > -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
 > 
 > Huh?  REQUIRES += edebug?  I don't get it.

Because the version of tramp.el from December--which was being compiled
despite my cvs update?!?!--has this line:

(def-edebug-spec with-parsed-tramp-file-name (form symbolp body))

Checking current CVS over the web reveals a more sensible: 

(eval-and-compile
  (when (featurep 'edebug)
    (def-edebug-spec with-parsed-tramp-file-name (form symbolp body))))

-- 
On the quay of the little Black Sea port, where the rescued pair came once
more into contact with civilization, Dobrinton was bitten by a dog which was
assumed to be mad, though it may only have been indiscriminating. (Saki)



More information about the XEmacs-Patches mailing list