Unfortunately that one doesn't tell me anything, since it was from a 'cache'd version :( We need to get it so that it doesn't do a cached version.
You can force this manually by doing the following from the root directory: rm -rf out rm -rf dep rm -rf .sconf_temp rm -rf .sconsign.dblite After that, please try the build again, then email me the config.log (or look at it yourself!). It should at least give us a lead. On Wed, 2015-06-03 at 00:28 +0000, Naga Ashok Babu Jampani wrote: > Attached the config.log. > > ------- Original Message ------- > > Sender : Naga Ashok Babu Jampani<jn.ashok at samsung.com> Senior > Engineer/IoT Solution Lab./Samsung Electronics > > Date : Jun 03, 2015 09:24 (GMT+09:00) > > Title : Re: [dev] Android build is broken > > > > Hi Erich, > > I have done both the steps, rm -rf out as well as scons -c. My build > is for Android. > > I still have the problem, Seems others have no issues. I am attaching > my config.log file. > > Please suggest how to fix the issue. > > Best Regards, > > Ashok JN > > ------- Original Message ------- > > Sender : Keane, Erich<erich.keane at intel.com> > > Date : Jun 03, 2015 08:21 (GMT+09:00) > > Title : Re: [dev] Android build is broken > > > > It doesn't seem to do this on master for me... I wonder if the > 'cached' > component on your version is the reason for this? > > Can you try doing an rm -rf on the out directory and a scons -c and > trying again? > > If it still does this, check out your config.log in the root > directory, > it'll tell you what it did the test on (often the failure is not for > the > reason being tested sadly). > > Attach it if you'd like, and I can take a look. > > On Tue, 2015-06-02 at 23:17 +0000, Naga Ashok Babu Jampani wrote: > > Hi, > > > > I have taken the latest code and trying to build android. Currently > > the build is broken. I tried to identify the issue, myself. > > > > I get the following print, in the SConscript : > > > > Checking for POSIX Thread Support...(cached) no > > > > Can someone point me what is causing this? > > > > if POSIX_SUPPORTED is false, cathreadpool_pthreads.c and > > camutex_pthread.c are not inlcuded. > > > > I have temporarily fixed it in my local SConscript at > > resource/csdk/connectivity/common/SConscript, to always include > these > > files in the build. > > > > > > > > Best Regards, > > > > Ashok JN > > > > > > > > > > > > _______________________________________________ > > iotivity-dev mailing list > > iotivity-dev at lists.iotivity.org > > https://lists.iotivity.org/mailman/listinfo/iotivity-dev > > > > > > > > > > > > > > >
