Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218273 - net-irc/bobotpp-2.2.2 fails w/ gcc-4.3.0
Summary: net-irc/bobotpp-2.2.2 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: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-18 15:19 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-18 16:37 UTC (History)
0 users

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


Attachments
bobotpp-2.2.2-gcc43.patch (bobotpp-2.2.2-gcc43.patch,3.72 KB, patch)
2008-04-18 15:20 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-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!