Closed
Description
Environment
Vuls
Hash : ____
To check the commit hash of HEAD
$ cd $GOPATH/src/github.com/future-architect/vuls
$ git rev-parse --short HEAD
eb2598f
OS
- Target Server: NA
- Vuls Server: Debian http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Jessie_Snapshot_console
Go
- Go version: go version go1.8.1 linux/arm
Current Output
~/go/src/github.com/future-architect/vuls$ make install
go get -u github.com/golang/dep/...
dep ensure
could not find project Gopkg.toml, use dep init to initiate a manifest
GNUmakefile:27: recipe for target 'dep' failed
Addition Details
Previously it ran fine on another ARM Linux OS
Expected Behavior
Successful make install
Actual Behavior
Errors as mentoned above
Steps to reproduce the behaviour
mkdir -p $GOPATH/src/github.com/future-architect;
cd $GOPATH/src/github.com/future-architect;
git clone https://github.com/future-architect/vuls.git;
cd vuls;
make install;
Metadata
Metadata
Assignees
Labels
No labels