[MacPorts] #16112: hfsrsync port fails to build

MacPorts noreply at macports.org
Tue Jul 29 01:27:33 PDT 2008


#16112: hfsrsync port fails to build
--------------------------------+-------------------------------------------
  Reporter:  david at rothlis.net  |       Owner:  ryandesign at macports.org
      Type:  defect             |      Status:  assigned               
  Priority:  Normal             |   Milestone:  Port Bugs              
 Component:  ports              |     Version:  1.6.0                  
Resolution:                     |    Keywords:                         
--------------------------------+-------------------------------------------
Comment (by ryandesign at macports.org):

 I see a configure option `--with-included-popt` to let hfsrsync "use
 bundled popt library, not from system". So it seems that hfsrsync requires
 popt in any case, but includes a copy it uses if the MacPorts one isn't
 installed.

 Your fix of changing `#include "popt.h"` to `#include "popt/popt.h"` means
 that it will once again use its included popt instead of the MacPorts one,
 so that would be equivalent to using the `--with-included-popt` configure
 option.

 I would be rather have hfsrsync use the popt port, so I fixed it to do
 this in r38704.

 Thanks for the report!

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


More information about the macports-tickets mailing list