Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216269 - dev-cpp/libherdstat-0.1.1-r1 fails t o build with gcc 4.3
Summary: dev-cpp/libherdstat-0.1.1-r1 fails t o build with gcc 4.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-05 01:38 UTC by Jan Kundrát (RETIRED)
Modified: 2008-04-30 23:49 UTC (History)
2 users (show)

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


Attachments
libherdstat-gcc-4.3.patch (libherdstat-gcc-4.3.patch,1.48 KB, patch)
2008-04-05 02:30 UTC, Jan Kundrát (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.