Hi,

On Tue, Aug 20, 2013 at 1:52 AM, Maurer, Steven
<[email protected]> wrote:
> The same problem happened.  This is the tail of the output I got:
>
> warning: build failed, Leaving the logs in
> /home/smaurer/GBS-ROOT/local/repos/tizen_3.0_m2_jul/i586/logs/fail/org.tizen.volume-0.2.4-1/log
> info: updating local repo
> error: *** Error Summary ***
> === the following packages failed to build due to missing build dependencies
> (1) ===
> wrt-setting:
>   nothing provides pkgconfig(ace)
>   nothing provides pkgconfig(ace-dao-rw)

As Tracy suggests, please check your branch.

It should look like this (for apps/core/preloaded/volume-app):
$ git branch -a
* tizen
  remotes/origin/1.0_post
  remotes/origin/2.0alpha
  remotes/origin/HEAD -> origin/tizen
  remotes/origin/master
  remotes/origin/tizen
  remotes/origin/tizen_2.0
  remotes/origin/tizen_2.1

I tried gbs build and it also works fine ("tizen" branch has version 0.2.8)
$ gbs build -A i586 --skip-conf-repos -R
http://download.tizen.org/releases/daily/tizen/ivi/latest/repos/ivi/ia32/packages/
-C

The lesson here is: Git branch and the repo URL MUST be in sync.

If you say, "I want to build for Tizen 3.0", it means
1) you've checked out "tizen" branch from the git project
2) you are using "tizen" release repo URLs (e.g.,
http://download.tizen.org/releases/daily/tizen/ivi/latest/repos/ivi/ia32/packages/)

if 1) and 2) are out of sync, you'll easily face dependency issues

-- Mikko
_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to