[Scion] Issue with installation of SCION Apps

Siddharth Mehrotra the4daspect at gmail.com
Fri Sep 6 16:32:22 CEST 2019


Hi,

While installing SCION-Apps, following error appeared on running ./deps.sh.
Is there any issue with this?

ubuntu at scionlab-ffaa-1-c28:~/go/src/github.com/netsec-ethz/scion-apps$
./deps.sh
+ printf '\n### Getting govendor ###\n'

### Getting govendor ###
+ grep v1.0.8
+ govendor -version
+ printf '\n### Getting vendor libraries\n'

### Getting vendor libraries
+ govendor sync -v
fetch "github.com/docker/docker/pkg/term"
fetch "github.com/docker/docker/pkg/term/windows"
fetch "github.com/netsec-ethz/rains/internal/pkg/algorithmTypes"
# cd .; git clone https://github.com/netsec-ethz/rains
/home/ubuntu/go/.cache/govendor/github.com/netsec-ethz/rains
Cloning into '/home/ubuntu/go/.cache/govendor/github.com/netsec-ethz/rains'.
..
error: index-pack died of signal 9
fatal: index-pack failed
fetch "github.com/netsec-ethz/rains/internal/pkg/cbor"
# cd .; git clone https://github.com/netsec-ethz/rains
/home/ubuntu/go/.cache/govendor/github.com/netsec-ethz/rains
Cloning into '/home/ubuntu/go/.cache/govendor/github.com/netsec-ethz/rains'.
..
error: index-pack died of signal 9
fatal: index-pack failed
fetch "github.com/netsec-ethz/rains/internal/pkg/connection"
# cd .; git clone https://github.com/netsec-ethz/rains
/home/ubuntu/go/.cache/govendor/github.com/netsec-ethz/rains
Cloning into '/home/ubuntu/go/.cache/govendor/github.com/netsec-ethz/rains'.
..
error: index-pack died of signal 9
fatal: index-pack failed
fetch "github.com/netsec-ethz/rains/internal/pkg/datastructures/bitarray"

Error appeared  while executing *make install command*

ubuntu at scionlab-ffaa-1-c28:~/go/src/github.com/netsec-ethz/scion-apps$ make
install
cd helloworld/ && go build
../lib/scionutil/hosts.go:27:2: cannot find package "
github.com/netsec-ethz/rains/pkg/rains" in any of:
        /home/ubuntu/go/src/
github.com/netsec-ethz/scion-apps/vendor/github.com/netsec-ethz/rains/pkg/rains
(vendor tree)
        /usr/local/go/src/github.com/netsec-ethz/rains/pkg/rains (from
$GOROOT)
        /home/ubuntu/go/src/github.com/netsec-ethz/rains/pkg/rains (from
$GOPATH)
Makefile:24: recipe for target 'helloworld/helloworld' failed
make: *** [helloworld/helloworld] Error 1

In this scenario SCION is running on perfectly and I am unable to install
SCION - Apps on the ubuntu machine.

Thanks,
Siddharth


More information about the Scion mailing list