[Tizen General] gbs for tizen

2013-03-17 Thread Jeong-Joon Yoo
Hi, tizen developers, I am beginner in tizen. I just install some tools (gbs, mic) from review.tizen.org (step by step described in the URL, https://source.tizen.org/documentation/developer-guide/installing-development-tools) when I run gbs to build tizen as the following, $ gbs build -A i586 I

Re: [Tizen General] gbs for tizen

2013-03-17 Thread Daniel Juyung Seo
Hello, what source are you going to build? Did you download the source from review.tizen.org or did you make it by yourself? Can you try gbs with /apps/home/clock? Daniel Juyung Seo (SeoZ) On Sun, Mar 17, 2013 at 3:15 PM, Jeong-Joon Yoo jeongjoon@gmail.com wrote: Hi, tizen developers, I

Re: [Tizen General] Unable to update RD-210 device with Magnolia images

2013-03-17 Thread Leon Anavi
Hi Miklos, Thank you for answer, removing modemmanager solved my problem. You are welcome :) Cheers, Leon On 2013-03-17 16:04, Márton Miklós wrote: Hello Leon, Thank you for answer, removing modemmanager solved my problem. Thanks, Miklos 2013-03-17 14:23 keltezéssel, Leon Anavi írta:

Re: [Tizen General] gbs for tizen

2013-03-17 Thread Jeong-Joon Yoo
Thank you Seo, I reinstall the gbs, mic as followings $ sudo vi /etc/apt/sources.list deb http://download.tizen.org/tools/latest-release/Ubuntu_12.04 / /* I added above line into sources.list */ $ sudo apt-get update $ sudo apt-get install gbs mic

Re: [Tizen General] Unable to update RD-210 device with Magnolia images

2013-03-17 Thread Leon Anavi
Hi Mats,  if there is, maybe this FAQ could be updated. Yes, absolutely. I guess that there are other ways to disable modemmanager but since I don't need it I decided to get rid of it. Please feel free to update and improve the wiki article at any time. Thanks, Leon On 2013-03-18 01:56,

Re: [Tizen General] gbs for tizen

2013-03-17 Thread Soo-Hyun Choi
Hi, It is likely that you have a wrong URI information for the [repo.tizen_latest] section in your gbs conf file (e.g., ~/.gbs.conf). The provided info about Example of a config file in https://source.tizen.org/documentation/reference/git-build-system/configuration-fileis obsolete, and you should

Re: [Tizen General] gbs for tizen

2013-03-17 Thread Jeong-Joon Yoo
Thank you Choi and Seo, I updated .gbs.conf as you mentioned. The following is the content of .gbs.conf file [general] profile = profile.tizen buildroot = ~/work/tizen/ [profile.tizen] obs = obs.tizen repos = repo.tizen_latest # if no buildroot for profile, the buildroot in general section will

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] gbs for tizen

2013-03-17 Thread Jeong-Joon Yoo
I solved it. From your trace info, it is obvious that you have installed gbs from sources before. My old gbs (installed in /usr/local/bin from source code) was not removed perfectly. I removed it again, then reinstalled the gbs from recommended URL. Now the gbs works correctly. Thank you

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

2013-03-17 Thread Yogesh Gaur
Hello All, I am getting many of packages build failed on centos-6.3 machine with failure message as gcc: Internal error: Segmentation fault (program cc1) c++: Internal error: Segmentation fault (program cc1plus) I am building complete Tizen source code and given compilation