LuaDist/Repository

Error preloading the CMake cache script

moteus opened this issue · 3 comments

Yesterday my build starts fail.
I do not change any in repo except update version in dist.info.
On my machine after reinstall my system I got same error. I can not make any of my module.

Please add -verbose switch to the build so I can see where CMake fails. More specifically line /home/jenkins/luadist _test make ., change it to /home/jenkins/luadist _test make . -verbose.

it does not install libzmq as deps and fail[1]. dist.info contain it as deps.
I post logs from my machine later.

1 - https://buildhive.cloudbees.com/job/moteus/job/lzmq/51

Sorry for the very late reply. I see that the project is now building without issues. The problem was with the "make" command in luadist. It does not install the dependencies needed by the package you are developing. This will be changed in the next 0.3 luadist-git release.