[MacPorts] #57519: avahi @0.7_3+gtk+gtk3+quartz: daemon fails to start (with error)

MacPorts noreply at macports.org
Wed Nov 7 15:27:48 UTC 2018


#57519: avahi @0.7_3+gtk+gtk3+quartz: daemon fails to start (with error)
----------------------+--------------------
  Reporter:  rbubley  |      Owner:  (none)
      Type:  defect   |     Status:  new
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.5.2
Resolution:           |   Keywords:
      Port:  avahi    |
----------------------+--------------------

Comment (by ryandesign):

 Confirmed, and configure output shows:
 {{{
     avahi socket:                              /run/avahi-daemon/socket
 }}}
 That's clearly not what we want and we need to fix that somehow. The
 configure script says:
 {{{
 #
 # Avahi runtime dir
 #
 avahi_runtime_dir="/run"
 avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
 }}}
 So we need to somehow change `avahi_runtime_dir` from `/run` to
 `${prefix}/var/run`. Not sure if there's an exposed configure flag for
 that or if we need to patch the configure script.

 I also wonder if we're supposed to be creating that directory in the
 portfile and setting its ownership to the avahi user.

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


More information about the macports-tickets mailing list