Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728878 - net-misc/networkmanager-1.18.6 doesn't build
Summary: net-misc/networkmanager-1.18.6 doesn't build
Status: RESOLVED DUPLICATE of bug 724304
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-20 09:53 UTC by Matthias Coppens
Modified: 2020-06-20 10:07 UTC (History)
1 user (show)

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


Attachments
bui (build.log,16.42 KB, text/x-log)
2020-06-20 09:53 UTC, Matthias Coppens
Details
emerge --info '=net-misc/networkmanager-1.18.6::gentoo' (file_728878.txt,7.04 KB, text/plain)
2020-06-20 09:57 UTC, Matthias Coppens
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Coppens 2020-06-20 09:53:47 UTC
Created attachment 645362 [details]
bui

net-misc/networkmanager-1.18.6::gentoo with default USE-flags fails to build with:
configure: error: invalid argument passed to --enable-introspection, should be one of [no/auto/yes]
Comment 1 Matthias Coppens 2020-06-20 09:57:29 UTC
Created attachment 645364 [details]
emerge --info '=net-misc/networkmanager-1.18.6::gentoo'
Comment 2 Matthias Coppens 2020-06-20 09:59:32 UTC
emerge -pqv '=net-misc/networkmanager-1.18.6::gentoo'

[ebuild     U ] net-misc/networkmanager-1.18.6 [1.18.4-r3] USE="dhclient introspection modemmanager ncurses nss ppp systemd wext wifi -audit -bluetooth -connection-sharing (-consolekit) -dhcpcd (-elogind) -gnutls -iwd -json -ofono -ovs -policykit -resolvconf (-selinux) -teamd -test -vala" ABI_X86="(64) -32 (-x32)"
Comment 3 Mart Raudsepp gentoo-dev 2020-06-20 10:07:44 UTC
This is a bug when you use newer dash as your /bin/sh, because with it configure isn't fallbacking automatically to bash anymore, as per bug 714092. This is fixed in ~arch networkmanager though; workaround is to use CONFIG_SHELL=/bin/bash for this, or switching away from dash as your /bin/sh until more fallout in stable is fixed; or downgrading dash I suppose.

*** This bug has been marked as a duplicate of bug 724304 ***