Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am faiely new to yocto. and I'm trying to do a fresh build for qemuarm. Steps i've taken:

  • after checking out release "yocto-3.1.5" then
source oe-init-build-env ~/buid-qemu

then I set MACHINE ?= "qemuarm" then finally running

bitbake core-image-minimal

i get this error:

ERROR: core-image-minimal-1.0-r0 do_rootfs: The postinstall intercept hook 'update_gio_module_cache' failed, details in /home/eslammedhat/build-qemu/tmp/work/qemuarm-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs
ERROR: Logfile of failure stored in: /home/eslammedhat/build-qemu/tmp/work/qemuarm-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.62498

attached also is the log file specified.

what could be the issue ?

question from:https://stackoverflow.com/questions/65938527/postinstall-intercept-hook-update-gio-module-cache-failed

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.4k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...