New comment by ar-jan on void-packages repository https://github.com/void-linux/void-packages/pull/41812#issuecomment-1726613637 Comment: I thought [this branch](https://github.com/ar-jan/void-packages/commits/qgis-proj) _should_ solve the grass issues, I fixed the install location for pkg-config and added a -devel subpackage (I pushed to another branch to avoid needless CI build here). The QGIS build configuration step can now find grass as well. But when I install qgis I still get this: ``` qgis-3.32.3_1: broken, unresolvable shlib `libgrass_dbmibase.8.3.so' qgis-3.32.3_1: broken, unresolvable shlib `libgrass_dbmiclient.8.3.so' qgis-3.32.3_1: broken, unresolvable shlib `libgrass_gis.8.3.so' qgis-3.32.3_1: broken, unresolvable shlib `libgrass_gproj.8.3.so' qgis-3.32.3_1: broken, unresolvable shlib `libgrass_imagery.8.3.so' qgis-3.32.3_1: broken, unresolvable shlib `libgrass_raster.8.3.so' qgis-3.32.3_1: broken, unresolvable shlib `libgrass_vector.8.3.so' Transaction aborted due to unresolved shlibs. ``` Do they have to be located in `/usr/lib` to be found? Any clue, @classabbyamp?