Hi,

Without --skip-conf-repos options, gbs build will also take repos from 
~/.gbs.conf, not sure if you have some other config repos, so please use 
-skip-conf-repos option, and have a try.

BTW, we suggest to config repo to ~/.gbs.conf, instead of using -R option. For 
your case, you can write .gbs.conf like:

[general]
profile = profile.current

[repo.base]
url=/space/tizenfs_bkup/tizen_local_repo/releases/daily/2.0alpha/common/latest/repos/tizen-base/armv7l/packages

[repo.main]
url=/space/tizenfs_bkup/tizen_local_repo/releases/daily/2.0alpha/common/latest/repos/tizen-main/armv7l/packages

[profile.current]
repos = repo.base,repo.main

Then, just type: gbs build -D ~/.gbs.conf -A armv7l

For more gbs.conf usage, please refer to gbs doc: 
https://source.tizen.org/documentation/reference/git-build-system/configuration-file

Thanks
Qiang



From: [email protected] [mailto:[email protected]] 
On Behalf Of embedded linux
Sent: Tuesday, February 26, 2013 2:53 PM
To: [email protected]
Subject: [Tizen General] Tizen armv7l build from local repo

Hi all,
I am trying to set up the GBS to be built locally. I am have made changes in 
.gbs.conf file and using following command :

sudo gbs build -A armv7l -R 
/space/tizenfs_bkup/tizen_local_repo/releases/daily/2.0alpha/common/latest/repos/tizen-base/armv7l/packages
 -R 
/space/tizenfs_bkup/tizen_local_repo/releases/daily/2.0alpha/common/latest/repos/tizen-main/armv7l/packages
 -D ~/build.conf

Where in the build.conf file is copied from /var/tmp/user-root/tizen2.0.conf 
file.
I get the following error. Basically it is not able to find the repo sources.


info: generate repositories ...
info: start building packages from: 
/home/prabhuraj/work/tizen/framework/multimedia/audio-session-manager (git)
info: prepare sources...
info: retrieving repo metadata...
info: parsing package data...
info: building repo metadata ...
info: package dependency resolving ...
error: *** Error Summary ***
=== the following packages failed to build due to missing build dependencies ===
audio-session-manager:
  nothing provides pkgconfig(glib-2.0)
  nothing provides pkgconfig(mm-log)
  nothing provides pkgconfig(sysman)
  nothing provides pkgconfig(vconf)
  nothing provides pkgconfig(avsysaudio)
  nothing provides pkgconfig(security-server)
  nothing provides rpm
  nothing provides rpm-libs
  nothing provides setup
  nothing provides filesystem
  nothing provides bash
  nothing provides bzip2
  nothing provides coreutils
  nothing provides diffutils
  nothing provides liblua
  nothing provides eglibc
  nothing provides eglibc-common
  nothing provides libacl
  nothing provides libattr
  nothing provides libgcc
  nothing provides libcap
  nothing provides popt
  nothing provides readline
  nothing provides sed
  nothing provides tar
  nothing provides zlib
  nothing provides sqlite
  nothing provides ncurses-libs
  nothing provides elfutils-libelf
  nothing provides bzip2-libs
  nothing provides libstdc++
  nothing provides libfile
  nothing provides xz-libs
  nothing provides nss
  nothing provides nspr
  nothing provides nss-softokn-freebl
  nothing provides binutils
  nothing provides gcc
  nothing provides rpm-build
  nothing provides libtool
  nothing provides build
  nothing provides build-compare
  nothing provides util-linux-ng
  nothing provides cpio
  nothing provides gcc-c++
  nothing provides perl-libs
  nothing provides perl
  nothing provides findutils
  nothing provides file
  nothing provides gzip
  nothing provides net-tools
  nothing provides make
  nothing provides patch
  nothing provides gawk
  nothing provides grep
  nothing provides pkgconfig
  nothing provides autoconf
  nothing provides automake
  nothing provides m4
  nothing provides tzdata
  nothing provides tizen-release
  nothing provides kernel-headers
  nothing provides eglibc-headers
  nothing provides xz-lzma-compat


error: rpmbuild fails

Do I need to make any changes?

Please help me.

Thanks
_______________________________________________
General mailing list
[email protected]
https://lists.tizen.org/listinfo/general

Reply via email to