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
Branch is set to master there! Visited this repository and found that there was some changes "yesterday". After changes cuttlefish version was set to v2.6.0 but in the dependency list in VerneMQ v1.11.0 source cuttlefish version is v2.3.0. It looks like this broke the whole build process from source. Also removing that include line from config does not work either I get other errors in the console.
May be it is possible to have some tags in this repository too and do not depend on master branch as it can change some day unexpectedly again. Can this problem be fixed?
The text was updated successfully, but these errors were encountered:
vytasmk
changed the title
Can't build VerneMQ v1.11.0 from source as itis bound to master of this repo
Can't build VerneMQ v1.11.0 from source as it is bound to master branch of this repo
Mar 30, 2021
I am building VerneMQ not from master bus using release version. v1.11.0 so it should not change in time. And from the release of the VerneMQ v1.11.0 there was more commit in this rebar3_cuttlefish repository. So it should be using not master branch but some tag to always get to right dependency set.
I cloned source of the VerneMQ v1.11.0 and changed in the rebar.config file line from master branch to specific commit hash number before official VerneMQ v1.11.0 release and now everything builds and works as earlier.
I have building VerneMQ from source and now working with v1.11.0 until yesterday everything was working fine.
From yesterday I started getting strange error after build:
Checked what line is cousing this problem and found that default config now has this line at the end:
And VerneMQ does not like it. Started digging what caused this as few days ago it was working fine and I have made no changes.
And found one line in
rebar.config
Branch is set to master there! Visited this repository and found that there was some changes "yesterday". After changes cuttlefish version was set to v2.6.0 but in the dependency list in VerneMQ v1.11.0 source cuttlefish version is v2.3.0. It looks like this broke the whole build process from source. Also removing that include line from config does not work either I get other errors in the console.
May be it is possible to have some tags in this repository too and do not depend on master branch as it can change some day unexpectedly again. Can this problem be fixed?
The text was updated successfully, but these errors were encountered: