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

Bug 217831

Summary: media-sound/traverso-0.42.0 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: traverso-0.42.0-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-15 18:43:50 UTC
[ 47%] Building CXX object buildfiles/CMakeFiles/traversosongcanvas.dir/TimeLineView.o
/var/tmp/portage/media-sound/traverso-0.42.0/work/traverso-0.42.0/src/traverso/songcanvas/TimeLineView.cpp: In member function ‘virtual int DragMarker::jog()’:
/var/tmp/portage/media-sound/traverso-0.42.0/work/traverso-0.42.0/src/traverso/songcanvas/TimeLineView.cpp:132: error: call of overloaded ‘abs(int&)’ is ambiguous
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/include/g++-v4/cmath:99: note: candidates are: double std::abs(double)
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/include/g++-v4/cmath:103: note:                 float std::abs(float)
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/include/g++-v4/cmath:107: note:                 long double std::abs(long double)
make[2]: *** [buildfiles/CMakeFiles/traversosongcanvas.dir/TimeLineView.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [buildfiles/CMakeFiles/traversosongcanvas.dir/all] Error 2
make: *** [all] Error 2


Reproducible: Always
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-15 18:44:52 UTC
Created attachment 149834 [details, diff]
traverso-0.42.0-gcc43.patch

Fixes the problem. Snatched from Debian.
Comment 2 Alexis Ballier gentoo-dev 2008-04-20 17:38:17 UTC
applied, thanks

as always, please dont forget to report it upstream