solo-io / unik

The Unikernel & MicroVM Compilation and Deployment Platform
Apache License 2.0
2.72k stars 191 forks source link

'make containers' throws go-bindata error #153

Open GaetanLongree opened 6 years ago

GaetanLongree commented 6 years ago

After installing Unik and installing the various components to prepare to build containers from source, running the make containers command throws the following error

go-bindata -pkg versiondata -o containers/container-versions.go containers/versions.json
bindata: Input path 'containers/versions.json' is not a directory.
Makefile:129: recipe for target 'compilers-includeos-cpp-common' failed
make: *** [compilers-includeos-cpp-common] Error 1

The command at fault seems to be at line 16 in the Makefile.

My understanding is that go-bindata expects a directory and not a file as input, however this is the extent of my understanding, I was not able to dig deeper into the code :/

made2591 commented 5 years ago

same here on mac os host

Jksun88 commented 4 years ago

I face the same problem on

Distributor ID: Ubuntu Description: Ubuntu 18.04.3 LTS Release: 18.04 Codename: bionic