diff options
Diffstat (limited to 'chapter08/bison.xml')
-rw-r--r-- | chapter08/bison.xml | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/chapter08/bison.xml b/chapter08/bison.xml index 687cdf9ee..1727660d8 100644 --- a/chapter08/bison.xml +++ b/chapter08/bison.xml @@ -39,38 +39,19 @@ <sect2 role="installation"> <title>Installation of Bison</title> -<!-- - <para>First, fix a build problem with the current version:</para> -<screen><userinput remap="pre">sed -i '9327 s/mv/cp/' Makefile.in</userinput></screen> ---> <para>Prepare Bison for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen> -<!-- I could not find a race condidtion in the current version. - <para>Compile the package, but work around a race condition in the - current version:</para> - -<screen><userinput remap="make">make -j1</userinput></screen>--> - <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> - <para>To test the results (about 5.5 SBU), issue:</para> - -<screen><userinput remap="test">make check</userinput></screen> - - <para>Fourteen tests fail in the "Diagnostics" section, probably because of - missing locales.</para> + <para>The tests are known to fail using multiple processors. + To test the results (about 5.5 SBU), issue:</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> ---> +<screen><userinput remap="test">make -j1 check</userinput></screen> <para>Install the package:</para> |