Bug 434072

Summary: aria2 failed massrebuild attempt for GCC 4.3
Product: [Fedora] Fedora Reporter: Jesse Keating <jkeating>
Component: aria2Assignee: Michał Bentkowski <mr.ecik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-05 18:59:56 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 13:01:58 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=438479
Exit code was 1, check the build.log for the failed buildArch task.

Comment 1 Tyler Owen 2008-02-22 13:39:55 UTC
From Build.log:

SocketCore.cc: In member function 'void SocketCore::beginListen(int32_t)':
SocketCore.cc:105: error: 'memset' was not declared in this scope
SocketCore.cc: In member function 'SocketCore* SocketCore::acceptConnection()
const':
SocketCore.cc:125: error: 'memset' was not declared in this scope
SocketCore.cc: In member function 'void
SocketCore::getAddrInfo(std::pair<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >, int>&) const':
SocketCore.cc:138: error: 'memset' was not declared in this scope
SocketCore.cc: In member function 'void
SocketCore::getPeerInfo(std::pair<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >, int>&) const':
SocketCore.cc:150: error: 'memset' was not declared in this scope
SocketCore.cc: In member function 'void SocketCore::establishConnection(const
std::string&, int32_t)':
SocketCore.cc:174: error: 'memset' was not declared in this scope
SocketCore.cc: In member function 'int32_t SocketCore::shiftPeekData(char*,
int32_t)':
SocketCore.cc:415: error: 'memcpy' was not declared in this scope
SocketCore.cc:420: error: 'memcpy' was not declared in this scope
SocketCore.cc: In member function 'void SocketCore::addPeekData(char*, int32_t)':
SocketCore.cc:435: error: 'memcpy' was not declared in this scope
SocketCore.cc:440: error: 'memcpy' was not declared in this scope
SocketCore.cc: In member function 'int32_t SocketCore::gnutlsPeek(char*, int32_t)':
SocketCore.cc:461: error: 'memcpy' was not declared in this scope
SocketCore.cc:464: error: 'memcpy' was not declared in this scope
SocketCore.cc: In static member function 'static const char*
SocketCore::errorMsg(int)':
SocketCore.cc:559: error: 'strerror' was not declared in this scope
make[2]: *** [SocketCore.o] Error 1

Comment 2 Michał Bentkowski 2008-03-05 18:59:56 UTC
fixed.