Title: Samsung Enterprise Portal mySingle
Well... looks like the spec file isn't accounting for a file.  My first suspicion is that you are not building on the "2.0" branch (which would be required to create a 2.0 package since you are configured to build against the 2.0 repositories)

We have many branches and the default branch might not be the one you are looking for.  So... what does 'git branch -a' show?  If it shows you are checked out on anything other then the 2.0 branch then:
$ git branch --track 2.0 origin/2.0
$ git checkout 2.0

If there is no "2.0" branch then the repository is not used for the 2.0 build and you will need the pure tizen_2.0 version found in framework/mulimedia/gst-plugins-base

    --rusty

On 05/01/2013 06:31 AM, DEEPAK JAIN wrote:

Hi,

I am compiling "profile/ivi/gst-plugins-base" on x86 system using following command

$ gbs build -A i586 gst-plugins-base


I am building locally.

My contents of gbs.conf are here:

##################################################################################
[general]
#Current profile name which should match a profile section name
profile = "">
[profile.tizen]
#Common authentication info for whole profile
#user =
#CAUTION: please use the key name "passwd" to reset plaintext password
#passwd =
#obs = obs.tizen
#Comma separated list of repositories
#repos = repo.tizen_latest
repos = repo.tizen_main, repo.tizen_base

[obs.tizen]
#OBS API URL pointing to a remote OBS.
url = "">https://api.tizen.org
#Optional user and password, set if differ from profile's user and password
#user =
#passwd =

#Repo section example
[repo.tizen_latest]
#Build against repo's URL
url = "">http://download.tizen.org/releases/daily/trunk/ivi/latest/
#Optional user and password, set if differ from profile's user and password
#user =
#passwd =

#Individual repo is also supported
[repo.tizen_base]
url = "">http://download.tizen.org/releases/daily/2.0/ivi/latest/repos/base/ia32/packages/
[repo.tizen_main]
url = "">http://download.tizen.org/releases/daily/2.0/ivi/latest/repos/ivi/ia32/packages/

################################################################################


Everything goes pretty well till the very end when I got following error:


[   71s] RPM build errors:
[   71s]     Installed (but unpackaged) file(s) found:
[   71s]    /usr/lib/gstreamer-0.10/libgstvideo4linux.so
warning: build failed, Leaving the logs in /home/deepak/GBS-ROOT/local/repos/tizen2.0/i586/logs/fail/gst-plugins-base-0.10.36-1/log
error: *** Error Summary ***
=== the following packages failed to build due to rpmbuild issue ===
gst-plugins-base-tizen2.0-i586: /home/deepak/GBS-ROOT/local/repos/tizen2.0/i586/logs/fail/gst-plugins-base-0.10.36-1/log

error: <gbs>rpmbuild fails





Though other packages like gst-plugin-bad, gst-plugin-good, gstreamer have been compiled without any errors.

Can somebody guide me is anything wrong i am doing here.

Thanks in advance

With Regards,
Deepak


 



_______________________________________________
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


_______________________________________________
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi

Reply via email to