New comment by ThatGeekyWeeb on void-packages repository https://github.com/void-linux/void-packages/pull/23693#issuecomment-662128706 Comment: I'm having a re-occurring issue with packaging `clex` It depends `ncurses-devel` which depends `ncurses-libs` `ncurses` also depends `ncurses-libs` After `xbps-src` installs `ncurses-devel` it tries to remove the autodep of `ncurses-libs` but that conflicts `ncurses` Due to this error, I can't continue to pkg `clex` ```bash => clex-4.6.patch9_1: building [gnu-configure] for x86_64... [target] ncurses-devel-6.2_2: found (/host/binpkgs/clex) [runtime] ncurses-devel-6.2_2: found (/host/binpkgs/clex) => clex-4.6.patch9_1: installing target dependencies: ncurses-devel-6.2_2 ... => clex-4.6.patch9_1: removing autodeps, please wait... => ERROR: clex-4.6.patch9_1: failed to install 'ncurses-devel-6.2_2' dependency! (error 19) ncurses-libs-6.2_2 in transaction breaks installed pkg `ncurses-6.2_3' Transaction aborted due to unresolved dependencies. => ERROR: Please see above for the real error, exiting... ```