Page 2 of 32

Re: Testers wanted!

Posted: Tuesday 24 November 2015 22:17
by chimit
thecosmicgate wrote:Still possible to test ? Or testers wanted :-)?

Sent from my MotoG3 using Tapatalk
Sure we still need testers, PM me your email address... and I will get you started.

Re: Testers wanted!

Posted: Wednesday 25 November 2015 10:50
by rgroothuis
Let me know if you need more testers, I like the idea and willing to support this.

Re: Testers wanted!

Posted: Friday 27 November 2015 23:28
by assenzuid
I will also give it a try.

Re: Testers wanted!

Posted: Saturday 28 November 2015 13:41
by chimit
For people with concerns about being in the cloud, I made a compile-time option to build Domoticz with no cloud-code at all.

Re: Testers wanted!

Posted: Saturday 28 November 2015 13:48
by jvdz
chimit wrote:For people with concerns about being in the cloud, I made a compile-time option to build Domoticz with no cloud-code at all.
Having the code in the core Domoticz setup should not be a problem as long as it is disabled by default... right?
It would be a shame when everybody that doesn't want to use this feature, would not be able to use the standard build-in update facility and are forced to compile themselves.

Jos

Re: Testers wanted!

Posted: Saturday 28 November 2015 14:01
by chimit
True, the service is disabled by default. Only when you choose to, Domoticz will connect to the cloud.

Re: Testers wanted!

Posted: Saturday 28 November 2015 17:02
by chimit
There's a description of the service at http://domoticz.com/wiki/MyDomoticz

Re: Testers wanted!

Posted: Sunday 29 November 2015 11:05
by thecosmicgate
As described in the wiki : You won’t see your domoticz instance yet. For this, you need to instruct your local Domoticz on the settings page. Scroll down to “MyDomoticz settings”. The MyDomoticz instance id will be empty.

This option is not available in the settings tab(running the latest beta)

Sent from my MotoG3 using Tapatalk

Re: Testers wanted!

Posted: Sunday 29 November 2015 12:35
by fhwessels
chimit I don't see the MyDomoticz service in the Domoticz setup pages. Where will I get it? I am running ver 2.3713

Re: Testers wanted!

Posted: Sunday 29 November 2015 13:03
by jvdz
Probably because it isn't integrated yet as stated in the Wiki ;)
Alpha phase
Note that currently the MyDomoticz service is in alpha phase and is not available through the normal beta release update. This will be changed as soon as we made sure that the service is bug free.
We happily welcome all alpha testers and if you want to join, send a pm to user "chimit" on the Domoticz forum.
Jos

Re: Testers wanted!

Posted: Sunday 06 December 2015 8:20
by fhwessels
just a question how do update to the next beta release?

Re: Testers wanted!

Posted: Sunday 06 December 2015 12:11
by chimit
In the domoticz directory where you checked out the MyDomoticz branch, issue "git pull" and then "make" again. This will build a new beta release.
After that restart domoticz and presto.

== Rene

Re: Testers wanted!

Posted: Monday 07 December 2015 14:56
by fhwessels
hi chimit I have the following issue I can log on via My.Domoticz.com without any problem and I can manage my system via the web. The next time I try to log to my system the icon of the man is now red and the only way that I can log onto my system again is to reboot the raspberrypi Why will this happen?

Re: Testers wanted!

Posted: Monday 07 December 2015 15:57
by chimit
When did you do a git pull for the last time?
Apologies, I was working on a performance and code boost, but something must have gone wrong.

Try to do a git reset --hard 72b481e717bf70eaf222bbd08340be33aac10bb9
This commit should work well, meanwhile I find time to fix everything.

== Rene

Re: Testers wanted!

Posted: Monday 07 December 2015 16:11
by fhwessels
I did a git pull about 20 min ago and now I cannot log on to the system it just comes up with "Domictz Offline". Also did git reset.

Re: Testers wanted!

Posted: Monday 07 December 2015 17:08
by chimit
Could you do a git pull again? I reverted to an older version until I have time to fix this.

Re: Testers wanted!

Posted: Monday 07 December 2015 17:15
by fhwessels
tells me that I "Already up-to-date" when I do git pull

Re: Testers wanted!

Posted: Monday 07 December 2015 22:13
by Skerved
Would like to test, but unable to send PM just yet.

Re: Testers wanted!

Posted: Tuesday 08 December 2015 13:55
by chimit
All beta testers are advised to update to the latest commit. A separate email to you all will follow.

Re: Testers wanted!

Posted: Tuesday 08 December 2015 16:23
by fhwessels
Hi chimit I did a get pull and make an now I get this error;

Code: Select all

Linking CXX executable domoticz
CMakeFiles/domoticz.dir/webserver/proxyclient.cpp.o: In function `http::server::              CProxyClient::CProxyClient(boost::asio::io_service&, boost::asio::ssl::context&,               http::server::cWebem*)':
proxyclient.cpp:(.text+0x456c): undefined reference to `boost::atomics::detail::              lockpool::scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text+0x4578): undefined reference to `boost::atomics::detail::              lockpool::scoped_lock::~scoped_lock()'
proxyclient.cpp:(.text+0x45bc): undefined reference to `boost::atomics::detail::              lockpool::scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text+0x45c8): undefined reference to `boost::atomics::detail::              lockpool::scoped_lock::~scoped_lock()'
proxyclient.cpp:(.text+0x462c): undefined reference to `boost::atomics::detail::              lockpool::scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text+0x463c): undefined reference to `boost::atomics::detail::              lockpool::scoped_lock::~scoped_lock()'
proxyclient.cpp:(.text+0x4664): undefined reference to `boost::atomics::detail::              lockpool::scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text+0x4674): undefined reference to `boost::atomics::detail::              lockpool::scoped_lock::~scoped_lock()'
CMakeFiles/domoticz.dir/webserver/proxyclient.cpp.o: In function `boost::lockfre              e::detail::freelist_stack<boost::lockfree::queue<ProxyPdu*, boost::parameter::vo              id_, boost::parameter::void_, boost::parameter::void_>::node, std::allocator<boo              st::lockfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_,               boost::parameter::void_>::node> >::~freelist_stack()':
proxyclient.cpp:(.text._ZN5boost8lockfree6detail14freelist_stackINS0_5queueIP8Pr              oxyPduNS_9parameter5void_ES7_S7_E4nodeESaIS9_EED2Ev[_ZN5boost8lockfree6detail14f              reelist_stackINS0_5queueIP8ProxyPduNS_9parameter5void_ES7_S7_E4nodeESaIS9_EED5Ev              ]+0x14): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::              scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree6detail14freelist_stackINS0_5queueIP8Pr              oxyPduNS_9parameter5void_ES7_S7_E4nodeESaIS9_EED2Ev[_ZN5boost8lockfree6detail14f              reelist_stackINS0_5queueIP8ProxyPduNS_9parameter5void_ES7_S7_E4nodeESaIS9_EED5Ev              ]+0x20): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::              ~scoped_lock()'
CMakeFiles/domoticz.dir/webserver/proxyclient.cpp.o: In function `boost::lockfre              e::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, boost::par              ameter::void_>::~queue()':
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              24): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::scop              ed_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              30): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~sco              ped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              58): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::scop              ed_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              64): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~sco              ped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              88): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::scop              ed_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              98): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~sco              ped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              ec): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::scop              ed_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              f8): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~sco              ped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              104): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::sco              ped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              110): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~sc              oped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              158): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::sco              ped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              164): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~sc              oped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              19c): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::sco              ped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              1a8): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~sc              oped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              1b8): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::sco              ped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              1c4): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~sc              oped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              1e4): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::sco              ped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              1f0): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~sc              oped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              238): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::sco              ped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              244): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~sc              oped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              250): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::sco              ped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_ED2Ev[_ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5_S5_ED5Ev]+0x              25c): undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~sc              oped_lock()'
CMakeFiles/domoticz.dir/webserver/proxyclient.cpp.o: In function `boost::lockfre              e::detail::freelist_stack<boost::lockfree::queue<ProxyPdu*, boost::parameter::vo              id_, boost::parameter::void_, boost::parameter::void_>::node, std::allocator<boo              st::lockfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_,               boost::parameter::void_>::node> >::deallocate_impl(boost::lockfree::queue<Proxy              Pdu*, boost::parameter::void_, boost::parameter::void_, boost::parameter::void_>              ::node*)':
proxyclient.cpp:(.text._ZN5boost8lockfree6detail14freelist_stackINS0_5queueIP8Pr              oxyPduNS_9parameter5void_ES7_S7_E4nodeESaIS9_EE15deallocate_implEPS9_[boost::loc              kfree::detail::freelist_stack<boost::lockfree::queue<ProxyPdu*, boost::parameter              ::void_, boost::parameter::void_, boost::parameter::void_>::node, std::allocator              <boost::lockfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::vo              id_, boost::parameter::void_>::node> >::deallocate_impl(boost::lockfree::queue<P              roxyPdu*, boost::parameter::void_, boost::parameter::void_, boost::parameter::vo              id_>::node*)]+0x18): undefined reference to `boost::atomics::detail::lockpool::s              coped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree6detail14freelist_stackINS0_5queueIP8Pr              oxyPduNS_9parameter5void_ES7_S7_E4nodeESaIS9_EE15deallocate_implEPS9_[boost::loc              kfree::detail::freelist_stack<boost::lockfree::queue<ProxyPdu*, boost::parameter              ::void_, boost::parameter::void_, boost::parameter::void_>::node, std::allocator              <boost::lockfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::vo              id_, boost::parameter::void_>::node> >::deallocate_impl(boost::lockfree::queue<P              roxyPdu*, boost::parameter::void_, boost::parameter::void_, boost::parameter::vo              id_>::node*)]+0x24): undefined reference to `boost::atomics::detail::lockpool::s              coped_lock::~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree6detail14freelist_stackINS0_5queueIP8Pr              oxyPduNS_9parameter5void_ES7_S7_E4nodeESaIS9_EE15deallocate_implEPS9_[boost::loc              kfree::detail::freelist_stack<boost::lockfree::queue<ProxyPdu*, boost::parameter              ::void_, boost::parameter::void_, boost::parameter::void_>::node, std::allocator              <boost::lockfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::vo              id_, boost::parameter::void_>::node> >::deallocate_impl(boost::lockfree::queue<P              roxyPdu*, boost::parameter::void_, boost::parameter::void_, boost::parameter::vo              id_>::node*)]+0x9c): undefined reference to `boost::atomics::detail::lockpool::s              coped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree6detail14freelist_stackINS0_5queueIP8Pr              oxyPduNS_9parameter5void_ES7_S7_E4nodeESaIS9_EE15deallocate_implEPS9_[boost::loc              kfree::detail::freelist_stack<boost::lockfree::queue<ProxyPdu*, boost::parameter              ::void_, boost::parameter::void_, boost::parameter::void_>::node, std::allocator              <boost::lockfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::vo              id_, boost::parameter::void_>::node> >::deallocate_impl(boost::lockfree::queue<P              roxyPdu*, boost::parameter::void_, boost::parameter::void_, boost::parameter::vo              id_>::node*)]+0xc4): undefined reference to `boost::atomics::detail::lockpool::s              coped_lock::~scoped_lock()'
CMakeFiles/domoticz.dir/webserver/proxyclient.cpp.o: In function `bool boost::lo              ckfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, boost              ::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&)':
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E3popIS3_EEbRT_[bool boost::lockfree::queue<ProxyPdu*, boost::parameter::voi              d_, boost::parameter::void_, boost::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&              )]+0x44): undefined reference to `boost::atomics::detail::lockpool::scoped_lock:              :scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E3popIS3_EEbRT_[bool boost::lockfree::queue<ProxyPdu*, boost::parameter::voi              d_, boost::parameter::void_, boost::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&              )]+0x50): undefined reference to `boost::atomics::detail::lockpool::scoped_lock:              :~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E3popIS3_EEbRT_[bool boost::lockfree::queue<ProxyPdu*, boost::parameter::voi              d_, boost::parameter::void_, boost::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&              )]+0x7c): undefined reference to `boost::atomics::detail::lockpool::scoped_lock:              :scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E3popIS3_EEbRT_[bool boost::lockfree::queue<ProxyPdu*, boost::parameter::voi              d_, boost::parameter::void_, boost::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&              )]+0x88): undefined reference to `boost::atomics::detail::lockpool::scoped_lock:              :~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E3popIS3_EEbRT_[bool boost::lockfree::queue<ProxyPdu*, boost::parameter::voi              d_, boost::parameter::void_, boost::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&              )]+0xb4): undefined reference to `boost::atomics::detail::lockpool::scoped_lock:              :scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E3popIS3_EEbRT_[bool boost::lockfree::queue<ProxyPdu*, boost::parameter::voi              d_, boost::parameter::void_, boost::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&              )]+0xc8): undefined reference to `boost::atomics::detail::lockpool::scoped_lock:              :~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E3popIS3_EEbRT_[bool boost::lockfree::queue<ProxyPdu*, boost::parameter::voi              d_, boost::parameter::void_, boost::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&              )]+0xf0): undefined reference to `boost::atomics::detail::lockpool::scoped_lock:              :scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E3popIS3_EEbRT_[bool boost::lockfree::queue<ProxyPdu*, boost::parameter::voi              d_, boost::parameter::void_, boost::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&              )]+0x104): undefined reference to `boost::atomics::detail::lockpool::scoped_lock              ::~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E3popIS3_EEbRT_[bool boost::lockfree::queue<ProxyPdu*, boost::parameter::voi              d_, boost::parameter::void_, boost::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&              )]+0x190): undefined reference to `boost::atomics::detail::lockpool::scoped_lock              ::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E3popIS3_EEbRT_[bool boost::lockfree::queue<ProxyPdu*, boost::parameter::voi              d_, boost::parameter::void_, boost::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&              )]+0x1b8): undefined reference to `boost::atomics::detail::lockpool::scoped_lock              ::~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E3popIS3_EEbRT_[bool boost::lockfree::queue<ProxyPdu*, boost::parameter::voi              d_, boost::parameter::void_, boost::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&              )]+0x238): undefined reference to `boost::atomics::detail::lockpool::scoped_lock              ::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E3popIS3_EEbRT_[bool boost::lockfree::queue<ProxyPdu*, boost::parameter::voi              d_, boost::parameter::void_, boost::parameter::void_>::pop<ProxyPdu*>(ProxyPdu*&              )]+0x254): undefined reference to `boost::atomics::detail::lockpool::scoped_lock              ::~scoped_lock()'
CMakeFiles/domoticz.dir/webserver/proxyclient.cpp.o: In function `boost::lockfre              e::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, boost::par              ameter::void_>::node* boost::lockfree::detail::freelist_stack<boost::lockfree::q              ueue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, boost::paramet              er::void_>::node, std::allocator<boost::lockfree::queue<ProxyPdu*, boost::parame              ter::void_, boost::parameter::void_, boost::parameter::void_>::node> >::allocate              _impl<false>()':
proxyclient.cpp:(.text._ZN5boost8lockfree6detail14freelist_stackINS0_5queueIP8Pr              oxyPduNS_9parameter5void_ES7_S7_E4nodeESaIS9_EE13allocate_implILb0EEEPS9_v[boost              ::lockfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, b              oost::parameter::void_>::node* boost::lockfree::detail::freelist_stack<boost::lo              ckfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, boost              ::parameter::void_>::node, std::allocator<boost::lockfree::queue<ProxyPdu*, boos              t::parameter::void_, boost::parameter::void_, boost::parameter::void_>::node> >:              :allocate_impl<false>()]+0x14): undefined reference to `boost::atomics::detail::              lockpool::scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree6detail14freelist_stackINS0_5queueIP8Pr              oxyPduNS_9parameter5void_ES7_S7_E4nodeESaIS9_EE13allocate_implILb0EEEPS9_v[boost              ::lockfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, b              oost::parameter::void_>::node* boost::lockfree::detail::freelist_stack<boost::lo              ckfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, boost              ::parameter::void_>::node, std::allocator<boost::lockfree::queue<ProxyPdu*, boos              t::parameter::void_, boost::parameter::void_, boost::parameter::void_>::node> >:              :allocate_impl<false>()]+0x20): undefined reference to `boost::atomics::detail::              lockpool::scoped_lock::~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree6detail14freelist_stackINS0_5queueIP8Pr              oxyPduNS_9parameter5void_ES7_S7_E4nodeESaIS9_EE13allocate_implILb0EEEPS9_v[boost              ::lockfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, b              oost::parameter::void_>::node* boost::lockfree::detail::freelist_stack<boost::lo              ckfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, boost              ::parameter::void_>::node, std::allocator<boost::lockfree::queue<ProxyPdu*, boos              t::parameter::void_, boost::parameter::void_, boost::parameter::void_>::node> >:              :allocate_impl<false>()]+0x90): undefined reference to `boost::atomics::detail::              lockpool::scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree6detail14freelist_stackINS0_5queueIP8Pr              oxyPduNS_9parameter5void_ES7_S7_E4nodeESaIS9_EE13allocate_implILb0EEEPS9_v[boost              ::lockfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, b              oost::parameter::void_>::node* boost::lockfree::detail::freelist_stack<boost::lo              ckfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, boost              ::parameter::void_>::node, std::allocator<boost::lockfree::queue<ProxyPdu*, boos              t::parameter::void_, boost::parameter::void_, boost::parameter::void_>::node> >:              :allocate_impl<false>()]+0xb4): undefined reference to `boost::atomics::detail::              lockpool::scoped_lock::~scoped_lock()'
CMakeFiles/domoticz.dir/webserver/proxyclient.cpp.o: In function `bool boost::lo              ckfree::queue<ProxyPdu*, boost::parameter::void_, boost::parameter::void_, boost              ::parameter::void_>::do_push<false>(ProxyPdu* const&)':
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x58): undefined reference to `boost::atomics::detail::lockpool:              :scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x68): undefined reference to `boost::atomics::detail::lockpool:              :scoped_lock::~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0xbc): undefined reference to `boost::atomics::detail::lockpool:              :scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0xcc): undefined reference to `boost::atomics::detail::lockpool:              :scoped_lock::~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x108): undefined reference to `boost::atomics::detail::lockpool              ::scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x118): undefined reference to `boost::atomics::detail::lockpool              ::scoped_lock::~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x144): undefined reference to `boost::atomics::detail::lockpool              ::scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x150): undefined reference to `boost::atomics::detail::lockpool              ::scoped_lock::~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x17c): undefined reference to `boost::atomics::detail::lockpool              ::scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x18c): undefined reference to `boost::atomics::detail::lockpool              ::scoped_lock::~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x1fc): undefined reference to `boost::atomics::detail::lockpool              ::scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x21c): undefined reference to `boost::atomics::detail::lockpool              ::scoped_lock::~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x280): undefined reference to `boost::atomics::detail::lockpool              ::scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x2a4): undefined reference to `boost::atomics::detail::lockpool              ::scoped_lock::~scoped_lock()'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x30c): undefined reference to `boost::atomics::detail::lockpool              ::scoped_lock::scoped_lock(void const volatile*)'
proxyclient.cpp:(.text._ZN5boost8lockfree5queueIP8ProxyPduNS_9parameter5void_ES5              _S5_E7do_pushILb0EEEbRKS3_[bool boost::lockfree::queue<ProxyPdu*, boost::paramet              er::void_, boost::parameter::void_, boost::parameter::void_>::do_push<false>(Pro              xyPdu* const&)]+0x32c): undefined reference to `boost::atomics::detail::lockpool              ::scoped_lock::~scoped_lock()'
collect2: ld returned 1 exit status
CMakeFiles/domoticz.dir/build.make:3550: recipe for target 'domoticz' failed
make[2]: *** [domoticz] Error 1
CMakeFiles/Makefile2:64: recipe for target 'CMakeFiles/domoticz.dir/all' failed
make[1]: *** [CMakeFiles/domoticz.dir/all] Error 2
Makefile:133: recipe for target 'all' failed
make: *** [all] Error 2