Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 219546

Summary: media-sound/spiralmodular-0.2.2a-r1 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: spiralmodular-0.2.2a-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-27 23:02:44 UTC
In file included from SpiralSound/Plugins/SpiralPlugin.h:30,
                 from SpiralSynthModular.h:40,
                 from main.cpp:32:
SpiralSound/Plugins/../Sample.h: In member function ‘Sample& Sample::operator=(const Sample&)’:
SpiralSound/Plugins/../Sample.h:106: error: ‘memcpy’ was not declared in this scope
main.cpp: In function ‘int main(int, char**)’:
main.cpp:140: error: ‘strcmp’ was not declared in this scope
make: *** [main.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from SpiralSynthModular.C:40:
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
GUI/SSM.xpm:516: warning: deprecated conversion from string constant to ‘char*’
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-27 23:04:30 UTC
Created attachment 151198 [details, diff]
spiralmodular-0.2.2a-gcc43.patch

Fixes the problem. Homespun patch.
On another topic, I'd take a look at the Debian patchset for this package. Might rid you of some patches and fix some unreported bugs at the same time.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-04-28 17:02:32 UTC
(In reply to comment #1)
> Created an attachment (id=151198) [edit]
> spiralmodular-0.2.2a-gcc43.patch
> 
> Fixes the problem. Homespun patch.

Thanks. Committed.

> On another topic, I'd take a look at the Debian patchset for this package.
> Might rid you of some patches and fix some unreported bugs at the same time.
> 

Yeah.. that applies to a lot of packages.