moby / vpnkit

A toolkit for embedding VPN capabilities in your application
Apache License 2.0
1.09k stars 182 forks source link

Trying to compile on Ubuntu 18.04 keep hitting "opam install tcpip -t' failed" #545

Open bradsacks99 opened 3 years ago

bradsacks99 commented 3 years ago

I'm trying to build vpnkit and run it on Ubuntu.

- install tcpip             dev       

The former state can be restored with:
    opam switch import
"~/vpnkit/_build/opam/4.07.0/backup/state-20210509204129.export"
'opam install tcpip -t' failed.
Makefile:27: recipe for target '/home/test.admin/vpnkit/_build/opam' failed
make: *** [/home/test.admin/vpnkit/_build/opam] Error 4

But, then if I install it separately I get:

opam install tcpip -t --root _build/opam/ [NOTE] Package tcpip is already installed (current version is dev).

I'm a little stuck. I tried this on master and the v0.5.0 release tag.