I was seeing the same problem yesterday as well. I could not figure out the source of the problem I ended up manually deleting and re-checking out multiple folders to make sure any old build output was not messing up the build.
I ran the following (**be aware if you have uncommitted work in these folders running these commands will cause you to lose your work**) $ rm ?fr out $ rm .sconsign.dblite $ rm -fr java # some of the build output from java is not placed in out $ rm -fr service # some of the build output from service is not place in out $ rm -fr resource # did just-in-case $ git checkout java #restore the deleted folders $ git checkout service $ git checkout resource $ scons This worked after spending way to long trying to figure out why I kept getting the ?Did not find boot_thread, exiting!? error. The only thing I can figure is some build output was left over from another build was messing up the current build. I wish I could have figured out the root cause but at least I was able to get up and running again. George Nash From: iotivity-dev-bounces at lists.iotivity.org [mailto:iotivity-dev-boun...@lists.iotivity.org] On Behalf Of Muhammad Mushfiqul Islam Sent: Tuesday, January 31, 2017 10:40 PM To: iotivity-dev at lists.iotivity.org Subject: [dev] IoTivity build failure on master branch Hello, I am getting build error on master branch of iotivity on Ubuntu 16.04 machine(boost not found). IoTivity build is fine on 1.2-rel branch or 1.2.1 on Ubuntu 16.04. On Ubuntu 14.04 and below, the build works fine in master branch. OS: Ubuntu 16.04 Arch: x86_64 branch: master build command: scons error log: " *** Checking for installation of hippomocks *** Checking for C function strptime()... yes *** Checking for installation of google unit test 1.7.0 *** Unzipping to : /home/antu/git/oictest_repo/IotivityOrgSource/last/iotivity_last/extlibs/gtest/googletest-release-1.7.0 Unpacking /home/antu/git/oictest_repo/IotivityOrgSource/last/iotivity_last/extlibs/gtest/release-1.7.0.zip ... *** Checking for installation of hippomocks *** *** Checking for installation of google unit test 1.7.0 *** Unzipping to : /home/antu/git/oictest_repo/IotivityOrgSource/last/iotivity_last/extlibs/gtest/googletest-release-1.7.0 Unpacking /home/antu/git/oictest_repo/IotivityOrgSource/last/iotivity_last/extlibs/gtest/release-1.7.0.zip ... Checking for C++ library boost_thread... no Did not find boost_thread, exiting! " Anyone else having the same issue? I am attaching the full complete build log. - Thanks & Regards, Mushfiqul Islam Antu [cid:image001.gif at 01D27C75.C6A89300] [http://ext.samsung.net/mail/ext/v1/external/status/update?userid=i.mushfiq&do=bWFpbElEPTIwMTcwMjAxMDYzOTQzZXBjbXMxcDgxYjJmOGYzODU1M2E5YjNhZTg0MWJkNWUwNmRlZmMxMiZyZWNpcGllbnRBZGRyZXNzPWlvdGl2aXR5LWRldkBsaXN0cy5pb3Rpdml0eS5vcmc_] -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20170201/505c0805/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 13402 bytes Desc: image001.gif URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20170201/505c0805/attachment.gif>