Bug 433975 - bmpx failed massrebuild attempt for GCC 4.3
Summary: bmpx failed massrebuild attempt for GCC 4.3
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: bmpx
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Alexander Kahl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: gcc43errors
TreeView+ depends on / blocked
 
Reported: 2008-02-22 12:51 UTC by Jesse Keating
Modified: 2013-01-10 02:47 UTC (History)
2 users (show)

Fixed In Version: 0.14.13-10.fc9
Clone Of:
Environment:
Last Closed: 2008-03-02 10:06:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.