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

Bug 217622

Summary: media-libs/atlas-c++-0.6.1 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Tupone Alfredo <tupone>
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: atlas-c++-0.6.1-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 11:02:29 UTC
/bin/bash ../libtool --tag=CXX   --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H  -I..    -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Wall -Werror -DNDEBUG -MT Filter.lo -MD -MP -MF .deps/Filter.Tpo -c -o Filter.lo Filter.cpp
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.. -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Wall -Werror -DNDEBUG -MT Filter.lo -MD -MP -MF .deps/Filter.Tpo -c Filter.cpp  -fPIC -DPIC -o .libs/Filter.o
mv -f .deps/Exception.Tpo .deps/Exception.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H  -I..    -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Wall -Werror -DNDEBUG -MT Formatter.lo -MD -MP -MF .deps/Formatter.Tpo -c -o Formatter.lo Formatter.cpp
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.. -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Wall -Werror -DNDEBUG -MT Formatter.lo -MD -MP -MF .deps/Formatter.Tpo -c Formatter.cpp  -fPIC -DPIC -o .libs/Formatter.o
Filter.cpp: In member function ‘virtual Atlas::int_type Atlas::filterbuf::underflow()’:
Filter.cpp:44: error: ‘memcpy’ is not a member of ‘std’
make[3]: *** [Filter.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/Formatter.Tpo .deps/Formatter.Plo
make[3]: Leaving directory `/var/tmp/portage/media-libs/atlas-c++-0.6.1/work/Atlas-C++-0.6.1/Atlas'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/atlas-c++-0.6.1/work/Atlas-C++-0.6.1/Atlas'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/atlas-c++-0.6.1/work/Atlas-C++-0.6.1'
make: *** [all] Error 2


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 11:03:29 UTC
Created attachment 149668 [details, diff]
atlas-c++-0.6.1-gcc43.patch

Fixes the problem. Snatched from Debian.
Comment 2 Tupone Alfredo gentoo-dev 2008-04-14 22:12:34 UTC
Fix is now in portage. Thanks