[MacPorts] #16728: Error Installing exiv2

MacPorts noreply at macports.org
Tue Oct 21 00:00:41 PDT 2008


#16728: Error Installing exiv2
---------------------------------+------------------------------------------
  Reporter:  jsnodgra at umich.edu  |       Owner:  tcurdt at vafer.org
      Type:  defect              |      Status:  new             
  Priority:  Normal              |   Milestone:  Port Bugs       
 Component:  ports               |     Version:  1.6.0           
Resolution:                      |    Keywords:                  
      Port:  exiv2               |  
---------------------------------+------------------------------------------

Comment(by afb at macports.org):

 Replying to [comment:16 blb@…]:
 > Could be the same bug as noticed in #15109?

 It's related, but not the same.

 In the other bug, it failed to link due to too old MDT. In this bug, it is
 libtool that guess wrong due to too old MDT...

 You can use the global variable macosx_deployment_target instead of
 setting environment, like in the generic workaround:
 {{{
 platform darwin 7 {
     macosx_deployment_target 10.3
 }

 platform darwin 8 {
     macosx_deployment_target 10.4
 }

 platform darwin 9 {
     macosx_deployment_target 10.5
 }

 }}}

 Should be fixed in base trunk.

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


More information about the macports-tickets mailing list