pmbootstrap picks wrong package when two packages provide the same library
Created by: ollieparanoid
@NotKit reported in #postmarketOS:
pmbootstrap dependency resolver is a bit weird for some reason it tries to install libhybris-gles in buildroot, which conflicts with mesa-gles, required by mesa-dev, instead of picking mesa-gles https://pastebin.com/MvT6szqa - I suppose both mesa-egl and libhybris-egl provide libEGL.so.1, but I wonder why it goes for the first one even when mesa-gles is manually installed in buildroot
Follow up questions:
- Is this
libhybris
APKBUILD the one you have used? If not, please upload it somewhere. - Could you provide the same log, but with
pmbootstrap -v
, so it prints more information while resolving dependencies?
Thanks for reporting this!