I would expect them to be as well, not sure why they didn't end up working.
On Thu, 2015-07-23 at 09:44 +0000, ABHISHEK PANDEY wrote: > Hi Erich, > > > > We reproduced this problem in our local setup when one of the > temporary folder (./tmp) created during Tizen build was not cleared > due to abrupt build termination. > > > > Vimala has pushed the patch set to fix this > @ https://gerrit.iotivity.org/gerrit/#/c/1816/3, > > And Jenkins build logs shows success > (https://build.iotivity.org/ci/job/Verify-IoTivity-Tizen/62/console). > > > > Please have a look. > > > > * Note: > > I was under assumption that Jenkins build works under a new sand box > every time and all temporary files generated during build (such as > <iotivity>/tmp and ~/GBS-ROOT) are deleted by default before build. Is > it not the case ? > > > > -- > > Thanks and Regards, > > Abhishek Pandey. > > > > > > > > ------- Original Message ------- > > Sender : Keane, Erich<erich.keane at intel.com> > > Date : Jul 23, 2015 07:54 (GMT+05:30) > > Title : Re: Change in iotivity[master]: Re-enable Tizen build > > > > I've looked a bit closer into this, and I've noticed that the Tizen > scripts are doing AddOption in both connectivity/build/SConscript and > connectivity/samples/tizen/SConscript. Additionally, we set the same > option in build_common/SConscript. > > It seems that the error is that we're defining it multiple times in a > single build, in this case, "building com.oic.ca.sample.spec (user > abuild)" > > Does your team have any idea what this issue might be? can you submit > a > patch to fix this? > > Thanks, > Erich > > On Wed, 2015-07-22 at 16:44 -0700, Erich Keane wrote: > > Hi Abhishek: > > I'm not sure which commit caused it, but I'm seeing Tizen build > issues, > > like here: > > https://build.iotivity.org/ci/job/Verify-IoTivity-Tizen/23/console > > > > I was wondering if you ahd any idea what the cause of this is? I am > > lookinga t the build scripts, but don't really see anything. > > > > The blockwise-transfer, and camessagehandler merges both made it to > > master, but otherwise I'm not sure what could ahve caused these. > > > > Thanks, > > Erich > > > > > > On Tue, 2015-07-21 at 11:25 +0000, Abhishek Pandey (Code Review) > wrote: > > > Abhishek Pandey has posted comments on this change. > > > > > > Change subject: Re-enable Tizen build > > > > ...................................................................... > > > > > > > > > Patch Set 1: > > > > > > Please take the changes in > https://gerrit.iotivity.org/gerrit/#/c/1755/ > > > to fix Tizen build errors related to ifaddrs.c. > > > > > > > > > >