Opened 9 years ago
Last modified 9 years ago
#50692 closed update
MongoDB-3.2.3 has been released: Request version update — at Initial Version
Reported by: | josephsacco | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ryandesign@… | |
Port: | mongodb |
Description
The current stable release [17feb2016] of MongoDB is version 3.2.3. I made a lame attempt at building this version within the MacPorts framework by modifying the version 3.0.8 Portfile [updated the version, the checksums, and removed the patch]. With those modifications the build fails early when scons fails to locate ssl.h.
I have zero knowledge of scons so I tried a couple of experiments.
(1) Edit the Portfile and remove '-ssl' from the list of build.args That also made scons unhappy, as it complained that it knew nothing about '-cc'
I slowly removed the build.args one by one until I was left with a build command that runs scons without any build.args:
/opt/local/bin/scons all mongobridge mongosniff
That build command actually runs and completes without error, although I am not sure what it builds.
-Joseph