Sunday, 2021-08-29

kata-irc-bot<starun.1998> sorry for late response !!  on running this `go get -d -u ...` command  the package dir kata-containers are found in  `$GOPATH/pkg/mod/github.com/kata-containers/kata-containers@v0.0.0-20210827192809-fb583780f6b1/`  `$GOPATH/src` is empty  also `$GOPATH/pkg/mod/kata-containers/kata-containers@v0.0.0-20210827192809-fb583780f6b1/src/`  there are two dir name `agent  trace-forwarder`  only and no `runtime` dir12:16
kata-irc-bot<fidencio> ```fidencio@quino ~ $ podman run -it fedora:34 [root@52d42ca61ed6 /]# dnf -y install golang ... Complete! [root@52d42ca61ed6 /]# export GO111MODULE=auto [root@52d42ca61ed6 /]# export GOPATH=$HOME/go [root@52d42ca61ed6 /]# go get -d -u github.com/kata-containers/kata-containers package github.com/kata-containers/kata-containers: no Go files in /root/go/src/github.com/kata-containers/kata-containers [root@52d42ca61ed6 /]# ls -lha14:10
kata-irc-bot~/go/src/github.com/kata-containers/kata-containers/src/runtime/ total 152K drwxr-xr-x. 12 root root  310 Aug 29 14:08 . drwxr-xr-x.  5 root root   78 Aug 29 14:08 .. -rw-r--r--.  1 root root  751 Aug 29 14:08 .gitignore -rw-r--r--.  1 root root  413 Aug 29 14:08 CODEOWNERS -rw-r--r--.  1 root root  12K Aug 29 14:08 LICENSE -rw-r--r--.  1 root root  24K Aug 29 14:08 Makefile -rw-r--r--.  1 root root 6.0K Aug 29 14:08 README.md lrwxrwxrwx.  1 root14:10
kata-irc-botroot   13 Aug 29 14:08 VERSION -> ../../VERSION drwxr-xr-x.  2 root root  156 Aug 29 14:08 arch drwxr-xr-x.  5 root root 1.5K Aug 29 14:08 cli drwxr-xr-x.  2 root root  680 Aug 29 14:08 containerd-shim-v2 drwxr-xr-x.  3 root root   92 Aug 29 14:08 data -rw-r--r--.  1 root root 2.6K Aug 29 14:08 go.mod -rw-r--r--.  1 root root  88K Aug 29 14:08 go.sum -rw-r--r--.  1 root root 2.1K Aug 29 14:08 golang.mk drwxr-xr-x.  2 root root  146 Aug 29 14:0814:10
kata-irc-bothack drwxr-xr-x.  2 root root   70 Aug 29 14:08 netmon drwxr-xr-x.  8 root root  144 Aug 29 14:08 pkg drwxr-xr-x.  3 root root   34 Aug 29 14:08 protocols drwxr-xr-x.  9 root root  218 Aug 29 14:08 vendor drwxr-xr-x. 11 root root 2.8K Aug 29 14:08 virtcontainers``` 14:10
kata-irc-bot<fidencio> So, please, use `GO111MODULE=auto`  and only then do a `go get ...`14:10

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!