Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a few make error, and update the database to the latest v8.0 #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

PeterDaveHello
Copy link

Hi @adewes, I just found that there are two small issues that causing make failure. The fix patch in the pull request should resolve them, and I also update the database to the latest v8.0, please let me know if you'd like to have the fix and the update in separated pull requests, thanks.

This is the error message that might be caused by 2162e73:

1. make: *** No rule to make target 'pwned-passwords-2.0.bloom.gz', needed by 'bloom-filter'.  Stop.
2. Error: open /home/user/have-i-been-bloomed/pwned-passwords-2.0.bloom.gz: no such file or directory
Fix the problem:

```
go get github.com/dcso/bloom
go get: github.com/dcso/[email protected] updating to
        github.com/dcso/[email protected]: parsing go.mod:
        module declares its path as: github.com/DCSO/bloom
                but was required as: github.com/dcso/bloom
Makefile:21: recipe for target 'bloom-tool' failed
make: *** [bloom-tool] Error 1
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant