Opened 17 years ago
Closed 17 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 , 17 years ago
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed the changes since Jeremy has tested that successfully. Thanks Jeremy for the report.
Note:
See TracTickets
for help on using tickets.
the missing file is a simple text file containing
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.