Summary: | net-vpn/wireguard-modules-0.0.20191226 - cc1: error: incompatible gcc/plugin versions | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | NHO <jy6x2b32pie9> |
Component: | Current packages | Assignee: | Jason A. Donenfeld <zx2c4> |
Status: | RESOLVED CANTFIX | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Kernel .config
build.log emerge --info |
Description
NHO
2019-12-27 17:34:30 UTC
Created attachment 601368 [details]
Kernel .config
Created attachment 601370 [details]
build.log
Created attachment 601372 [details]
emerge --info
Changing memory initialization from CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL to CONFIG_INIT_STACK_NONE fixed the issue, but this is wrong way to go about that. (In reply to jy6x2b32pie9 from comment #4) > Changing memory initialization from CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL > to CONFIG_INIT_STACK_NONE fixed the issue, but this is wrong way to go about > that. The right way would be to ensure that your kernel is built with the same compiler as external modules such as net-vpn/wireguard-modules. |