Bug 443536

Summary: gcc 4.3.0-7 segfaults building wine
Product: [Fedora] Fedora Reporter: Henry Kroll <nospam>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-22 14:54:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Henry Kroll 2008-04-22 01:39:24 UTC
Description of problem:
When compiling latest wine_git:



Version-Release number of selected component (if applicable):


How reproducible:
Install Fedora 9 beta from Live CD and install to HD.
Download src rpm of wine.
Set up build environment and attempt to build wine rpm.
rpmbuild --rebuild wine*rpm #This process will warn you about any missing libraries.
Install the missing libraries through yum and try again.
rpmbuild --rebuild wine*rpm
When gcc crashes, attempt to download wine source from git.
It will crash again. Truncated output:

Steps to Reproduce:
1.Download wine from git repository.
2../tools/wineinstall
3.wait for goats to appear
  
Actual results:

{standard input}:7531: Warning: end of file not at end of a line; newline inserted
{standard input}:8093: Error: unknown pseudo-op: `.lb'
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.

Expected results:

Exit 0

Additional info:

Same tarball builds fine on Fedora 8/gcc 4.1

If I get time, I may try to triage this, build a stock gcc from git, bypassing
any vendor-specific patch sets.

Comment 1 Jakub Jelinek 2008-04-22 14:54:54 UTC

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