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

Bug 218273

Summary: net-irc/bobotpp-2.2.2 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Packages in net-irc <net-irc>
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: bobotpp-2.2.2-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-18 15:19:05 UTC
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..     -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT Channel.o -MD -MP -MF ".deps/Channel.Tpo" \
          -c -o Channel.o `test -f 'Channel.C' || echo './'`Channel.C; \
        then mv -f ".deps/Channel.Tpo" ".deps/Channel.Po"; \
        else rm -f ".deps/Channel.Tpo"; exit 1; \
        fi
Channel.C: In member function ‘void Channel::parseMode(Person*, String)’:
Channel.C:279: error: ‘atoi’ is not a member of ‘std’
make[2]: *** [Channel.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/net-irc/bobotpp-2.2.2/work/bobotpp-2.2.2/source'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-irc/bobotpp-2.2.2/work/bobotpp-2.2.2'
make: *** [all] Error 2


Reproducible: Always
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-18 15:20:15 UTC
Created attachment 150180 [details, diff]
bobotpp-2.2.2-gcc43.patch

Fixes the problem. Tested with and without USE="guile".
Comment 2 Dawid Węgliński (RETIRED) gentoo-dev 2008-04-18 16:37:46 UTC
In CVS. Thanks for the patch!