Hi,
I am able to execute Tizen Web applications however, when I try to build a EFL Application the Project do not want be build, and i get the following error :
**** Clean-only build of configuration Debug for project hefl **** /bin/rm -rf /home/alexandre/tizen-workspace/hefl/Debug **** Clean-only build of configuration Debug for project hefl **** **** Build Finished **** **** Build of configuration Debug for project hefl **** /usr/bin/gbs build --arch i586 --repository http://download.tizen.org/snapshots/2.2-emul/common/latest/repos/tizen-main/ia32/packages --repository http://download.tizen.org/snapshots/2.2-emul/common/latest/repos/tizen-base/ia32/packages --repository http://download.tizen.org/snapshots/2.2-emul/common/latest/repos/tizen-main/ia32/debug --repository http://download.tizen.org/snapshots/2.2-emul/common/latest/repos/tizen-base/ia32/debug --buildroot=/home/alexandre/tizen-sdk/platforms/mobile-3.0/rootstraps/mobile-3.0-emulator.platform --extra-packs=zypper,gdb,gdb-server --skip-conf-repos --include-all --keep-packs --define "\"BUILD_TYPE Debug\"" info: the following packages have been excluded build from gbs config: libtool gettext texinfo info: generate repositories ... [32minfo: [0mstart building packages from: /home/alexandre/tizen-workspace/hefl (git) 2015-03-16 14:11 +0100 gbs 0.23.2 [32minfo: [0mprepare sources... fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. [32minfo: [0mstart export source from: /home/alexandre/tizen-workspace/hefl ... Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' Argument "" isn't numeric in numeric eq (==) at /usr/bin/depanneur line 642. info: the following untracked files would be included: .cproject .project .tproject CMakeLists.txt include/ org.tizen.hefl.png org.tizen.hefl.xml.in packaging/ po/ src/ warning: Deprecated option '--git-export-only', please use '--no-build' instead! info: Creating (native) source archive org.tizen.hefl-0.0.1.tar.gz from '34f24a63f63927d589c23e488e7f2631793aa038' error: Git command failed: Can't describe HEAD. Git error: fatal: Not a valid object name HEAD error: <gbs>Failed to export packaging files from git tree [32minfo: [0mretrieving repo metadata... [32minfo: [0mparsing package data... [32minfo: [0mbuilding repo metadata ... [32minfo: [0mresolving skipped packages ... [32minfo: [0mpackage dependency resolving ... [33mwarning: [0mno available packages to build. [32minfo: [0m*** Build Status Summary *** === the following packages failed to build because export source files to build environment failed (1) === org.tizen.hefl-0.0.1-1 === Total succeeded built packages: (0) === [32minfo: [0mgenerated html format report: /home/alexandre/tizen-sdk/platforms/mobile-3.0/rootstraps/mobile-3.0-emulator.platform/local/repos/tizen3.0_mobile/i586/index.html [32minfo: [0mgenerated RPM packages can be found from local repo: /home/alexandre/tizen-sdk/platforms/mobile-3.0/rootstraps/mobile-3.0-emulator.platform/local/repos/tizen3.0_mobile/i586/RPMS [32minfo: [0mgenerated source RPM packages can be found from local repo: /home/alexandre/tizen-sdk/platforms/mobile-3.0/rootstraps/mobile-3.0-emulator.platform/local/repos/tizen3.0_mobile/i586/SRPMS [32minfo: [0mbuild logs can be found in: /home/alexandre/tizen-sdk/platforms/mobile-3.0/rootstraps/mobile-3.0-emulator.platform/local/repos/tizen3.0_mobile/i586/logs [32minfo: [0mbuild roots located in: /home/alexandre/tizen-sdk/platforms/mobile-3.0/rootstraps/mobile-3.0-emulator.platform/local/BUILD-ROOTS/scratch.i586.* error: <gbs>some packages failed to be built **** Failed to build **** **** Build Finished ****
I am running with : Ubuntu 14.04, Oracle Java v7 u75, SDK 0202004337784566
I tried with SDK 0113215053427912 same error.
Thanks for any help.