So there seems to be an issue with util/processinfo_darwin.cpp as describe开发者_开发问答d in MacPorts trac
I'm stuggling to find the file to edit? any help?
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
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.
精彩评论