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 :/
After installing Unik and installing the various components to prepare to build containers from source, running the
make containers
command throws the following errorThe 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 :/