# HG changeset patch # User "Yann E. MORIN" # Date 1302196632 -7200 # Node ID ff33dccf005c93c4eaa93a877da2c237deabcf99 # Parent d1b8e9836cbf69d3f59a565182c83732b07096d2 docs: use the error message in the known issues titles This helps users find the appropriate known issue entry. Signed-off-by: "Yann E. MORIN" diff -r d1b8e9836cbf -r ff33dccf005c docs/B - Known issues.txt --- a/docs/B - Known issues.txt Thu Apr 07 19:13:09 2011 +0200 +++ b/docs/B - Known issues.txt Thu Apr 07 19:17:12 2011 +0200 @@ -19,7 +19,8 @@ -------------------------------- Symptoms: - A one-liner of what you would observe. + A one- or two-liner of what you would observe. + Usually, the error message you would see in the build logs. Explanations: An as much as possible in-depth explanations of the context, why it @@ -107,8 +108,7 @@ -------------------------------- Symptoms: - While building the final gcc, I get an error message that ends with: - libtool.m4: error: problem compiling FC test program + libtool.m4: error: problem compiling FC test program Explanations: The gcc build procedure tries to run a Fortran test to see if it has a @@ -129,7 +129,7 @@ -------------------------------- Symptoms: - gcc barfs because it is "unable to detect the exception model". + unable to detect the exception model Explanations: On some architectures, proper stack unwinding (C++) requires that @@ -147,9 +147,7 @@ -------------------------------- Symptoms: - Installing the C library headers and start files fails because of - missing unwind support, with a message like: - configure: error: forced unwind support is required + configure: error: forced unwind support is required Explanations: The issue seems to be related to building NPTL on old versions