Hi guys.
I'm trying to build an image for my K1 Plus, and I use the 'amlogic-p200'.
I've successfully built images for my other boxes (i.e FormulerF4 and Dinobot4K) previously.
Only when compiling for the 'amlogic-p200', this error occurs. The log is here:
Initialising tasks: 100% |###############################################################################################################################| Time: 0:00:21
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: python3-pycairo-1.10.0-r2 do_configure: Function failed: do_configure (log file is located at /media/budiarno/MAXXIO1/Enigma2/OpenPLi/openpli-oe-core/build/tmp/work/aarch64-oe-linux/python3-pycairo/1.10.0-r2/temp/log.do_configure.15885)
ERROR: Logfile of failure stored in: /media/budiarno/MAXXIO1/Enigma2/OpenPLi/openpli-oe-core/build/tmp/work/aarch64-oe-linux/python3-pycairo/1.10.0-r2/temp/log.do_configure.15885
Log data follows:
| DEBUG: Executing shell function do_configure
| sh: 1: bunzip2: not found
| Error: Waf cannot be unpacked, check that bzip2 support is present
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /media/budiarno/MAXXIO1/Enigma2/OpenPLi/openpli-oe-core/build/tmp/work/aarch64-oe-linux/python3-pycairo/1.10.0-r2/temp/log.do_configure.15885)
ERROR: Task (/media/budiarno/MAXXIO1/Enigma2/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-devtools/python/python3-pycairo_1.10.0.bb:do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3272 tasks of which 3269 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/media/budiarno/MAXXIO1/Enigma2/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-devtools/python/python3-pycairo_1.10.0.bb:do_configure
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
I have bzip2 installed on my Linux Mint 18.2 netbook:
# bunzip2 --version
bzip2, a block-sorting file compressor. Version 1.0.6, 6-Sept-2010.
# bzip2 --version
bzip2, a block-sorting file compressor. Version 1.0.6, 6-Sept-2010.
What am I actually missing here?
Edited by Budiarno, 24 March 2018 - 05:11.