New comment by ev-ermakov on void-packages repository https://github.com/void-linux/void-packages/pull/25504#issuecomment-706652509 Comment: `ufraw` fails to build (with xbps-src): ``` CCLD ufraw-gimp CCLD ufraw /usr/bin/ld: cannot find -lgimpui-2.0 /usr/bin/ld: cannot find -lgimpwidgets-2.0 /usr/bin/ld: cannot find -lgimpmodule-2.0 /usr/bin/ld: cannot find -lgimp-2.0 /usr/bin/ld: cannot find -lgimpmath-2.0 /usr/bin/ld: cannot find -lgimpconfig-2.0 /usr/bin/ld: cannot find -lgimpcolor-2.0 /usr/bin/ld: cannot find -lgimpbase-2.0 collect2: error: ld returned 1 exit status ``` But I can build it from source by hand (using the latest gimp-devel built with xbps-src).