Hello,
I recently start to work with Verdin imx8m plus toradex SOM, before that I worked with Toradex colibri imx6ull and imx7d.
I build a Docker image to build Yocto image into container. I am using docker version:
Docker version 20.10.8
I build a docker image to run Ubuntu 20.4 and install it packages as said in Yocto-requiriments-for-ubuntu
When I try to build a Yocto Image there is a Yocto error:
Sstate summary: Wanted 987 Local 76 Mirrors 0 Missed 911 Current 9 (7% match, 8% complete)
NOTE: Executing Tasks
ERROR: perl-native-5.34.1-r0 do_compile: oe_runmake failed
ERROR: perl-native-5.34.1-r0 do_compile: ExecutionError('/home/fgs/cuffia-oe-core/build/tmp/work/x86_64-linux/perl-native/5.34.1-r0/temp/run.do_compile.80063', 1, None, None)
ERROR: Logfile of failure stored in: /home/fgs/cuffia-oe-core/build/tmp/work/x86_64-linux/perl-native/5.34.1-r0/temp/log.do_compile.80063
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4
| make: find: Operation not permitted
| make: find: Operation not permitted
| make: find: Operation not permitted
| make: /bin/sh: Operation not permitted
| make: /bin/sh: Operation not permitted
| make crosspatch
| make: make: Operation not permitted
| make: *** [Makefile:79: all] Error 127
| ERROR: oe_runmake failed
| WARNING: /home/fgs/cuffia-oe-core/build/tmp/work/x86_64-linux/perl-native/5.34.1-r0/temp/run.do_compile.80063:185 exit 1 from 'exit 1'
| WARNING: Backtrace (BB generated script):
| #1: bbfatal_log, /home/fgs/cuffia-oe-core/build/tmp/work/x86_64-linux/perl-native/5.34.1-r0/temp/run.do_compile.80063, line 185
| #2: die, /home/fgs/cuffia-oe-core/build/tmp/work/x86_64-linux/perl-native/5.34.1-r0/temp/run.do_compile.80063, line 169
| #3: oe_runmake, /home/fgs/cuffia-oe-core/build/tmp/work/x86_64-linux/perl-native/5.34.1-r0/temp/run.do_compile.80063, line 164
| #4: do_compile, /home/fgs/cuffia-oe-core/build/tmp/work/x86_64-linux/perl-native/5.34.1-r0/temp/run.do_compile.80063, line 142
| #5: main, /home/fgs/cuffia-oe-core/build/tmp/work/x86_64-linux/perl-native/5.34.1-r0/temp/run.do_compile.80063, line 189
ERROR: Task (virtual:native:/home/fgs/cuffia-oe-core/build/../layers/openembedded-core/meta/recipes-devtools/perl/perl_5.34.1.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 447 tasks of which 232 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 6 seconds
Some recipies are succesful to be compiled but when try to compile perl-native prints that error. I clean perl-native and I try to compile perl recipe alone and always prints the same error.
I did a test to compile in a host machine with ubuntu 20.04 (not in a Docker) and compile succesfuly.