diff options
| author | Glenn Morris | 2008-09-05 04:01:53 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-09-05 04:01:53 +0000 |
| commit | d7ef7cd4066283d6155dcc5a05880230815fb7cd (patch) | |
| tree | b4fbe06fb7e32ef09a0c6b8df4bfc3273437c4ea /etc/PROBLEMS | |
| parent | b5726dbad162657af704a0cc20c4a93c4c00a3e0 (diff) | |
| download | emacs-d7ef7cd4066283d6155dcc5a05880230815fb7cd.tar.gz emacs-d7ef7cd4066283d6155dcc5a05880230815fb7cd.zip | |
Mention Ubuntu make weirdness.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index bd839f82570..ff25ad2a6cd 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2637,6 +2637,18 @@ does not work with this version of ncurses. | |||
| 2637 | 2637 | ||
| 2638 | The fix is to install a newer version of ncurses, such as version 4.2. | 2638 | The fix is to install a newer version of ncurses, such as version 4.2. |
| 2639 | 2639 | ||
| 2640 | ** Bootstrapping | ||
| 2641 | |||
| 2642 | Bootstrapping (compiling the .el files) is normally only necessary | ||
| 2643 | with CVS builds, since they the .elc files are pre-compiled in releases. | ||
| 2644 | |||
| 2645 | *** "No rule to make target" with Ubuntu 8.04 make 3.81-3build1 | ||
| 2646 | |||
| 2647 | Compiling the lisp files fails at random places, complaining: | ||
| 2648 | "No rule to make target `/path/to/some/lisp.elc'". | ||
| 2649 | The causes of this problem are not understood. Using GNU make 3.81 compiled | ||
| 2650 | from source, rather than the Ubuntu version, worked. See Bug#327,821. | ||
| 2651 | |||
| 2640 | ** Dumping | 2652 | ** Dumping |
| 2641 | 2653 | ||
| 2642 | *** Linux: Segfault during `make bootstrap' under certain recent versions of the Linux kernel. | 2654 | *** Linux: Segfault during `make bootstrap' under certain recent versions of the Linux kernel. |