Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 598168

Summary: sys-kernel/gentoo-sources-4.4.26: internal compiler error with gcc-4.9.3
Product: Gentoo Linux Reporter: Eric Siegel <eric>
Component: EclassesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: critical    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

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.