On Thu, Aug 14, 2008 at 06:52:37PM +0200, Thomas Trepl wrote: > Jeremy, > > could you please test whether the "make test" will go right when you > first do following command > > cat > test-data <<"EOF" > antzer > [EMAIL PROTECTED] > neulinger > lantzer > Pa$$w0rd > PaS$W0rd > Pas$w0rd > Pas$W0rd > Pa$sw0rd > Pa$sW0rd > EOF
Yes it does (exit status zero, log attached). Looking forward to seeing this instruction added and the ticket closed! Regards, Jeremy Henty
make all-recursive make[1]: Entering directory `/data/build.d/6.3/cracklib-2.8.12' Making all in m4 make[2]: Entering directory `/data/build.d/6.3/cracklib-2.8.12/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/data/build.d/6.3/cracklib-2.8.12/m4' Making all in lib make[2]: Entering directory `/data/build.d/6.3/cracklib-2.8.12/lib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/data/build.d/6.3/cracklib-2.8.12/lib' Making all in util make[2]: Entering directory `/data/build.d/6.3/cracklib-2.8.12/util' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/data/build.d/6.3/cracklib-2.8.12/util' Making all in po make[2]: Entering directory `/data/build.d/6.3/cracklib-2.8.12/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/data/build.d/6.3/cracklib-2.8.12/po' Making all in doc make[2]: Entering directory `/data/build.d/6.3/cracklib-2.8.12/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/data/build.d/6.3/cracklib-2.8.12/doc' Making all in python make[2]: Entering directory `/data/build.d/6.3/cracklib-2.8.12/python' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/data/build.d/6.3/cracklib-2.8.12/python' Making all in dicts make[2]: Entering directory `/data/build.d/6.3/cracklib-2.8.12/dicts' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/data/build.d/6.3/cracklib-2.8.12/dicts' make[2]: Entering directory `/data/build.d/6.3/cracklib-2.8.12' ======================================================= Be sure and obtain a large wordlist file and run make install and make dict to generate the word list index file. See the README file for more details. ======================================================= make[2]: Leaving directory `/data/build.d/6.3/cracklib-2.8.12' make[1]: Leaving directory `/data/build.d/6.3/cracklib-2.8.12' ======================================================= If you get an error when running make test about a missing pw_dict.pwd file, that indicates that the word list dictionary file has not been built. You need to at least run make install and make dict to install the dictionay. See the README file for more details. ======================================================= util/cracklib-check < test-data antzer: it is based on a dictionary word [EMAIL PROTECTED]: it is based on a (reversed) dictionary word neulinger: it is based on a dictionary word lantzer: it is based on a dictionary word Pa$$w0rd: it is based on a dictionary word PaS$W0rd: it is based on a dictionary word Pas$w0rd: it is based on a dictionary word Pas$W0rd: it is based on a dictionary word Pa$sw0rd: it is based on a dictionary word Pa$sW0rd: it is based on a dictionary word
-- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
