Comment 7 for bug 278807

Revision history for this message
Frederick F. Kautz IV (fkautz) wrote :

I should of posted the workaround on my original post for other readers.

Install emacs, then as a separate install transaction install cmake.

e.g.
apt-get install emacs
apt-get install cmake
OR
apt-get install cmake

DON'T apt-get install emacs cmake

A suboptimal solution is to make cmake depend on emacs. However, cmake does not require emacs to work and emacs is a fairly large dependency.

My proposed solution is as follows:
separate cmake into two packages:
cmake (with emacs specific files removed)
emacs-cmake which depends on emacsen-common