Search Criteria
Package Details: syzkaller-git r5884.79264ae39-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/syzkaller-git.git (read-only, click to copy) |
---|---|
Package Base: | syzkaller-git |
Description: | a distributed, unsupervised, coverage-guided Linux syscall fuzzer |
Upstream URL: | https://github.com/google/syzkaller |
Licenses: | Apache |
Submitter: | anatolik |
Maintainer: | anatolik |
Last Packager: | anatolik |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-17 23:17 (UTC) |
Last Updated: | 2021-01-03 18:01 (UTC) |
Dependencies (2)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
andreip commented on 2018-04-12 07:35 (UTC) (edited on 2018-04-12 07:36 (UTC) by andreip)
I'm getting
I have
${GOPATH} == ${HOME}/go
which is outside/tmp
Apparently go install needs to be told where to install in that case. I can't find anything related to go however in thePKGBUILD
.Can anybody help?
EDIT: code formatting