Bug 433975
| Summary: | bmpx failed massrebuild attempt for GCC 4.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
| Component: | bmpx | Assignee: | Alexander Kahl <fedora> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dcantrell, jonstanley |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.14.13-10.fc9 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-03-02 10:06:19 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 433629 | ||
|
Description
Jesse Keating
2008-02-22 12:51:43 UTC
json_value.cpp: In member function 'virtual char* Json::DefaultValueAllocator::duplicateStringValue(const char*, unsigned int)': json_value.cpp:83: error: 'strlen' was not declared in this scope json_value.cpp:85: error: 'memcpy' was not declared in this scope json_value.cpp: In member function 'bool Json::Value::CZString::operator<(const Json::Value::CZString&) const': json_value.cpp:220: error: 'strcmp' was not declared in this scope json_value.cpp: In member function 'bool Json::Value::CZString::operator==(const Json::Value::CZString&) const': json_value.cpp:228: error: 'strcmp' was not declared in this scope json_reader.cpp: In member function 'bool Json::Reader::decodeDouble(Json::Reader::Token&)': json_reader.cpp:522: error: 'memcpy' was not declared in this scope json_value.cpp: In member function 'bool Json::Value::operator<(const Json::Value&) const': json_value.cpp:570: error: 'strcmp' was not declared in this scope json_value.cpp: In member function 'bool Json::Value::operator==(const Json::Value&) const': json_value.cpp:636: error: 'strcmp' was not declared in this scope json_value.cpp: In member function 'void Json::Path::makePath(const std::string&, const std::vector<const Json::PathArgument*, std::allocator<const Json::PathArgument*> >&)': json_value.cpp:1578: error: 'strchr' was not declared in this scope I don't expect any difficulties fixing this as investigations revealed only explicit #includes of cstring are missing. Upstream should integrate the resulting patch, hopefully. |