Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218425 - media-sound/hydrogen-0.9.3-r2 fails w/ gcc-4.3.0
Summary: media-sound/hydrogen-0.9.3-r2 fails w/ gcc-4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-19 14:59 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-20 18:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
hydrogen-0.9.3-gcc43.patch (hydrogen-0.9.3-gcc43.patch,2.38 KB, patch)
2008-04-19 15:00 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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