slackhq / go-audit

go-audit is an alternative to the auditd daemon that ships with many distros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-audit make is not showing any progress

nbommu1 opened this issue · comments

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.

Description

make is running for day with progress

Reproducible in:

go-audit version:
OS version(s): go1.7.4 linux/amd64

Steps to reproduce:

  1. mkdir ~/go-test
  2. export GOPATH=$HOME/go-test
  3. cd go-test
  4. go get -u github.com/kardianos/govendor
    5.cd src
  5. git clone https://github.com/slackhq/go-audit.git
  6. cd go-audit
  7. make

Expected result:

N/A

Actual result:

[go-audit]# make
govendor sync

make stays here, no progress on this.

[ go-test]# du -sh *
8.9M bin
1.4M pkg
9.0M src
[go-test]# du -sh .cache
64M .cache

please ignore this, all these issues i have in centos 6, it works great in amzn linux.