Languages

Menu
Sites
Language
Expansion errors during GBS build
Hi, I am trying to build the rootfs for Tizen IVI. Followed the below steps for GBS build 1. Configured the ~/.ssh/config as shown below Host review.tizen.org Hostname review.tizen.org Port 29418 User # ProxyCommand connect -S %h %p Host tizen Hostname review.tizen.org Port 29418 User # ProxyCommand connect -S %h %p 2. Fetched the Tizen IVI source by following the below steps $ mkdir ~/tizen_ivi_src & cd ~/tizen_ivi_src $ repo init -u tizen:scm/manifest -b tizen -m ivi.xml 2.1. Configured the /home/sfm/TizenManualBuild/UsingIA32/tizen_ivi_src/.repo/manifests/ivi/prebuilt.xml as below 2.2. $ wget http://download.tizen.org/releases/previews/2.0/ivi-panda/latest/builddata/manifest/tizen-2.0_20131119.2_armv7l.xml -O .repo/manifests/ivi/projects.xml $ sed -i '3,4d' .repo/manifests/ivi/projects.xml $ repo sync -j 32 # sync code 3. Updated the ~/tizen_ivi_src/.gbs.conf as shown below [general] tmpdir=/var/tmp/ profile = profile.tizen2.0_ivi work_dir=. [repo.tizen2.0_arm] url=${work_dir}/pre-built/toolchain-arm/ # Newly added repo [repo.tizen2.0_ivi] url=http://download.tizen.org/releases/previews/2.0/ivi-panda/latest/ [profile.tizen2.0_ivi] repos=repo.tizen2.0_arm, repo.tizen2.0_ivi buildconf=${work_dir}/scm/meta/build-config/build.conf 4. Executed the following command to build the packages $ nohup gbs build -A armv7l --threads=4 --exclude=libtool,gettext,emulator-yagl >build.log 2>&1 But the build was getting aborted by showing the message "error: some packages failed to be built" There were 882 expansion errors for a total of 882 packages. ----------------------------------------------------------------------------------------------------------------- Few of the errors are listed below capi-content-mime-type: have choice for libexpat.so.1 needed by cmake: libexpat expat have choice for libgmp.so.10 needed by coreutils: libgmp gmp ... ... m4: have choice for libgmp.so.10 needed by coreutils: libgmp gmp have choice for glibc-devel needed by rpm-build: glibc-devel eglibc-devel ... ... ----------------------------------------------------------------------------------------------------------------- Could anyone help to resolve these errors please. The above steps were taken from the link below https://source.tizen.org/documentation/articles/creating-tizen-ivi-images-scratch-one-page Thanks & Regards Jinil P
Edited by: Jinil P on 06 Aug, 2014

Responses

1 Replies
John Ixion

Hi Jinil,

All the IVI experts are on the mailing list ;)

https://lists.tizen.org/listinfo/ivi