Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220727 - net-mail/bincimap-1.2.13 fails w/ gcc-4.3.0
Summary: net-mail/bincimap-1.2.13 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: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-05-07 10:41 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-06-15 11:28 UTC (History)
1 user (show)

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


Attachments
bincimap-1.2.13-gcc43.patch (bincimap-1.2.13-gcc43.patch,1.71 KB, patch)
2008-05-07 10:42 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 10:41:52 UTC
make[2]: Entering directory `/var/tmp/portage/net-mail/bincimap-1.2.13/work/bincimap-1.2.13final/src'
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..     -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Wall -fno-exceptions -O2 -I. -c address.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..     -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Wall -fno-exceptions -O2 -I. -c argparser.cc
In file included from address.cc:40:
convert.h: In function ‘int Binc::atoi(const std::string&)’:
convert.h:86: error: ‘::atoi’ has not been declared
convert.h: In function ‘std::string Binc::fromHex(const std::string&)’:
convert.h:115: error: ‘strchr’ was not declared in this scope
convert.h:120: error: ‘strchr’ was not declared in this scope
make[2]: *** [address.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from argparser.cc:36:
convert.h: In function ‘int Binc::atoi(const std::string&)’:
convert.h:86: error: ‘::atoi’ has not been declared
convert.h: In function ‘std::string Binc::fromHex(const std::string&)’:
convert.h:115: error: ‘strchr’ was not declared in this scope
convert.h:120: error: ‘strchr’ was not declared in this scope
make[2]: *** [argparser.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-mail/bincimap-1.2.13/work/bincimap-1.2.13final/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-mail/bincimap-1.2.13/work/bincimap-1.2.13final'
make: *** [all-recursive-am] Error 2
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-05-07 10:42:54 UTC
Created attachment 152239 [details, diff]
bincimap-1.2.13-gcc43.patch

Fixes the problem. Adapted from Debian.
Comment 2 Tobias Scherbaum (RETIRED) gentoo-dev 2008-06-15 11:28:50 UTC
Fixed in CVS.