[MacPorts] #13201: dpkg fails to build on Mac OS X 10.5 Leopard

MacPorts trac at macosforge.org
Fri Nov 30 08:02:03 PST 2007


#13201: dpkg fails to build on Mac OS X 10.5 Leopard
--------------------------------+-------------------------------------------
  Reporter:  terry at shebiki.org  |       Owner:  macports-dev at lists.macosforge.org
      Type:  defect             |      Status:  new                              
  Priority:  Normal             |   Milestone:  Port Bugs                        
 Component:  ports              |     Version:  1.5.0                            
Resolution:                     |    Keywords:                                   
--------------------------------+-------------------------------------------
Comment (by terry at shebiki.org):

 There is a bit of code in start-stop-daemon.c that reads:

 {{{
 #include <kvm.h>
 }}}
 If you wrap the kvm.h include as follows, then it seems to compile and run
 fine.

 {{{
 #if !defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__)
 #  include <kvm.h>
 #endif
 }}}

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13201#comment:3>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list