[MacPorts] #58436: Automatic dependency tracking install dbus on OS X 10.4.11

MacPorts noreply at macports.org
Sat May 4 04:13:04 UTC 2019


#58436: Automatic dependency tracking install dbus on OS X 10.4.11
-------------------------+--------------------
  Reporter:  SamBushman  |      Owner:  (none)
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:              |
-------------------------+--------------------

Comment (by kencu):

 This is a common error lately on 10.4. I think it has to do with the older
 `make` program used on Tiger, together with a newer version of `autotools`
 that has come along recently.

 the immediate solution is to add a block like this to the Portfile
 {{{
 platform darwin 8 {
     configure.args-append -disable-dependency-tracking
 }
 }}}

 I don't know if there is a general solution we can apply to every build in
 `macports base`. I think we might solve this is we defaulted to a newer
 version of `make` on Tiger, but I haven't explored that  fully as yet.

-- 
Ticket URL: <https://trac.macports.org/ticket/58436#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list