Author: xry111
Date: Fri Aug  7 05:41:18 2020
New Revision: 23462

Log:
mitkrb: run test suite with -j1

Modified:
   trunk/BOOK/postlfs/security/mitkrb.xml

Modified: trunk/BOOK/postlfs/security/mitkrb.xml
==============================================================================
--- trunk/BOOK/postlfs/security/mitkrb.xml      Thu Aug  6 21:12:25 2020        
(r23461)
+++ trunk/BOOK/postlfs/security/mitkrb.xml      Fri Aug  7 05:41:18 2020        
(r23462)
@@ -129,13 +129,14 @@
 
     <para>
       To test the build, issue as the <systemitem
-      class="username">root</systemitem> user: <command>make -k 
check</command>.
+      class="username">root</systemitem> user: <command>make -k -j1 
check</command>.
       <!-- You need at least <xref link end="tcl"/>, which is used to drive the
       testsuite.  Furthermore, <xref link end="dejagnu"/> must be available for
       some of the tests to run.--> If you have a former version of MIT 
Kerberos V5
       installed, it may happen that the test suite may pick up the installed
       versions of the libraries, rather than the newly built ones. If so, it is
       better to run the tests after the installation.
+      <!-- Note: on my laptop -j8 fails but -j1 passes -->
     </para>
 
     <para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to