#50692: MongoDB-3.2.3 has been released: Request version update --------------------------+-------------------------- Reporter: drjesacco@… | Owner: ryandesign@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: mongodb | --------------------------+-------------------------- Description changed by mf2k@…: Old 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
New 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 -- -- Ticket URL: <https://trac.macports.org/ticket/50692#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X