Qiang,

I tried your suggestion. Getting following error,

sathyadurai@sathyadurai-VirtualBox:~/BIG-REPO-HDD/tizen-all-repos/mobile/tizen$ 
gbs build -A armv7l --profile=profile.mobile --keep-packs --threads=4 
--clean-repo
info: generate repositories ...
info: build conf has been downloaded at:
      /var/tmp/sathyadurai-gbs/tizen2.1.conf
info: start building packages from: 
/home/sathyadurai/BIG-REPO-HDD/tizen-all-repos/mobile/tizen (git)
info: prepare sources...
info: start export source from: 
/home/sathyadurai/BIG-REPO-HDD/tizen-all-repos/mobile/tizen/toolchains/mpc ...
fatal: ref HEAD is not a symbolic ref
fatal: ref HEAD is not a symbolic ref
info: Creating (native) source archive mpc-0.9.tar.gz from 'HEAD'
info: package files have been exported to:
     /home/sathyadurai/GBS-ROOT/local/sources/tizen2.1/mpc-0.9-1
info: start export source from: 
/home/sathyadurai/BIG-REPO-HDD/tizen-all-repos/mobile/tizen/toolchains/mpclib 
...
fatal: ref HEAD is not a symbolic ref
fatal: ref HEAD is not a symbolic ref
info: Creating (native) source archive mpc-0.9.tar.gz from 'HEAD'
info: package files have been exported to:
     /home/sathyadurai/GBS-ROOT/local/sources/tizen2.1/mpc-0.9-1
info: start export source from: 
/home/sathyadurai/BIG-REPO-HDD/tizen-all-repos/mobile/tizen/toolchains/rpm ...
fatal: ref HEAD is not a symbolic ref
fatal: ref HEAD is not a symbolic ref
sh: 1: cannot open /home/sathyadurai/rpmbuild/SOURCES/rpm.spec: No such file
error: License field must be present in package: (main package)
error: RPM error while parsing spec: can't parse specfile

error: <gbs>Failed to export packaging files from git tree
info: cleaning up local repo: 
/home/sathyadurai/GBS-ROOT/local/repos/tizen2.1/armv7l/RPMS ...
info: updating local repo ...
info: retrieving repo metadata...
info: parsing package data...
warning: cross-armv5tel-gcc-accel: build arch not compatible: i386 i486 i586 
i686 athlon
warning: cross-armv5tel-gcc: build arch not compatible: i386 i486 i586 i686 
athlon
warning: cross-armv6l-gcc-accel: build arch not compatible: i386 i486 i586 i686 
athlon
warning: cross-armv6l-gcc: build arch not compatible: i386 i486 i586 i686 athlon
warning: cross-armv7hl-gcc-accel: build arch not compatible: i386 i486 i586 
i686 athlon
warning: cross-armv7hl-gcc: build arch not compatible: i386 i486 i586 i686 
athlon
warning: cross-armv7l-gcc-accel: build arch not compatible: i386 i486 i586 i686 
athlon
warning: cross-armv7l-gcc: build arch not compatible: i386 i486 i586 i686 athlon
warning: cross-armv7nhl-gcc-accel: build arch not compatible: i386 i486 i586 
i686 athlon
warning: cross-armv7nhl-gcc: build arch not compatible: i386 i486 i586 i686 
athlon
warning: cross-armv5tel-binutils-accel: build arch not compatible: i386 i486 
i586 i686 athlon
warning: cross-armv5tel-binutils: build arch not compatible: i386 i486 i586 
i686 athlon
warning: cross-armv6l-binutils-accel: build arch not compatible: i386 i486 i586 
i686 athlon
warning: cross-armv6l-binutils: build arch not compatible: i386 i486 i586 i686 
athlon
warning: cross-armv7hl-binutils-accel: build arch not compatible: i386 i486 
i586 i686 athlon
warning: cross-armv7hl-binutils: build arch not compatible: i386 i486 i586 i686 
athlon
warning: cross-armv7l-binutils-accel: build arch not compatible: i386 i486 i586 
i686 athlon
warning: cross-armv7l-binutils: build arch not compatible: i386 i486 i586 i686 
athlon
warning: cross-armv7nhl-binutils-accel: build arch not compatible: i386 i486 
i586 i686 athlon
warning: cross-armv7nhl-binutils: build arch not compatible: i386 i486 i586 
i686 athlon
warning: cross-mipsel-binutils-accel: build arch not compatible: i386 i486 i586 
i686 athlon
warning: cross-mipsel-binutils: build arch not compatible: i386 i486 i586 i686 
athlon
info: building repo metadata ...
info: package dependency resolving ...
warning: circle found: gcc->binutils->gettext->gcc
info: circle found, exit...
error: <gbs>rpmbuild fails


Request you to share the working gbs.conf and the procedure for building the 
source. I think the procedure available in tizen website is broken.

Pl help

-Sathya


From: Zhang, Qiang Z [mailto:qiang.z.zh...@intel.com]
Sent: Thursday, June 13, 2013 10:57 AM
To: Sathya Durai; general@lists.tizen.org
Subject: RE: Tizen build failure

Hi,

Please use http://download.tizen.org/snapshots/2.1/common/tizen-2.1_20130520.2/ 
instead of
http://download.tizen.org/releases/2.1/tizen-2.1_20130517.6/, which missing 
*-x86 packages.

Thanks
Qiang


From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] 
On Behalf Of Sathya Durai
Sent: Tuesday, June 11, 2013 2:16 PM
To: general@lists.tizen.org
Subject: [Tizen General] Tizen build failure

Hi all,

I'm facing issue while building tizen from scratch, getting huge list of 
"nothing provides ... error"

....
....
python-magic:
  nothing provides file-devel
  nothing provides libfile-x86-arm
  nothing provides elfutils-libelf-x86-arm
  nothing provides nss-softokn-freebl-x86-arm
....

osp-bluetooth:
  nothing provides libfile-x86-arm
  nothing provides elfutils-libelf-x86-arm
  nothing provides nss-softokn-freebl-x86-arm
  nothing provides nss-x86-arm
  nothing provides nspr-x86-arm
  nothing provides libgcc-x86-arm
.....
error: <gbs>rpmbuild fails

I'm trying to build tizen from scratch by using the manifest downloaded from 
http://download.tizen.org/releases/2.1/tizen-2.1/builddata/manifest/.

Followed below procedure,


1.       repo init -u ~/REPO-HDD/tizenall-repos/mobile/manifest/ -m 
tizen-2.1_20130517.6_armv7l.xml

2.       repo sync

3.       gbs build -A armv7l --profile=profile.mobile --keep-packs --threads=4

following my ~/.gbs.conf

[general]
profile = profile.mobile

[profile.mobile]
repos = repo.mobile_latest

[repo.mobile_latest]
url = http://download.tizen.org/releases/2.1/tizen-2.1_20130517.6/


Any help would be appreciated.

Thanks
Sathya




::DISCLAIMER::
----------------------------------------------------------------------------------------------------------------------------------------------------
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.
----------------------------------------------------------------------------------------------------------------------------------------------------
_______________________________________________
General mailing list
General@lists.tizen.org
https://lists.tizen.org/listinfo/general

Reply via email to