The "XEmacs Package Smoketest" wrote:
These are the results from the XEmacs Package Smoketest:
21.5-mule -- errors
21.4-mule -- ok
21.4-nomule -- ok
Remember that the 21.5 nomule build is disabled at the moment.
For details check "http://labb.contactor.se/~matsl/smoketest/logs"
The 21.5-mule problems seems to be cause by this snippet from
"jde-xemacs.el".
;; Install gui options on XEmacs versions that can understand them
(when (and (featurep 'widget)
(>= emacs-major-version 21)
(>= emacs-minor-version 4)
(>= emacs-patch-level 10))
(require 'efc-xemacs))
The 21.5 version used in the smoketest is not a released version so
"emacs-patch-level" is thus nil and the above test crashes.
Fixing the build by turning 21.5 into a released version and thus
getting a non nil emacs-patch-level is not the right way to go I think.
Instead the test is to limited and should be rearranged to handle beta
versions and possibly future versions with a patch level less than 10.
Yours
--
%% Mats