[MacPorts] #35808: VirtualBox 4.1.20_0, fail to find libcrypto

MacPorts noreply at macports.org
Sun Aug 26 12:08:55 PDT 2012


#35808: VirtualBox 4.1.20_0, fail to find libcrypto
--------------------------------+-------------------------------------------
  Reporter:  xl64100@…          |       Owner:  royliu@…           
      Type:  defect             |      Status:  closed             
  Priority:  Normal             |   Milestone:                     
 Component:  ports              |     Version:  2.1.2              
Resolution:  fixed              |    Keywords:                     
      Port:  virtualbox         |  
--------------------------------+-------------------------------------------
Changes (by and.damore@…):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Replying to [comment:9 royliu@…]:
 > What I suspect is going on is that you're on Lion (not Mountain Lion),
 and my new `macosx_deployment_target` math is causing problems.

 It could but in this case the actual culprit is configure script that is
 assuming 10.6 is a valid SDK target on OS X 10.7, this isn't anymore the
 case since Xcode 4.4 and that's the reason why standard headers couldn't
 be find.
 I'm patching configure script and changing the reinplace to take care of
 ''$xcodeversion >= 4.4'' case.

 > My MacPorts is a bit rusty. Is `macosx_deployment_target` derived from
 the OS version or the Xcode version? If it's the former, then the Portfile
 is trying to using Xcode 10.6, which doesn't exist in the newest version
 (only 10.7 and 10.8 supported).

 [source:trunk/base/src/macports1.0/macports.tcl#L962 It is], unless set in
 configuration file by the user.

 The port now builds succesfully on my 10.7.4 system with Xcode 4.4.1,
 committed r97075, ticket closed.

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


More information about the macports-tickets mailing list