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

Bug 216269

Summary: dev-cpp/libherdstat-0.1.1-r1 fails t o build with gcc 4.3
Product: Gentoo Linux Reporter: Jan Kundrát (RETIRED) <jkt>
Component: Current packagesAssignee: C++ Team [disbanded] <cpp+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, gcc-porting
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: libherdstat-gcc-4.3.patch

Description Jan Kundrát (RETIRED) gentoo-dev 2008-04-05 01:38:21 UTC
In file included from misc.cc:36:
../../herdstat/util/string.hh: In function ‘std::string herdstat::util::lowercase(const std::string&)’:
../../herdstat/util/string.hh:109: error: ‘transform’ is not a member of ‘std’
../../herdstat/util/string.hh: In function ‘void herdstat::util::lowercase_inplace(std::string&)’:
../../herdstat/util/string.hh:117: error: ‘transform’ is not a member of ‘std’
../../herdstat/util/string.hh: In function ‘T herdstat::util::destringify(const std::string&) [with T = long unsigned int]’:
../../herdstat/util/string.hh:189: error: ‘ULONG_MAX’ was not declared in this scope
misc.cc: In function ‘time_t herdstat::util::str2epoch(const char*, const char*)’:
misc.cc:159: error: ‘memset’ is not a member of ‘std’
In file included from string.cc:38:
../../herdstat/util/string.hh: In function ‘T herdstat::util::destringify(const std::string&) [with T = long unsigned int]’:
../../herdstat/util/string.hh:189: error: ‘ULONG_MAX’ was not declared in this scope
Comment 1 Jan Kundrát (RETIRED) gentoo-dev 2008-04-05 02:30:32 UTC
Created attachment 148690 [details, diff]
libherdstat-gcc-4.3.patch
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2008-04-30 23:49:05 UTC
Fixed, thanks.