On 2015-04-08 17:25, McGee, Art wrote:
> All,
>
> I've been installing tizen tools on a newer image of ubuntu and running into 
> gbs issues.  I can't seem to get gbs to install correctly.
> This is what I get when I use gbs.
>
> amcgee7@osboxes:/media/amcgee7/d9c4bd9f-4e6d-411b-8a55-180271e8c9c1/home/artmcgee/testrepos$
>  sudo gbs build -A i586
> [sudo] password for amcgee7: 
> Traceback (most recent call last):
>   File "/usr/local/bin/gbs", line 30, in <module>
>     from gitbuildsys import cmd_build
>   File "/usr/local/lib/python2.7/dist-packages/gitbuildsys/cmd_build.py", 
> line 33, in <module>
>     from gitbuildsys.cmd_export import get_packaging_dir, config_is_true
>   File "/usr/local/lib/python2.7/dist-packages/gitbuildsys/cmd_export.py", 
> line 34, in <module>
>     from gbp.scripts.buildpackage_rpm import main as gbp_build
> ImportError: No module named buildpackage_rpm
> amcgee7@osboxes:/media/amcgee7/d9c4bd9f-4e6d-411b-8a55-180271e8c9c1/home/artmcgee/testrepos$
>  python
> Python 2.7.9 (default, Dec 11 2014, 17:21:00)

Most probably you are facingconflicts between packages provided by Ubuntu and 
packages from tizen.org.

The module shown in your logs comes from git-buildpackage-rpm. This tools 
package is provided for Tizen in version 0.6.15-tizen20140828.

But the same package appears in Ubuntu, starting from Vivid 15.04. And its 
versionis 0.6.22. This gives higher priority to the Ubuntu package. That 
package provides different contents and is not compatible with other Tizen 
tools, giving you the error.

I was facing very similar problem on Ubuntu Testing, which also provides the 
package in higher version. There is quite simple workaround for it.
Perform these steps as root:

  * echo -e "Package: *\nPin: origin download.tizen.org\nPin-Priority: 1001" 
>/etc/apt/preferences.d/tizen
  * apt-get update
  * apt-get dist-upgrade

This will downgrade all Tizen tools to versions from tizen.org and ensure them 
higher priority than packages from Ubuntu, overriding package version ordering.

_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to