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

Bug 217645

Summary: media-libs/libspiff-0.8.2: avoid gcc-4.3.0 fail; bump to 0.8.3
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
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    

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 13:43:31 UTC
As the summary says, a simple
cp libspiff-0.8.{2,3}.ebuild
bumpage solved the following build error:
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./test/CppTest -I./include -I/usr/include -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT src/SpiffPropsWriter.lo -MD -MP -MF src/.deps/SpiffPropsWriter.Tpo -c src/SpiffPropsWriter.cpp  -fPIC -DPIC -o src/.libs/SpiffPropsWriter.o
depbase=`echo src/SpiffReader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/bash ./libtool --tag=CXX   --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./test/CppTest   -I./include  -I/usr/include  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT src/SpiffReader.lo -MD -MP -MF $depbase.Tpo -c -o src/SpiffReader.lo src/SpiffReader.cpp &&\
        mv -f $depbase.Tpo $depbase.Plo
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./test/CppTest -I./include -I/usr/include -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT src/SpiffReader.lo -MD -MP -MF src/.deps/SpiffReader.Tpo -c src/SpiffReader.cpp  -fPIC -DPIC -o src/.libs/SpiffReader.o
src/SpiffPropsWriter.cpp: In member function 'void Spiff::SpiffPropsWriter::writeDate()':
src/SpiffPropsWriter.cpp:216: error: 'abs' is not a member of 'std'
src/SpiffPropsWriter.cpp:216: error: 'abs' is not a member of 'std'
make: *** [src/SpiffPropsWriter.lo] Error 1
make: *** Waiting for unfinished jobs....
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./test/CppTest -I./include -I/usr/include -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT src/SpiffReader.lo -MD -MP -MF src/.deps/SpiffReader.Tpo -c src/SpiffReader.cpp -o src/SpiffReader.o >/dev/null 2>&1


Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2008-04-14 15:59:38 UTC
Thanks, I've added 0.8.3 to Portage.