Re: [Tizen General] gbs building third party application:error:libtool not found

2014-07-31 Thread Zhang, Qiang Z
Hi Ghanekar, Thanks for trying building Tizen IVI using GBS. I'd like to confirm with you the build process first. 1) Have you cloned (repo sync) all tizen ivi source code following:

Re: [Tizen General] GBS build : How to recompile only changed files

2014-06-10 Thread Zhang, Qiang Z
Which package / branch are you want to build? I would like to have a try and reproduce it. --noinit is not for incremental build, instead --incremental option should be used. The first build of --increlemtal build is just like general build, and will not take less time. During first

[Tizen General] [Announcement] New Tizen Tools Version Released (14.02)

2014-05-24 Thread Zhang, Qiang Z
**On behalf of Tizen development tools team and all other contributors** We are very pleased to announce that new version of Tizen development tools [14.02] is released on download.tizen.org, including the following: * GBS 0.22 * MIC 0.25 * repa 0.2 For information about Tools repositories,

Re: [Tizen General] ExportFilter in local gbs build

2014-03-30 Thread Zhang, Qiang Z
More information about ExportFilter: http://en.opensuse.org/openSUSE:Build_Service_prjconf#ExportFilter ExportFilter just make build script can install a different arch rpm to build root, it will not really convert the rpm, instead build script always use: $ rpm --ignorearch -nodeps Command to

[Tizen General] [Announcement] New Tizen Tools Version Released (14.01)

2014-03-21 Thread Zhang, Qiang Z
**On behalf of Tizen development tools team and all other contributors** We are very pleased to announce that new version of Tizen development tools [14.01] is released on download.tizen.org, including the following: * GBS 0.21 * MIC 0.24 * bmap-tools 3.2 * repa 0.1.1 For information about

Re: [Tizen General] Tizen pre-built packages build procedure

2014-03-20 Thread Zhang, Qiang Z
Yes. This should be workable solution. Thanks Qiang -Original Message- From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] On Behalf Of Jan-Simon M?ller Sent: Friday, March 21, 2014 3:52 AM To: general@lists.tizen.org Subject: Re: [Tizen General] Tizen

Re: [Tizen General] Tizen pre-built packages build procedure

2014-03-17 Thread Zhang, Qiang Z
[mailto:general-boun...@lists.tizen.org] On Behalf Of Andriy Prystupa Sent: Monday, March 17, 2014 3:51 PM To: Zhang, Qiang Z Cc: general@lists.tizen.org Subject: Re: [Tizen General] Tizen pre-built packages build procedure Hi Qiang, This way works for case when we have at least pre-built

Re: [Tizen General] Tizen pre-built packages build procedure

2014-03-16 Thread Zhang, Qiang Z
--exclude option should be used here to exclude building special packages in cycles and break the cycles. So take filesystem and setup as an example, you need to run: $ gbs build -exclude=filesystem # setup will be build out $ gbs build -exclude=setup ... # filesystem will be

Re: [Tizen General] [Announcement] New Tizen Tools Version Released (13.08.1)

