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] 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] 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

Re: [Tizen General] About Repo Sync get "

2016-10-23 Thread Geunsik Lim
I recommend that you try to use a up-to-date '*.xml' from http://download.tizen.org/snapshots/tizen/common/latest/builddata/manifest/ $ curl http://download.tizen.org/snapshots/tizen/common/latest/builddata/manifest/tizen-common_20161021.3_arm-wayland.xml > .repo/manifests/common/projects.xml Or,

[Tizen General] About Repo Sync get " platform/core/appfw/tizen-platform-wrapper not found"

2016-10-21 Thread Scott Zhang
Dear all: I follow the "Download source" to download the tizen_common but get following errors. Other projects looks ok.Is this normal? fatal: Project not found: platform/core/appfw/tizen-platform-wrapper remote: Counting objects: 133, done fatal: Could not read from remote repository.