Currently, daily stubtest breaks on Darwin due to JACK-Client not being installable:
jack failed to import. OSError: cannot load library '/opt/homebrew/lib/libjack.dylib': dlopen(/opt/homebrew/lib/libjack.dylib, 0x0002): Library not loaded: /opt/homebrew/opt/berkeley-db@5/lib/libdb-5.3.dylib
stubtest is installing the jack homebrew package. I've found the following PR removing libdb support: Homebrew/homebrew-core#289203.
Here's the brew page for Jack: https://formulae.brew.sh/formula/jack. Unfortunately, I can't find a way to see when the latest version was uploaded, so I'm not sure whether we experience breakages because of this PR, or whether this PR is supposed to address these breakages and no new version has been uploaded, yet.
I'm preparing a PR to disable running stubtest for JACK-Client on darwin for now, but we should reenable it when we figure out a fix.
Currently, daily stubtest breaks on Darwin due to JACK-Client not being installable:
stubtest is installing the
jackhomebrew package. I've found the following PR removing libdb support: Homebrew/homebrew-core#289203.Here's the brew page for Jack: https://formulae.brew.sh/formula/jack. Unfortunately, I can't find a way to see when the latest version was uploaded, so I'm not sure whether we experience breakages because of this PR, or whether this PR is supposed to address these breakages and no new version has been uploaded, yet.
I'm preparing a PR to disable running stubtest for JACK-Client on darwin for now, but we should reenable it when we figure out a fix.