New comment by nezos on void-packages repository https://github.com/void-linux/void-packages/pull/41812#issuecomment-1657180891 Comment: I was not monitoring the thread, so I moved independently. In case they help I attach my templates and a patch I did for resolving grass not found (it's hardlinked!): [libpdal.txt](https://github.com/void-linux/void-packages/files/12209339/libpdal.txt) [libgeotiff.txt](https://github.com/void-linux/void-packages/files/12209348/libgeotiff.txt) [libgdal.txt](https://github.com/void-linux/void-packages/files/12209342/libgdal.txt) [grass.txt](https://github.com/void-linux/void-packages/files/12209345/grass.txt) [qgis.txt](https://github.com/void-linux/void-packages/files/12209346/qgis.txt) [FindGRASS.patch.txt](https://github.com/void-linux/void-packages/files/12209354/FindGRASS.patch.txt) The problem with grass that it compiles well with qgis but when I try to install qgis it cannot find the grass shared libraries. The reason is that in the grass project, they name libraries as VERSION.so and in voidlinux they need to be .so.VERSION . I couldn't find a solution as many makefiles need to be patched and this would complicate things alot. If you have a grass package that provides shlibs then you have the solution! For the LTR I don't know how useful it is, especially considering that each new version usually changes something at the project files created by the user...