Re: BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-26 Thread Larry Stone
As I am the one who started this, my plan is to start using MacPorts with the new MacBookPro which I plan to buy in March. The current one is almost ten years old (amazing you can make them last that long) and I was so invested in building from source that switching to package system didn’t

Re: BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-26 Thread @lbutlr
On 2022 Feb 22, at 04:31, Julien Salort wrote: > For information, bind 9.18.0 compiles fine under Macports on a variety of > systems, including Catalina. And with homebrew as well, though I don't know what versions of macOS it does back to (Everything here is now on M1s with Monterey). --

Re: BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-22 Thread Julien Salort
Le 22/02/2022 à 02:29, Larry Stone a écrit : So, just for fun, I decided to see if I could build 9.18.0 on my current MacBookPro (where I already run 9.16.26). It’s on MacOS Catalina 10.15.7 (cannot go higher - new MacBookPro coming soon!). For information, bind 9.18.0 compiles fine under

Re: BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-22 Thread Larry Stone
Ondrej, thanks. Some quick searching tells me it’s a long-standing issue with Xcode 10 (and before). Since Bind 9.16.26 works, not a pressing issue for me and the system is likely to be replaced before 9.16 reaches EOL. -- Larry Stone lston...@stonejongleux.com > On Feb 21, 2022, at 10:58

Re: BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-22 Thread Ondřej Surý
Hi Larry, unfortunately, that’s a bug in a compiler as the atomic_load() is defined as C atomic_load( const volatile A* obj ); See: * https://en.cppreference.com/w/c/atomic/atomic_load * https://lists.llvm.org/pipermail/llvm-bugs/2015-May/040025.html *

Re: BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-21 Thread Larry Stone
Thanks. That gave me a good configure and make on the 10.15.7 system. Have not installed or tried to run it yet. Unfortunately, on the 10.13.6 system, with OpenSSL 1.1.1m now installed as well as nghttp2, while it configures OK, make throws an error with references to Xcode (MacOS proprietary

Re: BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-21 Thread Mark Andrews
When building with OpenSSL in non system locations ensure that the PKG_CONFIG_PATH is properly set. e.g. OPENSSL=/opt/local PKG_CONFIG_PATH=$OPENSSL/lib/pkgconfig Mark > On 22 Feb 2022, at 12:29, Larry Stone wrote: > > So, just for fun, I decided to see if I could build 9.18.0 on my current

BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-21 Thread Larry Stone
So, just for fun, I decided to see if I could build 9.18.0 on my current MacBookPro (where I already run 9.16.26). It’s on MacOS Catalina 10.15.7 (cannot go higher - new MacBookPro coming soon!). First attempt to configure told me I either needed libnghttp2 or to configure with --disable-doh.