On Fri, 2014-04-04 at 16:47 +0800, karthik karthik wrote:
> Thanks to all for the replies,
> 
> Stanislav,
> 
> Big thanks for the rpm. You rpm worked.. I am able to interact with the 
> screen.. But I am not able to launch the native applications as such.
> Any reason why I am not able to launch ??
> 
> Geoffroy/Qiang,
> 
> I tried you .gbs.cong file. I have attached the debug logs. I still want to 
> know how to build the rpm using gbs build..
It looks like gbs does not even reach the remote repo at all. Could it
be blocked by a firewall or is there a proxy that you'd still need to
configure?

I noticed that the error message mentions 'hhtp' and not 'http'... not
sure if it's a typo in the gbs error message itself or whether there was
a typo introduced in your gbs.conf file... what version of gbs are you
using?

It looks like you have saved the file as '.gbs.conf', effectively
replacing the one that is part of the weston git sources. What I
typically do instead is keep my custom gbs.conf file outside of the
folder (i.e. directly in my home directory) and then use it as follows:
$ gbs -c ~/gbs.conf lb -A i586 --include
That way, I don't overwrite the existing .gbs.conf file in the source
code.

If your objective is to just recompile one or a few packages, then I
would actually advice to pick one of the gbs.conf file references here:
https://wiki.tizen.org/wiki/IVI/GBS_configuration_files_Tizen_IVI

I'm not even sure what build.conf it picked up in your testing. If
you're using a complete repo then gbs typically picks up the build.conf
from there.

I have just tested here that I can recompile weston (without the patch)
using the gbs.conf file I sent you earlier *but* in which I had
commented out the line about buildconf (in the [profile.tizen3.0]
section)

> 
> Huang,
> 
> I have tried to point to the local repo's. But I am not sure whether the 
> method is right or not..
> 
> Let me explain my understanding of the gbs build process..
> 
> 
> 1)      Gbs clone to get the source folders and directories.
> 
> 2)      Now comes the issue of solving the dependencies.
> 
> 3)      There are two ways
> 
> a.       Online method.
> 
> b.      Offline method.
> 
> 4)      In the offline method, I feel that I should be pointing the url to 
> the folder that contains the relevant rpms.
> 
> 5)      Here in the .gbs.conf file I used, I had pointed it to the toolchain 
> folder.
The method that you call offline is actually to build the entire stack
from scratch (offline) using only a minimal set of tools (bootstrap)
that is stored in the 'toolchain' project. What happens in this case is
that you're only trying to build weston from the bootstrap repo but you
have not yet build all its dependencies and so it fails.

If you want to build just one (or a few) packages in 'offline' mode then
you should mirror an existing repository locally and use that from your
gbs.conf file.

Does that make sense?

> 
> 6)      Toolchain folder doesn't have all the necessary rpm..
> 
> 
> So my question is when it is said point to the repos, what should I point to??

Intel Corporation NV/SA
Kings Square, Veldkant 31
2550 Kontich
RPM (Bruxelles) 0415.497.718. 
Citibank, Brussels, account 570/1031255/09

This e-mail and any attachments may contain confidential material for the sole 
use of the intended recipient(s). Any review or distribution by others is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender and delete all copies.
_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to