aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-05-17 07:59:21 +0000
committerGlenn Morris2007-05-17 07:59:21 +0000
commit3877988d3fec671d4ab28b7f1be00ece9bab2e3a (patch)
treeda34c76cf8955ad6420b8697f343d401d730b590
parent48fdddbead5e2c31a3208c837a03abd55128c0e6 (diff)
downloademacs-3877988d3fec671d4ab28b7f1be00ece9bab2e3a.tar.gz
emacs-3877988d3fec671d4ab28b7f1be00ece9bab2e3a.zip
(Dumping): Mention OpenBSD macppc problem.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/PROBLEMS9
2 files changed, 13 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index e782316ef82..1edc007c62f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-05-17 Glenn Morris <rgm@gnu.org>
2
3 * PROBLEMS (Dumping): Mention OpenBSD macppc problem.
4
12007-05-15 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> 52007-05-15 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
2 6
3 * fr-refcard.tex: Rewrite using German layout. 7 * fr-refcard.tex: Rewrite using German layout.
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 722c90018ad..32edf8ea2ad 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2772,6 +2772,15 @@ Remove the "#if 0" and "#endif" directives which surround this, save
2772the file, and then reconfigure and rebuild Emacs. The dumping process 2772the file, and then reconfigure and rebuild Emacs. The dumping process
2773should now succeed. 2773should now succeed.
2774 2774
2775*** OpenBSD 4.0 macppc: Segfault during dumping.
2776
2777The build aborts with signal 11 when the command `./temacs --batch
2778--load loadup bootstrap' tries to load files.el. This seems to be a
2779GCC problem specific to the macppc architecture, possibly only
2780occurring with some versions of GCC. A workaround seems to be to
2781reduce the level of compiler optimization used during the build (from
2782-O2 to -O1).
2783
2775** Installation 2784** Installation
2776 2785
2777*** Installing Emacs gets an error running `install-info'. 2786*** Installing Emacs gets an error running `install-info'.