Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 576606 - wine-1.9.4 fails to compile with gcc 5.3
Summary: wine-1.9.4 fails to compile with gcc 5.3
Status: RESOLVED DUPLICATE of bug 574044
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-06 14:58 UTC by Tristen Hayfield
Modified: 2016-03-06 17:42 UTC (History)
0 users

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


Attachments
build log (build.log.xz,105.98 KB, application/x-xz)
2016-03-06 14:58 UTC, Tristen Hayfield
Details
emerge --info (einfo,17.39 KB, text/plain)
2016-03-06 15:00 UTC, Tristen Hayfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tristen Hayfield 2016-03-06 14:58:43 UTC
Created attachment 427582 [details]
build log

Emerging wine 1.9.4 fails with:

/var/tmp/portage/app-emulation/wine-1.9.4/work/wine-1.9.4/dlls/advapi32/crypt_md5.c:131:1: internal compiler error: in choose_baseaddr, at 
config/i386/i386.c:10412

A quick search online has revealed that this is due to an upstream defect in gcc:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69140

From my understanding of the defect, there are a couple of ways to resolve this issue: either change the compilation options for wine as a temporary workaround or apply the patch in the defect thread to gcc and update wine dependencies accordingly.
Comment 1 Tristen Hayfield 2016-03-06 15:00:20 UTC
Created attachment 427584 [details]
emerge --info
Comment 2 Alex Xu (Hello71) 2016-03-06 17:42:23 UTC

*** This bug has been marked as a duplicate of bug 574044 ***