Based on https://gist.github.com/Kreyren/fb3182a2853298de43f077a1c4164050 net-misc/networkmanager-1.16.0::gentoo is missing DEPEND for abi_x86_32. Error: configure: error: readline library with terminfo support is required (one of readline, edit, or editline, AND one of ncurses, curses, or termcap) Solution(?): readline/ncurses needs 32-bit libs for networkmanager to work, possibly readline[+utils] required, possibly ncurses[+tinfo] required. Relevant: https://github.com/anyc/steam-overlay/issues/228#event-2257447764 -> is not steam-overlay issue.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e57f0206bc068c1e3d99477fcd90bc101e0ab01 commit 5e57f0206bc068c1e3d99477fcd90bc101e0ab01 Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2019-06-09 13:49:52 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2019-06-09 13:51:16 +0000 net-misc/networkmanager: Bump to 1.16.2, fix deps Closes: https://bugs.gentoo.org/682836 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Pacho Ramos <pacho@gentoo.org> net-misc/networkmanager/Manifest | 1 + .../networkmanager/networkmanager-1.16.2.ebuild | 342 +++++++++++++++++++++ 2 files changed, 343 insertions(+)
Readline is not needed for 32bit, because nmcli doesn't get installed. The correct fix is to change --with-nmcli to be native build dependent.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46c12e48a21ba2f306a97be791e39417fed38c0 commit c46c12e48a21ba2f306a97be791e39417fed38c0 Author: Mart Raudsepp <leio@gentoo.org> AuthorDate: 2019-07-27 08:34:59 +0000 Commit: Mart Raudsepp <leio@gentoo.org> CommitDate: 2019-07-27 08:35:56 +0000 net-misc/networkmanager: bump to 1.18.2, remove readline 32bit dep Closes: https://bugs.gentoo.org/682836 Closes: https://bugs.gentoo.org/686604 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org> net-misc/networkmanager/Manifest | 1 + .../networkmanager/networkmanager-1.18.2.ebuild | 341 +++++++++++++++++++++ 2 files changed, 342 insertions(+)