New comment by Luciogi on void-packages repository https://github.com/void-linux/void-packages/pull/45676#issuecomment-1685368328 Comment: @ahesford after deleting libs from `common/shlibs` breaks package build https://pastebin.com/Ug5xKLHT it seems now ncurses5 is required to build would it possible to include compatibility for ncurses5 with current ncurses package (reference: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ncurses5-compat-libs#n38) Or I skip dependency check for these following files (temporarily until ncurse5 is packages ) ``` ./plugins/android-ndk/resources/lldb/lib/python3.10/lib-dynload/_curses.cpython-310-x86_64-linux-gnu.so ./plugins/android-ndk/resources/lldb/lib/python3.10/lib-dynload/_curses_panel.cpython-310-x86_64-linux-gnu.so ```