Opened 16 years ago

Closed 16 years ago

#2549 closed defect (fixed)

cracklib: "make test" fails

Reported by: Jeremy Henty Owned by: thomas
Priority: normal Milestone: 6.3
Component: BOOK Version: 6.3
Severity: normal Keywords: cracklib
Cc:

Description

After building cracklib as per 6.3-rc3 , "make test" fails with

[...] util/cracklib-check < test-data /bin/sh: test-data: No such file or directory make: * [test] Error 1

There does not appear to be any way to create the test-data file. The cracklib-2.8.3 tarball contains a test-data file but the cracklib-2.8.12 tarball does not.

Change History (3)

comment:1 by thomas, 16 years ago

the missing file is a simple text file containing

antzer
G@ndalf
neulinger
lantzer
Pa$$w0rd
PaS$W0rd
Pas$w0rd
Pas$W0rd
Pa$sw0rd
Pa$sW0rd

we could simply create that file right before doing the "make test". If you think that would be a proper solution, I'll go to edit the page.

comment:2 by thomas, 16 years ago

Owner: changed from blfs-book@… to thomas
Status: newassigned

comment:3 by thomas, 16 years ago

Resolution: fixed
Status: assignedclosed

Committed the changes since Jeremy has tested that successfully. Thanks Jeremy for the report.

Note: See TracTickets for help on using tickets.