[LFS 11.0 - systemd] GCC test suite errors in Ch. 8.26
by peristaltic from LinuxQuestions.org on (#5P5V7)
Hello --
Book version: LFS 11.0 systemd
Host system: Linux Mint 20.1
All tests passed in the HSR script
I tried using the search function here on LQ but got a "database error".
Everything has gone without a hitch until now, Chapter 8.26 - GCC-11.2.0
I am in the chroot environment. After running the "make check" command as "tester", I reviewed the summary of failures by running:
Code:../contrib/test_summary | grep -A7 SummThe number of unexpected failures in g++ worries me.
Code: === g++ Summary ===
# of expected passes 210136
# of unexpected failures 2666
# of expected failures 1073
# of unresolved testcases 203
# of unsupported tests 9048
/sources/gcc-11.2.0/build/gcc/xg++ version 11.2.0 (GCC)
--This seems like a very large number, far more than the dozen or so failures listed as expected in the LFS chapter 8.26 page.
My questions are:
Thanks!
Book version: LFS 11.0 systemd
Host system: Linux Mint 20.1
All tests passed in the HSR script
I tried using the search function here on LQ but got a "database error".
Everything has gone without a hitch until now, Chapter 8.26 - GCC-11.2.0
I am in the chroot environment. After running the "make check" command as "tester", I reviewed the summary of failures by running:
Code:../contrib/test_summary | grep -A7 SummThe number of unexpected failures in g++ worries me.
Code: === g++ Summary ===
# of expected passes 210136
# of unexpected failures 2666
# of expected failures 1073
# of unresolved testcases 203
# of unsupported tests 9048
/sources/gcc-11.2.0/build/gcc/xg++ version 11.2.0 (GCC)
--This seems like a very large number, far more than the dozen or so failures listed as expected in the LFS chapter 8.26 page.
My questions are:
- should I be concerned about this number of failures?
- if this is indeed a problem, what went wrong and how to resolve it? I'm really hoping to avoid starting over because as you know it's a lot of manual typing.
Thanks!