Bug 433975

Summary: bmpx failed massrebuild attempt for GCC 4.3
Product: [Fedora] Fedora Reporter: Jesse Keating <jkeating>
Component: bmpxAssignee: Alexander Kahl <fedora>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: 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
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.

Comment 1 Jon Stanley 2008-02-22 16:23:38 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

Comment 2 Alexander Kahl 2008-02-22 16:31:40 UTC
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.