Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598168 - sys-kernel/gentoo-sources-4.4.26: internal compiler error with gcc-4.9.3
Summary: sys-kernel/gentoo-sources-4.4.26: internal compiler error with gcc-4.9.3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-27 03:35 UTC by Eric Siegel
Modified: 2016-10-27 13:54 UTC (History)
0 users

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


Attachments
emerge --info (emergeInfo.txt,5.87 KB, text/plain)
2016-10-27 03:35 UTC, Eric Siegel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Siegel 2016-10-27 03:35:40 UTC
Created attachment 451528 [details]
emerge --info

I emerged sys-kernel/gentoo-sources-4.4.26, then went to /usr/src/linux-4.4.26-gentoo and ran "sudo make menuconfig".  This is the output I saw:

  HOSTCC  scripts/basic/fixdep
scripts/basic/fixdep.c: In function ‘parse_dep_file’:
scripts/basic/fixdep.c:444:1: internal compiler error: Segmentation fault
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.gentoo.org/> for instructions.
scripts/Makefile.host:91: recipe for target 'scripts/basic/fixdep' failed
make[1]: *** [scripts/basic/fixdep] Error 1
Makefile:443: recipe for target 'scripts_basic' failed
make: *** [scripts_basic] Error 2

I tried copying over the ".config" from my current kernel (4.4.21), but this not change anything.
Comment 1 Eric Siegel 2016-10-27 13:54:56 UTC
Not sure what was going on, but I rebooted my computer and suddenly this error went away.