Bug 433990
| Summary: | dosbox failed massrebuild attempt for GCC 4.3 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> | ||||
| Component: | dosbox | Assignee: | Andreas Bierfert <andreas.bierfert> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | 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
Jesse Keating
2008-02-22 12:53:19 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 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)
Thanks for the patch. Help is appreciated. Also fixed the missing BR. |