You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :/
The text was updated successfully, but these errors were encountered:
GaetanLongree
changed the title
'make containers' throws bindata error
'make containers' throws go-bindata error
Feb 20, 2018
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 :/
The text was updated successfully, but these errors were encountered: