[MacPorts] #64246: qemu @6.2.0: uses jack opportunistically, which fails

MacPorts noreply at macports.org
Sun Dec 26 16:37:08 UTC 2021


#64246: qemu @6.2.0: uses jack opportunistically, which fails
-------------------------+----------------------
  Reporter:  mouse07410  |      Owner:  raimue
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.7.1
Resolution:              |   Keywords:
      Port:  qemu        |
-------------------------+----------------------

Comment (by ryandesign):

 There's now a patch in the upstream issue to fix the build failure with
 jack, so we can now decide to go either way: either enable jack support in
 the qemu port, or force it not to find jack if it is installed.

 Until we decide how to fix it, you can work around the problem by
 installing (or upgrading) with trace mode:

 {{{
 sudo port clean qemu
 sudo port -t install qemu
 }}}

 or by deactivating jack before installing (or upgrading) qemu and
 reactivating it after:

 {{{
 sudo port clean qemu
 sudo port -f deactivate jack
 sudo port install qemu
 sudo port activate jack
 }}}

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


More information about the macports-tickets mailing list