LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Some Bison tests fail on LFS 11.1 (https://www.linuxquestions.org/questions/linux-from-scratch-13/some-bison-tests-fail-on-lfs-11-1-a-4175715720/)

budrz89 08-15-2022 06:58 PM

Some Bison tests fail on LFS 11.1
 
1 Attachment(s)
Hi,

I'm trying to build LFS 11.1, sysV init, on a 64 bit, Asus ROG strix g15 laptop. It was building fine until the chapter 8 tests for Bison.

I've attached the log file of the 'make check'. It is only 16 tests that failed out of 712 but I want to be sure that it's OK to proceed.

hazel 08-16-2022 05:31 AM

For some packages -- gcc and its three library dependencies, glibc, binutils -- the tests are essential. For most packages they are not. For something like bison, 16 failures out of 712 doesn't sound terrible to me. In your place I would just continue.

budrz89 08-16-2022 08:42 AM

Thanks! That sounds like a good rule of thumb.

I'll keep that mind for next time.

hazel 08-16-2022 08:58 AM

Looking again at your attachment, it seems to me that all the recorded failures are in a section that produces diagnostic messages for various kinds of code errors. Now you are not going to be using bison yourself for developing programs. You only need it as a dependency for other builds. So I really doubt that those errors are significant.

budrz89 08-16-2022 05:20 PM

@hazel, thanks for informing me on this.

It is true that I am unlikely to use Bison for developing purposes, only for satisfying a dependency.


All times are GMT -5. The time now is 05:31 PM.