Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220743 - net-libs/libjingle-0.3.11 fails w/ gcc-4.3.0
Summary: net-libs/libjingle-0.3.11 fails w/ gcc-4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-05-07 12:27 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-05-14 12:24 UTC (History)
0 users

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


Attachments
libjingle-0.3.11-gcc43.patch (libjingle-0.3.11-gcc43.patch,9.34 KB, patch)
2008-05-07 12:28 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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..