Hi, i'm trying to compile my own openvix image but i got an error.
My system is archlinux x86_64 fully up to date. I done this steps
Code:
mkdir ~/bin
ln -s /usr/bin/python2 ~/bin/python
export PATH=~/bin:$PATH
a workaround for use python 2 instead of python 3. More info here
then
Code:
mkdir openvix
cd openvix
git clone git://github.com/oe-alliance/build-enviroment.git oe-alliance
cd oe-alliance
Machine=vusolo2 DISTRO=openvix make update
Machine=vusolo2 DISTRO=openvix make image
But the last command fails with
Code:
NOTE: package quilt-native-0.51-r1: task do_install: Started
NOTE: package quilt-native-0.51-r1: task do_install: Succeeded
NOTE: Running task 12 of 63 (ID: 10, /home/davide/openvix/oe-alliance/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.51.bb, do_populate_sysroot)
NOTE: package quilt-native-0.51-r1: task do_populate_sysroot: Started
ERROR: Function failed: sysroot_stage_all (see /home/davide/openvix/oe-alliance/builds/openvix/vusolo2/tmp/work/x86_64-linux/quilt-native-0.51-r1/temp/log.do_populate_sysroot.4783 for further information)
ERROR: Logfile of failure stored in: /home/davide/openvix/oe-alliance/builds/openvix/vusolo2/tmp/work/x86_64-linux/quilt-native-0.51-r1/temp/log.do_populate_sysroot.4783
Log data follows:
| ERROR: Function failed: sysroot_stage_all (see /home/davide/openvix/oe-alliance/builds/openvix/vusolo2/tmp/work/x86_64-linux/quilt-native-0.51-r1/temp/log.do_populate_sysroot.4783 for further information)
| tar: --same-order option cannot be used with -c
| Try 'tar --help' or 'tar --usage' for more information.
| tar: This does not look like a tar archive
| tar: Exiting with failure status due to previous errors
NOTE: package quilt-native-0.51-r1: task do_populate_sysroot: Failed
ERROR: Task 10 (/home/davide/openvix/oe-alliance/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.51.bb, do_populate_sysroot) failed with exit code '1'
NOTE: package autoconf-native-2.68-r7: task do_fetch: Succeeded
Waiting for 2 running tasks to finish:
0: m4-native-1.4.16-r2 do_fetch (pid 3241)
1: automake-native-1.11.2-r3 do_fetch (pid 3259)
NOTE: package automake-native-1.11.2-r3: task do_fetch: Succeeded
Waiting for 1 running tasks to finish:
0: m4-native-1.4.16-r2 do_fetch (pid 3241)
NOTE: package m4-native-1.4.16-r2: task do_fetch: Succeeded
NOTE: Tasks Summary: Attempted 12 tasks of which 0 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/davide/openvix/oe-alliance/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.51.bb, do_populate_sysroot
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Makefile:70: set di istruzioni per l'obiettivo "image" non riuscito
make: *** [image] Errore 1
The log-error file don' t help me more
Code:
ERROR: Function failed: sysroot_stage_all (see /home/davide/openvix/oe-alliance/builds/openvix/vusolo2/tmp/work/x86_64-linux/quilt-native-0.51-r1/temp/log.do_populate_sysroot.4783 for further information)
tar: --same-order option cannot be used with -c
Try 'tar --help' or 'tar --usage' for more information.
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
Could someone help me? Is it an OS problem or an oe problem?
Thanks in advance