Re: [Tizen General] It is tizen still active?

2016-10-26 Thread jinmin
I resent Yongheon's email with general text format since I heard that some guys cannot read this mail with HTML format. Regards, Jinmin --- From: General [mailto:general-boun...@lists.tizen.org] On Behalf Of 신용헌 Sent: Wednesday, October 26, 2016 10:19

Re: [Tizen General] About Repo Sync get "

2016-10-26 Thread Scott Zhang
Now I am hanging on build /home/marship/tizen_common/platform/core/appfw/tpk-backend/ it missing cmake, libxml-2. I tried to add opensuse44.2's repo for it then it stop complaining. Now I stop at following which is conflicts, libgdbm exists in prebuilt/x86_64 but is it libgdbm.so.4, which is not

Re: [Tizen General] About Repo Sync get "

2016-10-26 Thread Scott Zhang
I have added the remote repo " http://download.tizen.org/snapshots/tizen/common/latest/repos/x86_64-wayland/packages/x86_64/; to .gbs.conf too .Now I compiled few more projects. But where is cmake? I can't find cmake in project local repo and remote repo I have checked the ia32 repo but still see

Re: [Tizen General] About Repo Sync get "

2016-10-26 Thread Scott Zhang
Is there any other outside repository need to be added into the .gbs.conf? Thanks. info: *** Build Status Summary *** === the following packages failed to build due to missing build dependencies (596) === tpk-backend: nothing provides boost-devel nothing provides cmake nothing provides

Re: [Tizen General] About Repo Sync get "

2016-10-26 Thread Scott Zhang
by manually add " -Wno-maybe-uninitialized" to the CFLAGS in ~/GBS-ROOT/local/sources/tizen3.0_common/iptables-1.4.21-1/iptables.spec, iptables compiled ok. export CFLAGS+=" $RPM_OPT_FLAGS -Wall -Werror -O2 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -Wno-unused-value -Wno-maybe-uninitialized" Just

Re: [Tizen General] About Repo Sync get "

2016-10-26 Thread Scott Zhang
I am familiar with linux and build system, myself a linux driver and networking application programmer. If I can disable -Werror=maybe-uninitialized then build iptables can pass. But my quesiton is, as I am cloning the latest tizen code, all the projects are supposed to be built successfully by

Re: [Tizen General] About Repo Sync get "

2016-10-26 Thread Geunsik Lim
Please, refer to the https://lists.tizen.org/pipermail/general/2016-October/003949.html BRs, Geunsik Lim. On Wed, Oct 26, 2016 at 10:45 PM, Scott Zhang wrote: > === the following packages failed to build due to rpmbuild issue (3) === > libexif:

Re: [Tizen General] General Digest, Vol 64, Issue 11

2016-10-26 Thread Geunsik Lim
> Looks internally, the gbs use "build-root" to build without using my system's build enviroment. Right. > warning: build failed, Leaving the logs in > /home/marship/GBS-ROOT/local/repos/tizen3.0_common/x86_64/ logs/fail/iptables-1.4.21-1/log.txt In this case, You can receive some meaningful

Re: [Tizen General] About Repo Sync get "

2016-10-26 Thread Scott Zhang
And one more thing, I start use "gbs" to build. Looks internally, the gbs use "build-root" to build without using my system's build enviroment. But I get for example: warning: build failed, Leaving the logs in

Re: [Tizen General] It is tizen still active?

2016-10-26 Thread Scott Zhang
Dear all. I am interested in how tizen being built. Comparing to android, its document is far less. I tried to follow every document I found to build the source code and google the docs. Is there an more accurate end steps and explanation of the build system its use ,its design principle.

Re: [Tizen General] About Repo Sync get "

2016-10-26 Thread Scott Zhang
Thanks. I am trying now. On Mon, Oct 24, 2016 at 10:47 AM, Geunsik Lim wrote: > I recommend that you try to use a up-to-date '*.xml' from > http://download.tizen.org/snapshots/tizen/common/latest/ > builddata/manifest/ > $ curl