Summary: | x11-drivers/xf86-video-intel-2.21.4 fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Flavio <fbcyborg> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fbcyborg |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | buildlog |
Description
Flavio
2013-03-17 12:36:46 UTC
This is fine here. I've found a workaround for now. Add the following row in /etc/portage/package.use: x11-drivers/xf86-video-intel -sna -glamor uxa The problem seems to be due to the sna USE flag then, because it did compile. /src/sna/gen4_vertex.c:1574:1: internal compiler error: in reload_cse_simplify_operands, at postreload.c:396 internal compiler error could be a problem with your toolchain, but certainly not xf86-video-intel is at fault. If the issue always happens at the same file, please try a different gcc version and/or rebuilding your gcc. Thanks a lot. Switched to x86_64-pc-linux-gnu-4.6.3 and it compiles fine now. |