fairphone-fp2: file does not exist error during initramfs-extra creation
When including mesa in the initramfs-extra (!1625 (closed)), then the fairphone fp2 reports the following "file does not exist" errors. This is just cosmetic, as @z3ntu who owns the device, reported that it boots anyway and mesa from the initramfs works as it should to display osk-sdl. We decided to not block the MR because of this.
How to reproduce:
- checkout !1625 (closed)
- pmbootstrap zap -p
- pmbootstrap init
- select fairphone-fp2
- select mainline kernel
- select UI=none
pmbootstrap log (full):
Executing postmarketos-mkinitfs-0.16-r0.trigger
==> initramfs: creating /boot/initramfs-postmarketos-qcom-msm8974
Scanning kernel module dependencies...
NOTE: ** modprobe warnings below can be ignored ** if your device does not run the
mainline kernel yet (most devices!) or if the related kernel options are enabled
with 'y' instead of 'm' (module).
- deviceinfo: pm8941_pwrkey qnoc_msm8974 ili210x
- 00-default.modules: dm_crypt ext4 usb_f_rndis
==> kernel: device-tree blob operations
==> kernel: appending device-tree qcom-msm8974-fairphone-fp2
==> initramfs: creating boot.img
==> initramfs: creating /boot/initramfs-postmarketos-qcom-msm8974-extra
lddtree: /usr/lib/libEGL.so.1: file does not exist
lddtree: /usr/lib/libgbm.so.1: file does not exist
I'm wondering... maybe ldd /usr/lib/libEGL.so
would be helpful in this situation?