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

Bug 220727

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

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.