[MacPorts] #30263: mongodb @1.8.2 Build failure in Lion (10.7)

MacPorts noreply at macports.org
Sun Jul 24 13:57:24 PDT 2011


#30263: mongodb @1.8.2 Build failure in Lion (10.7)
-------------------------------+--------------------------------------------
 Reporter:  philion@…          |       Owner:  macports-tickets@…                   
     Type:  defect             |      Status:  new                                  
 Priority:  Normal             |   Milestone:                                       
Component:  ports              |     Version:  1.9.2                                
 Keywords:                     |        Port:  mongodb                              
-------------------------------+--------------------------------------------

Comment(by ryandesign@…):

 Replying to [comment:2 philion@…]:
 > I just confirmed that the problem is in the MongoDB source base. I will
 be submitting the patch to MongoDB.

 This appears to be it: https://jira.mongodb.org/browse/SERVER-3460

 Replying to [comment:4 dejager.jc@…]:
 > Noob question! Where does one edit this file. found it under
 "/opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/mongodb/work
 /mongodb-src-!r1.8.2/util"

 Yes, that's where it would be.

 > but editing it here makes no difference?

 Editing it should make a difference. Try again. Clean the port, extract
 it, then make the prescribed changes (perhaps using the patch attached to
 the upstream ticket mentioned above), then proceed with the rest of the
 install.

 {{{
 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
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/30263#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list