diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-04-19 14:06:50 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-04-19 14:06:50 +0000 |
commit | 924667ee548b92b95e9355db0db6b2bd974401be (patch) | |
tree | a20d78a5736dce96ce53538f993adccfb4b52290 /chapter06 | |
parent | c2863e6d25a5baff47d5911de3e8ac0d2ec63c71 (diff) |
Reinstate flex in chapter 5, for the sake on ar and ranlib.
This allows to reinstate bison's tests.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bison.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index a5ca3cfc0..e36e323eb 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -58,16 +58,19 @@ <screen><userinput remap="make">make</userinput></screen> -<!-- - <para>To test the results (about 2.2 SBU), issue:</para> + <para>To test the results (about 5.5 SBU), issue:</para> <screen><userinput remap="test">make check</userinput></screen> ---> + <para>13 tests fail in the "Diagnostics" section, probably because of + missing locales.</para> + +<!-- <para>There is a circular dependency between bison and flex with regard to the checks. If desired, after installing flex in the next section, the bison package can be rebuilt and the bison checks can be run with <command>make check</command>.</para> +--> <para>Install the package:</para> |