There're two types of issue here. First type is export error, that you set as red chars, this issue is a known issue, and expect can be fixed in several days.
Second type, gbs report that there's circles found: gettext->glibc->gettext So you need add glibc to exclude option list: gbs build -A i586 --threads=4 --clean-once --exclude=gcc,cmake,filesystem,aul,libmm-sound,libtool,glibc Thanks QIang From: [email protected] [mailto:[email protected]] On Behalf Of Olivier Delbeke Sent: Thursday, March 13, 2014 11:57 PM To: [email protected] Subject: Errors when building the latest sources (tizen_20140312.12_ia32) Hi all, I'm trying to build the latest daily release (locally) and I'm getting the following errors : gbs build -A i586 --threads=4 --clean-once --exclude=gcc,cmake,filesystem,aul,libmm-sound,libtool info: generate repositories ... info: start building packages from: /home/olivier/.../Tizen (git) 2014-03-13 16:44 +0100 info: prepare sources... info: start export source from: /home/olivier/.../Tizen/platform/upstream/gstreamer/ ... info: Generating patches from git (upstream/0.10.36..HEAD) error: Failed to get common ancestor: error: Generating upstream tarball and/or generating patches failed. GBS tried this as you have upstream branch in you git tree. Fix the problem by either: 1. Update your upstream branch and/or fix the spec file. Also, check the upstream tag format. 2. Remove or rename the upstream branch (change the package to native) See https://source.tizen.org/documentation/reference/git-build-system/upstream-package for more details. error: <gbs>Failed to export packaging files from git tree info: start export source from: /home/olivier/.../Tizen/platform/upstream/gst-omx/ ... error: Invalid upstream treeish upstream/0.10.1 error: Generating upstream tarball and/or generating patches failed. GBS tried this as you have upstream branch in you git tree. Fix the problem by either: 1. Update your upstream branch and/or fix the spec file. Also, check the upstream tag format. 2. Remove or rename the upstream branch (change the package to native) See https://source.tizen.org/documentation/reference/git-build-system/upstream-package for more details. error: <gbs>Failed to export packaging files from git tree info: start export source from: /home/olivier/.../Tizen/platform/core/uifw/libhangul/ ... error: Invalid upstream treeish upstream/0.1.0 error: Generating upstream tarball and/or generating patches failed. GBS tried this as you have upstream branch in you git tree. Fix the problem by either: 1. Update your upstream branch and/or fix the spec file. Also, check the upstream tag format. 2. Remove or rename the upstream branch (change the package to native) See https://source.tizen.org/documentation/reference/git-build-system/upstream-package for more details. error: <gbs>Failed to export packaging files from git tree info: retrieving repo metadata... info: parsing package data... warning: cross-i386-binutils: build arch not compatible: i386 i486 i586 i686 athlon info: building repo metadata ... info: package dependency resolving ... warning: circle found: gettext->glibc->gettext info: circle found, exit... error: <gbs>some packages failed to be built I had a look at https://source.tizen.org/documentation/reference/git-build-system/upstream-package but I'm new to git and I don't understand what is going wrong. Does anybody know ? Thank you, Olivier
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
