Question

So there seems to be an issue with util/processinfo_darwin.cpp as described in MacPorts trac

I'm stuggling to find the file to edit? any help?

Was it helpful?

Solution

from here: https://svn.macports.org/ticket/30263 as Jan mentioned above

sudo port clean mongodb
sudo port extract mongodb
cd $(port work mongodb)/mongodb*
sudo curl -O https://jira.mongodb.org/secure/attachment/12395/lion.patch
sudo patch -p1 < lion.patch
cd
sudo port install mongodb

OTHER TIPS

For the time being, Homebrew MongoDB on Lion seems to be working well.

I'd suggest that if you are having an issue with building on the new distribution, you should definitely open a ticket on the MongoDB JIRA so that we can track down and fix any issues on our end.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top