cespare / reflex

Run a command when files change

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation takes hours

Laz80UK opened this issue · comments

Hi there, I am trying to install reflex on a Centos 6 using go get github.com/cespare/reflex. It has been running now for hours. This is what I see on the box:

root      6929  2750  0 11:18 pts/0    00:00:01 go get github.com/cespare/reflex
root      7213  6929  0 11:18 pts/0    00:00:00 git clone https://gopkg.in/fsnotify.v1 /root/golang/src/gopkg.in/fsnotify.v1
root      7214  7213  0 11:18 pts/0    00:00:00 git-remote-https https://gopkg.in/fsnotify.v1 https://gopkg.in/fsnotify.v1
root      7216  7214  0 11:18 pts/0    00:00:00 git fetch-pack --stateless-rpc --lock-pack --thin --no-progress https://gopkg.in/fsnotify.v1  efs/heads/master  efs/heads/v0  efs/tags/v0.8.06  efs/tags/v0.8.07  efs/tags/v0.8.08  efs/tags/v0.8.09  efs/tags/v0.8.10  efs/tags/v0.8.11  efs/tags/v0.8.12  efs/tags/v0.8.13  efs/tags/v0.9.0  efs/tags/v0.9.1  efs/tags/v0.9.2  efs/tags/v0.9.3  efs/tags/v1.0.0  efs/tags/v1.0.2  efs/tags/v1.0.3  efs/tags/v1.0.4  efs/tags/v1.1.0  efs/tags/v1.1.1  efs/tags/v1.2.0  efs/tags/v1.2.1  efs/tags/v1.2.10  efs/tags/v1.2.11  efs/tags/v1.2.5  efs/tags/v1.2.8  efs/tags/v1.2.9  efs/tags/v1.3.0
root      8368  7916  0 14:04 pts/2    00:00:00 grep go

Is this normal or am I missing something related to this installation?

Okay, I think I found it...
Had to replace gopkg.in/fsnotify.v1 with github.com/fsnotify/fsnotify in watch.go and main.go.
Could you please update them in the repository and test it? Many thanks.