xenopeek wrote:Because its not in Debian testing of course. xemacs is only available in stable and in unstable. Searching for packages "xemacs" in all repos:
http://packages.debian.org/search?keywo ... ection=all. Debian PTS has further info as to why this package is not in testing:
http://packages.qa.debian.org/x/xemacs21.html.
You may possibly install the package from unstable. Either by downloading it from above and installing the .deb packages needed manually, or by adding the Debian unstable repository to your sources. That can be tricky, so I'd not do that unless you are sure of the approach for that (I'm not, perhaps somebody else can pitch in on that).
I decided to install from stable. I downloaded the packages from above and installed the .deb packages manually.
But this failed because they depend on each other (circular dependency)!?!
So:
xemacs21 -> xemacs21-mule -> xemacs21-bin -> xemacs21-support -> xemacs21
Here the result of xemacs21-support:
- Code: Select all
root:/home/lambrech/Downloads> dpkg -i xemacs21-support_21.4.22-3.1_all.deb
(Reading database ... 204607 files and directories currently installed.)
Preparing to replace xemacs21-support 21.4.22-3.1 (using xemacs21-support_21.4.22-3.1_all.deb) ...
Unpacking replacement xemacs21-support ...
dpkg: dependency problems prevent configuration of xemacs21-support:
xemacs21-support depends on xemacs21 (= 21.4.22-3.1); however:
Package xemacs21 is not configured yet.
dpkg: error processing xemacs21-support (--install):
dependency problems - leaving unconfigured
Processing triggers for install-info ...
install-info: warning: no info dir entry in `/usr/share/info/xemacs21/emodules.info.gz'
Errors were encountered while processing:
xemacs21-support
How to solve this one?
Thanks for the reply,
Jürgen