2014-02-25 Thread Zhang, Qiang Z
(13.08.1) Em 24-02-2014 04:41, Zhang, Qiang Z escreveu: *On behalf of Tizen development tools team and all other contributors* We are very pleased to announce that new version of Tizen development tools [13.08.1] is released on download.tizen.org. Repositories can be found at: [Tools

Re: [Tizen General] Tizen 3.0 IVI Build Hangs...

2014-02-12 Thread Zhang, Qiang Z
What's the package hang? Can this issue occurs every time? You can try to chdir to that package and run gbs build, see if it can build succeeded. Thanks Qiang From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] On Behalf Of Alok Gupta Sent: Monday, February 10, 2014

Re: [Tizen General] GBS builds package for i686 instead of i586

2014-02-12 Thread Zhang, Qiang Z
Start from tizen 3.0, all packages are built as i686, see the remote repo: http://download.tizen.org/snapshots/tizen/mobile/tizen_20131202.4/repos/mobile/ia32/packages/ GBS has no special setting here, just do what OBS does. if emulator sdk does not allow install i686 packages, I think that's a

Re: [Tizen General] package error while building AIL from source code

2014-01-10 Thread Zhang, Qiang Z
Could you please try to build with -clean? It will clean up existing build root and creating new build env again. Thanks Qiang From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Ylinen, Mikko Sent: Friday, January 10, 2014 7:16 PM To: Prathamesh P Ghanekar Cc:

[Tizen General] [Announcement] New version of Tizen developer tools (13.08) Released

2013-12-19 Thread Zhang, Qiang Z
*On behalf of Tizen development tools team and all other contributors* We are very pleased to announce that new version of Tizen development tools [13.08] is released on download.tizen.org. Repositories can be found at: [Tools Repository](http://download.tizen.org/tools/latest-release/)

[Tizen General] [Announcement] New version of Tizen developer tools (13.08) Released

2013-12-19 Thread Zhang, Qiang Z
*On behalf of Tizen development tools team and all other contributors* We are very pleased to announce that new version of Tizen development tools [13.08] is released on download.tizen.org. Repositories can be found at: [Tools Repository](http://download.tizen.org/tools/latest-release/)

Re: [Tizen General] Tizen platform development tools survey : dropping 32bit linux support

2013-09-27 Thread Zhang, Qiang Z
, which practice the spirit of open source well. Thanks Qiang From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] On Behalf Of Zhang, Qiang Z Sent: Tuesday, September 17, 2013 5:59 PM To: general@lists.tizen.org Subject: [Tizen General] Tizen platform development tools

[Tizen General] Tizen platform development tools survey : dropping 32bit linux support

2013-09-17 Thread Zhang, Qiang Z
Hi Developers, This is a simple survey about how many developers still want to use 32bit Linux for development. Currently, platform development tools(gbs/mic) support 32bit/64bit on the following 9 distributions: * Ubuntu 13.04 * Ubuntu 12.10 * Ubuntu 12.04 * openSUSE 12.3 * openSUSE 12.2 *

Re: [Tizen General] Does GBS leak memory?

2013-09-06 Thread Zhang, Qiang Z
Hi Paul, It's not memory leak, gbs local full build is really memory consume task, especially for some large project, such as kernel/webkit. There're some discussion before, for webkit build at least 8G (4G memory+ 4G swap) needed, so if you have memory less than 8G, you may got OOM error

[Tizen General] [Announcement]: New version of Tizen developer tools (13.06)

2013-08-29 Thread Zhang, Qiang Z
On behalf of Tizen tools development team We are very pleased to announce that new version of Tizen developer tools [13.06] is released on tizen.org, at: http://download.tizen.org/tools/latest-release/ Highlight of this release: == * It contains several major

Re: [Tizen General] GBS error

2013-07-31 Thread Zhang, Qiang Z
Have you add remote repo in the default .gbs.conf? In the official guide, we have provide the full version of .gbs.conf. Thanks Qiang From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] On Behalf Of bo li Sent: Wednesday, July 31, 2013 3:46 PM To:

Re: [Tizen General] dev tools unavailable (was: Re: [Announcement] New version of Tizen developer tools (13.05.2))

2013-07-24 Thread Zhang, Qiang Z
http://download.tizen.org/tools is recovered now, please try. Thanks Qiang -Original Message- From: Zhang, Qiang Z Sent: Wednesday, July 24, 2013 4:10 PM To: Ohly, Patrick Cc: general@lists.tizen.org Subject: RE: dev tools unavailable (was: Re: [Tizen General] [Announcement] New

[Tizen General] [Announcement]: New version of Tizen developer tools (13.05)

2013-07-10 Thread Zhang, Qiang Z
On behalf of Tizen tools development team We are very pleased to announce that new version of Tizen developer tools [13.05] is released on tizen.org, at: http://download.tizen.org/tools/latest-release/ Highlight of this release: == * It contains several major

Re: [Tizen General] Tizen build failure

2013-06-12 Thread Zhang, Qiang Z
Hi, Please use http://download.tizen.org/snapshots/2.1/common/tizen-2.1_20130520.2/ instead of http://download.tizen.org/releases/2.1/tizen-2.1_20130517.6/, which missing *-x86 packages. Thanks Qiang From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] On Behalf Of

[Tizen General] [Announcement] New version of Tizen developer tools (13.04)

2013-05-22 Thread Zhang, Qiang Z
On behalf of Tizen tools development team We are very pleased to announce that new version of Tizen developer tools [13.04] is released on tizen.org, at: http://download.tizen.org/tools/latest-release/ Highlight of this release: == * It contains several major

Re: [Tizen General] how to find the right order to compile all the source code of Tizen?

2013-05-17 Thread Zhang, Qiang Z
I think you are still using old gbs, please upgrade gbs to latest gbs 0.15: https://download.tizen.org/tools/latest-release/ gbs.conf has been changed since gbs 0.10, new format please see: https://source.tizen.org/documentation/reference/git-build-system/configuration-file GBS can build all

Re: [Tizen General] Parallel build using GBS

2013-04-25 Thread Zhang, Qiang Z
Hi Pankaj If you are building multiple packages, please consider use -threads option and --keep-packs to speed up. More gbs build info, please see: https://source.tizen.org/documentation/reference/git-build-system/usage/gbs-build Thanks Qiang From: general-boun...@lists.tizen.org

[Tizen General] [Announcement] New version of Tizen developer tools (13.03.1)

2013-04-16 Thread Zhang, Qiang Z
On behalf of Tizen tools development team We are very pleased to announce that new version of Tizen developer tools [13.03.1] is released on tizen.org, at: http://download.tizen.org/tools/latest-release/ Highlight of this release: == * This version is a hot fix

Re: [Tizen General] Compile menu-screen using cmake

2013-04-05 Thread Zhang, Qiang Z
What's your version of gbs now, 0.15? If you are already using 0.15, I am not clear the reason. But on 64bit ubuntu, it works well for me. Thanks Qiang From: abhishek tejaswi [mailto:abhishek.teja...@gmail.com] Sent: Friday, April 05, 2013 5:43 PM To: Zhang, Qiang Z Cc: Kok, Auke-jan H

Re: [Tizen General] Compile menu-screen using cmake

2013-04-05 Thread Zhang, Qiang Z
You need update repo list:/etc/apt/source.list first, then use apt-get package manager to upgrade. Thanks Qiang From: abhishek tejaswi [mailto:abhishek.teja...@gmail.com] Sent: Friday, April 05, 2013 6:13 PM To: Zhang, Qiang Z Cc: Kok, Auke-jan H; general@lists.tizen.org Subject: Re: [Tizen

Re: [Tizen General] Compile menu-screen using cmake

2013-04-04 Thread Zhang, Qiang Z
Hi, Please see gbs document : https://source.tizen.org/documentation/reference/git-build-system/usage/gbs-build https://source.tizen.org/documentation/reference/git-build-system/configuration-file You don't need specify dependencies, gbs can help to download and install to build root for

Re: [Tizen General] GBS Build Error: chroo failed to run /usr/bin/rpmdb : No such file or directory

2013-04-01 Thread Zhang, Qiang Z
Which distro are you using? You can use rpm on RPM based system, or dpkg on DEB based system to find the version. Thanks Qiang From: Elmurod Talipov [mailto:e.tali...@samsung.com] Sent: Monday, April 01, 2013 11:43 AM To: Zhang, Qiang Z; general@lists.tizen.org Subject: Re: RE: [Tizen General

Re: [Tizen General] GBS Build Error: chroo failed to run /usr/bin/rpmdb : No such file or directory

2013-04-01 Thread Zhang, Qiang Z
OK, so can you show me your build version by: $ dpkg -s build Thanks Qiang From: Elmurod Talipov [mailto:e.tali...@samsung.com] Sent: Monday, April 01, 2013 3:46 PM To: Zhang, Qiang Z; general@lists.tizen.org Subject: Re: RE: RE: [Tizen General] GBS Build Error: chroo failed to run /usr/bin

Re: [Tizen General] GBS Build Error: chroo failed to run /usr/bin/rpmdb : No such file or directory

2013-04-01 Thread Zhang, Qiang Z
-buildpackage-rpm git-buildpackage-common Thanks Qiang From: Elmurod Talipov [mailto:e.tali...@samsung.com] Sent: Tuesday, April 02, 2013 7:03 AM To: Zhang, Qiang Z; general@lists.tizen.org Subject: Re: RE: RE: RE: [Tizen General] GBS Build Error: chroo failed to run /usr/bin/rpmdb : No such file

Re: [Tizen General] gbs for tizen

2013-03-17 Thread Zhang, Qiang Z
Hi, From your trace info, it is obvious that you have installed gbs from sources before. You should remove old gbs: $ rm -rf /usr/local/bin/gbs $ rm -rf /usr/local/lib/python2.7/dist-packages/gitbuildsys -rf $ rm -rf /usr/local/lib/python2.7/dist-packages/gbs* then, install from official

Re: [Tizen General] Tizen Build Issues : CentOS-6.3

2013-03-13 Thread Zhang, Qiang Z
Hi, For issue 1: - remove all *-x86 packages, such as rpm-build-x86,make-x86,grep-x86,... - perl-Test-Pod, minicom, lockdev, intel-emgd-kmod, perl-HTML-Parser: remove %{?dist} from Release tag to fix this as workaround, we will fix this issue in next version. For issue2: gbs does not

Re: [Tizen General] New Magnolia Build issue

2013-03-11 Thread Zhang, Qiang Z
It seems that gbs can’t find any git projects from: /home/venkat/Latest_Tizen_source/tizenmagnolia/adaptation/panda/system-adaptation-pandaboard Could you please check if system-adaptation-pandaboard contains any git projects? If .git exist, but packaging/*.spec is not tracked by git, you need

Re: [Tizen General] New Magnolia Build issue

2013-03-11 Thread Zhang, Qiang Z
Which distro are you using? It seems that you missing crypt-ssleay-perl package, which provides Net/SSL.pm. Thanks Qiang From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] On Behalf Of Ravi Shankar Sent: Monday, March 11, 2013 1:33 PM To:

Re: [Tizen General] Tizen Build on CentOS-6.3 Issue

2013-03-07 Thread Zhang, Qiang Z
. --threads= option may also be needed for parallel build. Thanks Qiang From: Vaibhav Shinde [mailto:v.bhav.shi...@gmail.com] Sent: Thursday, March 07, 2013 4:26 PM To: Zhang, Qiang Z; general@lists.tizen.org Subject: Re: [Tizen General] Tizen Build on CentOS-6.3 Issue Hello Qiang, Thanks for you

Re: [Tizen General] Tizen armv7l build from local repo

2013-02-25 Thread Zhang, Qiang Z
.gbs.conf do not need to specify if its ~/.gbs.conf, and build.conf should be specified using -D, full command like: $ gbs build -D ~/build.conf -A armv7l. Thanks Qiang From: embedded linux [mailto:embeddedlinuxfor...@gmail.com] Sent: Tuesday, February 26, 2013 3:33 PM To: Zhang, Qiang Z Cc

Re: [Tizen General] Tizen armv7l build from local repo

2013-02-25 Thread Zhang, Qiang Z
[mailto:embeddedlinuxfor...@gmail.com] Sent: Tuesday, February 26, 2013 3:50 PM To: Zhang, Qiang Z Cc: general@lists.tizen.org Subject: Re: [Tizen General] Tizen armv7l build from local repo Hi Qiang, Thanks again for the reply. I think my local repo and gbs are not linked together properly

Re: [Tizen General] Tizen build error for armv7l

2013-02-20 Thread Zhang, Qiang Z
From: Vikash Kumar [mailto:vikashsuperc...@gmail.com] Sent: Wednesday, February 20, 2013 5:32 PM To: Zhang, Qiang Z Cc: Wang, Ning W; general@lists.tizen.org Subject: Re: [Tizen General] Tizen build error for armv7l Hello Qiang, Ok, so it means that to build with local repo, i need to specify -D

Re: [Tizen General] GBS build error

2013-02-18 Thread Zhang, Qiang Z
GBS will mount some system dir/device to build root while build packages, especially in incremental build mode, gbs will mount source code to build root, but there maybe some unexpected error occurs which result in the mounted dirs have not been un-mounted correctly. You need clean them up

Re: [Tizen General] Tizen build error : circle found: gettext-gcc-eglibc-libcap-attr-gettext

2013-01-15 Thread Zhang, Qiang Z
Currently, gbs don't support building packages with circle dependency. In your case, you can skip building one package in this circle, then all rest packages can be built in dependency order: $ gbs build --exclude=gettext ... Thanks Qiang From: general-boun...@lists.tizen.org

Re: [Tizen General] The Problem of gbs build -A arch

2012-12-04 Thread Zhang, Qiang Z
Hi lidongdong, This is caused by old version of RPM in tizen2.0alpha repo, please try to use https://download.tizen.org/snapshots/trunk/ivi/latest/. Thanks Qiang From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] On Behalf Of lidongdong Sent: Tuesday, December 04,

Re: [Tizen General] Proxy problem of GBS

2012-11-21 Thread Zhang, Qiang Z
Could you please attach your error buildlog? Thanks Qiang From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] On Behalf Of ??? Sent: Thursday, November 22, 2012 2:32 PM To: general@lists.tizen.org Subject: [Tizen General] Proxy problem of GBS I've tested this GBS

Re: [Tizen General] chroot problem

2012-11-19 Thread Zhang, Qiang Z
From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] On Behalf Of Vijay Zanvar Sent: Monday, November 19, 2012 2:38 PM To: application-...@lists.tizen.org; general@lists.tizen.org Subject: [Tizen General] chroot problem I am facing following problmes with gbs chroot:

[Tizen General] [Announcement] GBS 0.11.1 is released

2012-11-12 Thread Zhang, Qiang Z
On behalf of gbs development team gbs 0.11.1 is released, this is the bug fix release, no feature added. Main enhancements in this release = * 1 bug fix included: build script: options conflict between '--no-build' and '--norootforbuild' parameters. Notes: *

Re: [Tizen General] gbs local build fails

2012-10-23 Thread Zhang, Qiang Z
...@smartplayin.com] Sent: Tuesday, October 23, 2012 9:10 PM To: Zhang, Qiang Z; Journeyer J. Joh; general@lists.tizen.org Subject: Re: [Tizen General] gbs local build fails Hi Qiang, I am getting the following error when i am building the entire source info: Creating (native) source

Re: [Tizen General] GBS local build error

2012-10-21 Thread Zhang, Qiang Z
Please add --debug option like: $ gbs --debug build -R Then the detail expansion error will be out. That's because some build dependency missing in remote repo not locally. Thanks Qiang -Original Message- From: general-boun...@lists.tizen.org

Re: [Tizen General] GBS local build error

2012-10-21 Thread Zhang, Qiang Z
OK, Please put --debug behind build, like: $ gbs build --debug -R ... Thanks Qiang. -Original Message- From: Journeyer J. Joh [mailto:oosaprogram...@gmail.com] Sent: Monday, October 22, 2012 11:48 AM To: Zhang, Qiang Z Cc: general@lists.tizen.org Subject: Re: [Tizen General] GBS

Re: [Tizen General] gbs build locally fail

2012-10-14 Thread Zhang, Qiang Z
Expansion error means missing build dependency packages in repo, you can specify --debug for gbs build to show details expansion error. Thanks Qiang -Original Message- From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] On Behalf Of Song Sam Sent: Sunday,

Re: [Tizen General] GBS Build

2012-10-08 Thread Zhang, Qiang Z
, October 08, 2012 10:15 PM To: Zhang, Qiang Z Cc: application-...@lists.tizen.org; general@lists.tizen.org Subject: Re: [Tizen General] GBS Build Hey Zhang, I manged to fix this missing dependency. However now I'm still unable to build a rpm because GBS says user abuild doest not exists. Do you

Re: [Tizen General] Problems when install GBS.

2012-09-27 Thread Zhang, Qiang Z
Yes, 10.04 is not supported by official. I recommend you upgrade your system to ubuntu 12.04, and install gbs from official repo. Thanks Qiang From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] On Behalf Of Spring Zhang Sent: Thursday, September 27, 2012 2:36 PM

Re: [Tizen General] GBS Build issue

2012-09-18 Thread Zhang, Qiang Z
Hi Nandu, I think It’s caused by your spec file, and nothing to do with gbs. Can you show me the ‘make xxx’ line in your spec file? You should use “make %{?_smp_mflags}”. Thanks Qiang From: Ding, Jian-feng Sent: Tuesday, September 18, 2012 6:48 PM To: Zhang, Qiang Z Cc: general