Re: Grief after upgrade to macOS Sequioa 15.4

2025-04-14 Thread Marco Davids (SIDN) via bind-users
For the record: brew update brew upgrade now also does the trick. -- Marco On Fri, 4 Apr 2025 07:06:45 +0200 Daniel Stirnimann via bind-users wrote: Hi Niall, If you use brew, I solved it with this: brew uninstall bind brew cleanup brew install libxml2 export LDFLAGS="-L/opt/homebrew/opt/l

Re: Grief after upgrade to macOS Sequioa 15.4

2025-04-03 Thread Daniel Stirnimann via bind-users
Hi Niall, If you use brew, I solved it with this: brew uninstall bind brew cleanup brew install libxml2 export LDFLAGS="-L/opt/homebrew/opt/libxml2/lib" export CPPFLAGS="-I/opt/homebrew/opt/libxml2/include" export PKG_CONFIG_PATH="/opt/homebrew/opt/libxml2/lib/pkgconfig" brew install --build-fro

Re: Grief after upgrade to macOS Sequioa 15.4

2025-04-03 Thread Ondřej Surý
It’s been tracked as https://gitlab.isc.org/isc-projects/bind9/-/issues/5268 and https://github.com/Homebrew/homebrew-core/issues/217127Ondrej--Ondřej Surý — ISC (He/Him)My working hours and your working hours may be different. Please do not feel obligated to reply outside your normal working hours

Grief after upgrade to macOS Sequioa 15.4

2025-04-03 Thread Niall O'Reilly
I don't know whether this needs attention by Apple or by ISC. Something in the depths seems to have been changed (by Apple) in a way that gives dig (and perhaps other code using libisc-9.20.7.dylib) indigestion during release of resources before exiting. Here's what I'm seeing: ``` niall@m2a ~