Domoticz: Update to version 12102 not working

Created on 28 May 2020  路  11Comments  路  Source: domoticz/domoticz

It updates to 12099.

For details see: https://www.domoticz.com/forum/viewtopic.php?f=6&t=32858

Regards

All 11 comments

Same problem too.
./updatebeta does not work either.

Already noted and being worked on

I checked the updater script and noticed the APPHASH is strange?

#define APPVERSION 12102
#define APPHASH "b5745509b-modified"
#define APPDATE 1590645937

Not sure if it's related though.

Nope, strangely it seems that the output (of my 32bit build system anyway) put the compiled executable into a 'bin' folder
This caused the new archive not to be uploaded, but the apphash was updated.

Made some changes and it seems to build fine again

After screen refresh in FF it now wants 12105 and same update loop. On 12102 according to the main dashboard page.

12106 fixes the issue. Tnx !

Unfortunately there still seems to be a issue as the CMake produces the final binary in the 'bin' folder for some reason.
It could be because of some external project CMake configuration, this was a copy/build action
Still have to find a solution for this

I'm also stuck on 12099, manual update doesn't help.
image

@gizmocuz anything you can help me/us with?

Unfortunately there still seems to be a issue as the CMake produces the final binary in the 'bin' folder for some reason.
It could be because of some external project CMake configuration, this was a copy/build action
Still have to find a solution for this

@gizmocuz ,
Maybe it has something to do with the https://github.com/domoticz/domoticz/commit/8f9c93cca81c294c72fd033052978f6cfe7c8dc3# change in https://github.com/domoticz/domoticz/commit/8f9c93cca81c294c72fd033052978f6cfe7c8dc3#diff-af3b638bc2a3e6c650974192a53c7291 line 386 a line is added regarding binary directory

+ set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR})
+ #SET(EXECUTABLE_OUTPUT_PATH "" CACHE INTERNAL "Where to put the executables for Domoticz")


New beta release 12117 works fine! Thanks!
image

Not really... Made another local patch
Very weird this started on 32bit build lately since I force the external dependencies to be up to date
Glad it is working

Was this page helpful?
0 / 5 - 0 ratings