Languages

Menu
Sites
Language
Tizen Source Code Building

We were trying to build the tizen source code for x86_64 architecture in Ubuntu 64bit 12.10 version, but we were encountering some build issues.
We get:

"The following packages failed to build because export source files ro build environment failed:

rpm-python-4.9.1-1

nothing provides cmake
nothing provides python-devel
nothing provides rpm....... and so on for many such packages.

We already have all these packages installed for Linux Ubuntu.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

11 Replies
Kishen H
Hi Tizen Team, I have been facing the same issues....can someone guide me on this further? I am facing the same issues when building for i586 architecture too. I have the latest code downloaded. I have python also installed in my system. I was asked for other packages such a openssl and cmake, but the errors persist even after doing the changes. Any help will be dearly appreciated. Please help me. Thanks, Kishen
Tony Ho

It seems no one care this problem, I meets the same problem. 

Have you got any idea to fix this?

john Smith
Hi, check with latest SDK.
Kishen H
Hi John, I am not using the SDk, I am trying to build the entire Tizen Source Code. I am following the procedures as mentioned here: https://source.tizen.org/documentation/developer-guide/cloning-and-building Under Section 3: Building Packages I have executed the commands: gbs build -A --include-all I have tried for Architecture i586 and x86_64. When I execute the command I get the above said errors. Thanks, Kishen
Pankaj Dubey
Dear Tizen platform members, I also followed same guidlines published on tizen.org and tried to build for armv7l but build failed giving same error message as nothing provides rpm....... and so on for many such packages Please let us know if anything wrong in build process or guide us in building. Thanks, Pankaj
Vennila Arumugam
Hi , I am trying to build for arm7vl architecture and facing similar build sissues. === the following packages failed to build because export source files to build environment failed (1) === rpm-python-4.9.1-1 === the following packages failed to build due to missing build dependencies (2) === aul: nothing provides libgstbase-0.10.so.0 needed by emotion nothing provides libgstreamer-0.10.so.0 needed by emotion libmm-sound: nothing provides libgstbase-0.10.so.0 needed by emotion nothing provides libgstreamer-0.10.so.0 needed by emotion === the following packages failed to build due to rpmbuild issue (1) === gcc-tizen2.1-armv7l: /root/GBS-ROOT/local/repos/tizen2.1/armv7l/logs/fail/gcc-4.7-0/log Kindly help. Thanks in advance, Vennila
ramajayam samudi
Hi all I am also getting the same error. I am using Tizen 2.2 platform code. Error details: info: skipping libmm-sound-0.7.4-0 armv7l error: *** Error Summary *** === the following packages failed to build because export source files to build environment failed (1) === rpm-python-4.9.1-1 error: rpmbuild fails Please help on the same. Regards, Ramajayam S
pradeep sahu
Hi, how is get the pkg-build tools which used in the pkg-build -u [-o ] [-c] [-v] [-h] pls send the link and process to install. Thanks and Regards, Pradeep
Bogon Kim
When I use this configuration file for Tizen 2.2. The build is success. [general] tmpdir=/var/tmp profile = profile.tizen2.2 [repo.tizen2.2] url = http://download.tizen.org/releases/2.2/tizen-2.2_20130719.3/ [profile.tizen2.2] repos=repo.tizen2.2
Paul Hanchett

The best answer we've found so far is at this link: https://source.tizen.org/documentation/articles/creating-tizen-platform-image-scratch-through-local-build. Unfortuneately it's not a full answer because there are always packages that won't build for one reason or another.  We've received lots of counsel that gbs is the issue and that it's really not up to building the entirity of Tizen 3.0 IVI.

As I understand it, the recommended development process is:

  1. Get an image to use as your base system
  2. Use gbs and repo to modify the specific package you're interested in (and ONLY those!)
  3. Overlay your changes onto your test system, for internal use and testing
  4. I can't speak to the process of getting changes delivered upstream, I haven't done it.  
Tony Ho

In our projects, we have to fullly build the TizenIVI 3.0, so if there're some method to build the full TizenIVI 3.0 successful? Some package failed is OK, we just want to build  the most of packages, and create a image to run in virtual machine.

And can you give some information about how the TizenIVI Team build the milestone release ? We want to build the mileston like the TizenIVI Team does. The wiki gives few decriptions.  We have tried to build the TizenIVI source code using the 2013-10-11 milestone manifest xml, but many packages failed and build error:

gbs:error: Traceback (most recent call last):
  File "/usr/bin/gbs", line 552, in <module>
    sys.exit(main(sys.argv))
  File "/usr/bin/gbs", line 546, in main
    return module.main(args)
  File "/usr/lib/pymodules/python2.7/gitbuildsys/cmd_build.py", line 339, in main
    raise GbsError('rpmbuild fails')
GbsError: <gbs>rpmbuild fails