Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217645 - media-libs/libspiff-0.8.2: avoid gcc-4.3.0 fail; bump to 0.8.3
Summary: media-libs/libspiff-0.8.2: avoid gcc-4.3.0 fail; bump to 0.8.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-14 13:43 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-14 15:59 UTC (History)
0 users

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


Attachments

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-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.