Source 'make build' fails
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 238
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Trying to build from source on Ubuntu 18.04 with Hashcat 5.1.0 but getting the following error:
# github.com/fireeye/gocat
In file included from /usr/local/include/hashcat/types.h:28:0,
from ./wrapper.h:5,
from ../gocat/gocat.go:9:
/usr/local/include/hashcat/ext_lzma.h:8:10: fatal error: LzmaDec.h: No such file or directory
#include
compilation terminated.
Makefile:14: recipe for target 'build' failed
make: *** [build] Error 2
So far I've built Hashcat in Shared mode and confirmed it works with my GPUs.
Any help would be greatly appreciated.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing `make build` on Ubuntu 18.04 with Hashcat 5.1.0, then inspect the Makefile target and the include chain through `wrapper.h` and `gocat.go`. Done means the source build completes without the missing `LzmaDec.h` error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100