Package Details: syzkaller-git r5884.79264ae39-1

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)

Required by (0)

Sources (1)

Latest Comments

andreip commented on 2018-04-12 07:35 (UTC) (edited on 2018-04-12 07:36 (UTC) by andreip)

I'm getting

==> Starting build()...
GOOS=linux GOARCH=amd64 go install ./syz-manager
go install: no install location for directory /tmp/yaourt-tmp-andrei/aur-syzkaller-git/src/syzkaller/syz-manager outside GOPATH
    For more details see: 'go help gopath'
make: *** [Makefile:115: host] Error 1

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 the PKGBUILD.

Can anybody help?

EDIT: code formatting