Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217831 - media-sound/traverso-0.42.0 fails w/ gcc-4.3.0
Summary: media-sound/traverso-0.42.0 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-15 18:43 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-20 17:38 UTC (History)
0 users

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


Attachments
traverso-0.42.0-gcc43.patch (traverso-0.42.0-gcc43.patch,978 bytes, patch)
2008-04-15 18:44 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-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