This is an automatically filed bug for a failed rebuild attempt for GCC 4.3. http://fedoraproject.org/wiki/JesseKeating/gcc43MassRebuildProposal Please verify why this build failed and fix it. http://koji.fedoraproject.org/koji/taskinfo?taskID=436101 Exit code was 1, check the build.log for the failed buildArch task.
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.