Summary: | net-misc/networkmanager-1.4.0-r1 fails to build with error "gcc-config: No gcc profile is active!" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Porcupine of the Moon <porcupineofthemoon> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | floppym |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build log
emerge --info |
Description
Porcupine of the Moon
2016-10-02 10:43:33 UTC
Created attachment 448818 [details]
build log
The build.log
Created attachment 448820 [details]
emerge --info
output of `emerge --info '=net-misc/networkmanager-1.4.0-r1::gentoo'`
emerge -pqv '=net-misc/networkmanager-1.4.0-r1::gentoo' results in:
[ebuild U ] net-misc/networkmanager-1.4.0-r1 [1.0.12-r1] USE="consolekit dhclient gnutls introspection modemmanager ncurses ppp vala wext wifi -audit% -bluetooth -connection-sharing -json% -nss -ofono% -resolvconf (-selinux) -systemd -teamd {-test} (-dhcpcd%) (-zeroconf%*)" ABI_X86="32 (64) (-x32)"
Does /use/bin/i686-pc-linux-gnu-gcc-ar exist? If so, remove it. (In reply to Mike Gilbert from comment #3) > Does /use/bin/i686-pc-linux-gnu-gcc-ar exist? If so, remove it. Thank you for this hint. For some reason this was an orphaned file on my system. equery b couldn't assign it to any package. After deleting all /usr/bin/i686-* it compiled without errors. |