Bug 1599209

Summary: mongodb-4.0.0-2.fc29 FTBFS: ... causes a section type conflict ...
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: mongodbAssignee: Marek Skalický <mskalick>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: admiller, clalancette, hhorak, jpacner, mskalick, strobert, tdawson, tomm.momi
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: mongodb-4.0.0-2.fc29 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-09 18:18:20 UTC Type: Bug
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: 1598961    
Bug Blocks: 1565020    

Description Miro Hrončok 2018-07-09 08:40:00 UTC
https://koji.fedoraproject.org/koji/buildinfo?buildID=1104147

src/mongo/platform/compiler_gcc.h:49:62: error: 'mongo::_BufBuilder<BufferAllocator>::grow_reallocate(int) [with BufferAllocator = mongo::SharedBufferAllocator]::<lambda()>' causes a section type conflict with 'static void mongo::Status::unref(mongo::Status::ErrorInfo*)'

src/mongo/bson/bson_validate.cpp:52:22: error: 'mongo::Status mongo::{anonymous}::makeError(mongo::StringData, mongo::BSONElement, mongo::StringData)' causes a section type conflict with 'mongo::_BufBuilder<BufferAllocator>::grow_reallocate(int) [with BufferAllocator = mongo::SharedBufferAllocator]::<lambda()>'

src/mongo/db/matcher/schema/expression_internal_schema_num_array_items.cpp:35:1: error: 'mongo::InternalSchemaNumArrayItemsMatchExpression::InternalSchemaNumArrayItemsMatchExpression(mongo::MatchExpression::MatchType, mongo::StringData, long long int, mongo::StringData)' causes a section type conflict with 'virtual mongo::MatchExpression* mongo::InternalSchemaNumArrayItemsMatchExpression::getChild(size_t) const'


This is an annobin problem.