diff options
Diffstat (limited to 'chapter06/bison.xml')
-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> |