Bug 433990

Summary: dosbox failed massrebuild attempt for GCC 4.3
Product: [Fedora] Fedora Reporter: Jesse Keating <jkeating>
Component: dosboxAssignee: Andreas Bierfert <andreas.bierfert>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcantrell, erik-fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-22 16:05:35 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:
Bug Depends On:    
Bug Blocks: 433629    
Attachments:
Description Flags
Patch to fix gcc 4.3 compilation problems none

Description Jesse Keating 2008-02-22 12:53:19 UTC
This is an automatically filed bug for a failed rebuild attempt for GCC 4.3.

http://fedoraproject.org/wiki/JesseKeating/gcc43MassRebuildProposal

Please verify why this build failed and fix it.
http://koji.fedoraproject.org/koji/taskinfo?taskID=436501
Exit code was 1, check the build.log for the failed buildArch task.

Comment 1 Tyler Owen 2008-02-22 14:15:23 UTC
Errors in i386 build.log:

gameblaster.cpp: In function 'void saa1099_update(int, INT16**, int)':
gameblaster.cpp:195: error: 'memset' was not declared in this scope
gameblaster.cpp: In constructor 'CMS::CMS(Section*)':
gameblaster.cpp:443: error: 'memset' was not declared in this scope

Comment 2 Erik van Pienbroek 2008-02-22 14:19:38 UTC
Created attachment 295627 [details]
Patch to fix gcc 4.3 compilation problems

Hi,

Attached patch fixes all the GCC 4.3 compilation problems. I've also noticed in
the build logs that you forgot to add a BuildRequires: SDL_sound-devel to your
spec file (the configure check for this fails)

Comment 3 Andreas Bierfert 2008-02-22 16:05:35 UTC
Thanks for the patch. Help is appreciated. Also fixed the missing BR.