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

Bug 218425

Summary: media-sound/hydrogen-0.9.3-r2 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Professional Audio Applications Maintainers <proaudio>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: hydrogen-0.9.3-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-19 14:59:14 UTC
i686-pc-linux-gnu-g++ -c -pipe -g -w -O2 -march=i686 -mtune=athlon-xp -pipe -ggdb3 -fno-strict-aliasing -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I. -Isrc -I/usr/qt/3/include -o src/FLACFile.o src/lib/FLACFile.cpp
src/lib/FLACFile.cpp: In member function ‘Sample* FLACFile_real::getSample()’:
src/lib/FLACFile.cpp:214: error: ‘memcpy’ was not declared in this scope
make[1]: *** [src/FLACFile.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-sound/hydrogen-0.9.3-r2/work/hydrogen-0.9.3'
make: *** [hydrogenPlayer] Error 2


Reproducible: Always
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-19 15:00:30 UTC
Created attachment 150300 [details, diff]
hydrogen-0.9.3-gcc43.patch

Fixes the problem. Adapted from Fedora.
Comment 2 Alexis Ballier gentoo-dev 2008-04-20 18:14:37 UTC
applied, thanks a lot