Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 990602

Summary: FTBFS: b/c mongodb boost dependency is old
Product: [Fedora] Fedora Reporter: Timothy St. Clair <tstclair>
Component: mongodbAssignee: Troy Dawson <tdawson>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: admiller, jim, johan.o.hedin, nathaniel, tdawson, tstclair
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: 2013-08-12 19:33:17 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: 979687, 990617    
Bug Blocks:    

Description Timothy St. Clair 2013-07-31 14:10:06 UTC
Building my package(condor) which uses libmongodb, yields a mock error: 

Error: Package: libmongodb-2.4.5-4.fc20.i686 (build)
           Requires: libboost_system-mt.so.1.53.0
Error: Package: libmongodb-2.4.5-4.fc20.i686 (build)
           Requires: libboost_thread-mt.so.1.53.0
Error: Package: libmongodb-2.4.5-4.fc20.i686 (build)
           Requires: libboost_filesystem-mt.so.1.53.0

current rawhide == boost-1.54.0-2.fc20

Comment 1 Troy Dawson 2013-07-31 14:53:19 UTC
We have attempted to rebuilt mongodb for the new boost without success.  It is failling with the new arm build (even though it can build on the older arm-koji build) due to the new gperftools not building on arm.

Comment 2 Troy Dawson 2013-08-12 19:33:17 UTC
gperftools was fixed and put into rawhide.  We have now rebuilt mongodb, fixing this bug.