aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2018-09-12 07:53:43 -0700
committerPaul Eggert2018-09-12 07:53:43 -0700
commit41cdda22c78eb0b00612ce25cdb356dd64322fcc (patch)
tree0e5261c5afd6e99019d8a5c2486dc3f669bc74dd
parent1c22f037fddb6dd9ea3b89ed25543f83c1e147ce (diff)
downloademacs-41cdda22c78eb0b00612ce25cdb356dd64322fcc.tar.gz
emacs-41cdda22c78eb0b00612ce25cdb356dd64322fcc.zip
* etc/PROBLEMS: Document Ubuntu 16.04 issue.
-rw-r--r--etc/PROBLEMS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 15e2b3359d4..7dfafe04deb 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2986,6 +2986,15 @@ as a macro. If the definition (in both unex*.c and malloc.c) is wrong,
2986it can cause problems like this. You might be able to find the correct 2986it can cause problems like this. You might be able to find the correct
2987value in the man page for a.out(5). 2987value in the man page for a.out(5).
2988 2988
2989* 'make check' failures
2990
2991** emacs-module-tests fail on Ubuntu 16.04
2992
2993This is due to a bug in GCC that was fixed in 2015; see
2994<https://lists.gnu.org/r/emacs-devel/2018-09/msg00548.html>.
2995You can work around the problem by using a later version of GCC or of
2996Ubuntu, or by configuring without modules.
2997
2989* Problems on legacy systems 2998* Problems on legacy systems
2990 2999
2991This section covers bugs reported on very old hardware or software. 3000This section covers bugs reported on very old hardware or software.