On 04/10/16 06:40, ???(Uze Choi) wrote:
> Hi Randeep > > Thank you for quick response. > > OK, could you check others environment first except Windows? > (...) > > Randeep > > --------- *Original Message* --------- > > *Sender*: Uze Choi <uzchoi at samsung.com > <mailto:uzchoi at samsung.com>> S6/Principal Engineer/IoT Lab./Samsung > Electronics > > *Date*: 2016-10-04 09:47 (GMT+5:30) > > *Title*: Build status report request for various profiles. > > Hi Randeep (Security Project Maintainer) > > There are lots of build fails reports. > > I suspect security code patch caused compile issue. > > Let me figure out the what is the current status. > > Could you fill in the table below. > > For each platform, please make sure the build is successful for > various options as follows. > > Baseline for build test should be the latest code in rel-1.2 or > 1.2.0-RC3 tag. > > Platform > > > > SECURE=0, WITH_TCP=0 > > > > SECURE=0, WITH_TCP=1 > > > > SECURE=1, WITH_TCP=0 > > > > SECURE=1, WITH_TCP=1 > > Arduino > > > > (Yes/No) > > > > N/A > > > > N/A > > > > N/A > > Linux(Ubuntu) > > > > > > > > > > Android > > > > > > > > > > Tizen > > > > OK > > > > OK > > > > OK > > > > OK > > Windows > > > > > > > > > Hi, It's OK for Tizen, at least for the main package (tools/tizen/iotivity.spec) I will try ./autobuild.sh tizen to check with other subpakages later I've just updated some notes how to rebuild 1.2-rel : https://wiki.iotivity.org/tizen?&#next_release120 It would be nice for Tizen to re-base on IoTivity 1.2-rel branch, I'd be glad to do that, If anyone have an account on tizen.org, please review: https://review.tizen.org/gerrit/#/c/88002/ For the record: NEXT RELEASE : 1.2.0 Next version can be build from scratch on 1.2-rel (or 1.2.0+RC3 tag) : git checkout -b tizen 1.2-rel git tag 1.2.0+RC3 1.2.0-RC3 grep 'Version:' tools/tizen/iotivity.spec # edit it Version: 1.2.0+RC3 Then you need to cherry-pick ?dependencies patches?, tinycbor-0.3.2 https://gerrit.iotivity.org/gerrit/#/c/12703/ https://gerrit.iotivity.org/gerrit/#/c/12705/ Optionally add TLS (if SECURED=1) https://gerrit.iotivity.org/gerrit/#/c/12423/ https://gerrit.iotivity.org/gerrit/#/c/12429/ Enable/disable features WITH_* in tools/tizen/iotivity.spec Or just clone this branch: * https://github.com/TizenTeam/iotivity/commits/sandbox/pcoval/on/latest/tizen Supported configurations : SECURE=0, WITH_TCP=0 : Default SECURE=0, WITH_TCP=1 SECURE=1, WITH_TCP=1 SECURE=1, WITH_TCP=0 -- mailto:philippe.coval at osg.samsung.com gpg:0x467094BC https://blogs.s-osg.org/author/pcoval/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20161004/78b17c4d/attachment.html>
