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

Bug 219556

Summary: dev-libs/cxxtools-1.4.5 fails w/ gcc-4.3.0; bump to 1.4.7 and patch
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Gentoo VDR Project <vdr>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: cxxtools-1.4.7-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-28 00:15:11 UTC
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -I../include/cxxtools -I../include -I../libltdl -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT libcxxtools_la-multifstream.lo -MD -MP -MF .deps/libcxxtools_la-multifstream.Tpo -c multifstream.cpp -o libcxxtools_la-multifstream.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -I../include/cxxtools -I../include -I../libltdl    -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT libcxxtools_la-net.lo -MD -MP -MF ".deps/libcxxtools_la-net.Tpo" -c -o libcxxtools_la-net.lo `test -f 'net.cpp' || echo './'`net.cpp; \
        then mv -f ".deps/libcxxtools_la-net.Tpo" ".deps/libcxxtools_la-net.Plo"; else rm -f ".deps/libcxxtools_la-net.Tpo"; exit 1; fi
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -I../include/cxxtools -I../include -I../libltdl -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT libcxxtools_la-net.lo -MD -MP -MF .deps/libcxxtools_la-net.Tpo -c net.cpp  -fPIC -DPIC -o .libs/libcxxtools_la-net.o
net.cpp: In constructor 'cxxtools::net::Addrinfo::Addrinfo(const std::string&, short unsigned int)':
net.cpp:152: error: 'memset' was not declared in this scope
make[2]: *** [libcxxtools_la-net.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/dev-libs/cxxtools-1.4.5/work/cxxtools-1.4.5/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/dev-libs/cxxtools-1.4.5/work/cxxtools-1.4.5/src'
make: *** [all-recursive] Error 1
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-28 00:16:34 UTC
Created attachment 151207 [details, diff]
cxxtools-1.4.7-gcc43.patch

1.4.7 has fixed all but this missing header. Home-spun patch.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-05-03 11:30:44 UTC
+*cxxtools-1.4.7 (03 May 2008)
+
+  03 May 2008; Samuli Suominen <drac@gentoo.org>
+  +files/cxxtools-1.4.7-gcc43.patch, +cxxtools-1.4.7.ebuild:
+  Version bump for bug 219556, thanks to Peter Alfredsen.