Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682836 - net-misc/networkmanager-1.16.0[abi_x86_32] requires ncurses/readline[${MULTILIB_USEDEP}]
Summary: net-misc/networkmanager-1.16.0[abi_x86_32] requires ncurses/readline[${MULTIL...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-07 17:30 UTC by Jakub Hrbek
Modified: 2019-07-27 08:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Hrbek 2019-04-07 17:30:26 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2019-06-09 13:51:25 UTC
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(+)
Comment 2 Mart Raudsepp gentoo-dev 2019-07-27 08:21:12 UTC
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.
Comment 3 Larry the Git Cow gentoo-dev 2019-07-27 08:36:23 UTC
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(+)