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

Bug 220743

Summary: net-libs/libjingle-0.3.11 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: voip herd (OBSOLETE) <voip+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: libjingle-0.3.11-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-05-07 12:27:15 UTC
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I../.. -I../..    -DPOSIX  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3   -MT socketaddress.lo -MD -MP -MF ".deps/socketaddress.Tpo" -c -o socketaddress.lo socketaddress.cc; \
        then mv -f ".deps/socketaddress.Tpo" ".deps/socketaddress.Plo"; else rm -f ".deps/socketaddress.Tpo"; exit 1; fi
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I../.. -I../..    -DPOSIX  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3   -MT time.lo -MD -MP -MF ".deps/time.Tpo" -c -o time.lo time.cc; \
        then mv -f ".deps/time.Tpo" ".deps/time.Plo"; else rm -f ".deps/time.Tpo"; exit 1; fi
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I../.. -I../..    -DPOSIX  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3   -MT asyncudpsocket.lo -MD -MP -MF ".deps/asyncudpsocket.Tpo" -c -o asyncudpsocket.lo asyncudpsocket.cc; \
        then mv -f ".deps/asyncudpsocket.Tpo" ".deps/asyncudpsocket.Plo"; else rm -f ".deps/asyncudpsocket.Tpo"; exit 1; fi
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I../.. -I../..    -DPOSIX  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3   -MT messagequeue.lo -MD -MP -MF ".deps/messagequeue.Tpo" -c -o messagequeue.lo messagequeue.cc; \
        then mv -f ".deps/messagequeue.Tpo" ".deps/messagequeue.Plo"; else rm -f ".deps/messagequeue.Tpo"; exit 1; fi
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I../.. -I../..    -DPOSIX  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3   -MT thread.lo -MD -MP -MF ".deps/thread.Tpo" -c -o thread.lo thread.cc; \
        then mv -f ".deps/thread.Tpo" ".deps/thread.Plo"; else rm -f ".deps/thread.Tpo"; exit 1; fi
In file included from messagequeue.cc:32:
../../talk/base/messagequeue.h: In constructor 'cricket::Message::Message()':
../../talk/base/messagequeue.h:101: error: 'memset' was not declared in this scope
make[3]: *** [messagequeue.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from ../../talk/base/thread.h:32,
                 from thread.cc:37:
../../talk/base/messagequeue.h: In constructor 'cricket::Message::Message()':
../../talk/base/messagequeue.h:101: error: 'memset' was not declared in this scope
make[3]: *** [thread.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/net-libs/libjingle-0.3.11/work/libjingle-0.3.11/talk/base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-libs/libjingle-0.3.11/work/libjingle-0.3.11/talk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-libs/libjingle-0.3.11/work/libjingle-0.3.11'
make: *** [all] Error 2
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-05-07 12:28:16 UTC
Created attachment 152255 [details, diff]
libjingle-0.3.11-gcc43.patch

Fixes the problem. Snatched from upstream patch tracker.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-05-14 12:24:26 UTC
Applied, let's just hope upstream releases soonish..