Re: MacPorts bind9 dig not working correctly

2022-06-29 Thread Larry Stone
Just to close this out although it turned out not to be a MacPorts issue, I 
posted this to the BIND list and was asked to file a bug report. In the end, 
they said "So we're inclined to say that mDNS support is out of scope, and the 
fact that it used to work was by accident not by design."

-- 
Larry Stone
lston...@stonejongleux.com





> On Jun 26, 2022, at 9:52 PM, Larry Stone  wrote:
> 
> Thanks. I was able to restore the source-built 9.18 version I had built but 
> then deleted when I moved to MacPorts and it has the same behavior so a BIND 
> 9.18 issue and nothing to do with MacPorts. I’ll post about it in the BIND 
> mailing list.
> 
> -- 
> Larry Stone
> lston...@stonejongleux.com
> 
> 
> 
> 
> 
>> On Jun 26, 2022, at 10:18 AM, Daniel J. Luke  wrote:
>> 
>> The bind9 port doesn't patch this behavior (if you look at the port, there's 
>> a configure patch because upstream uses broken glibtool and an atomics patch 
>> to allow building w/ older clang versions), so it's almost certainly due to 
>> an upstream change.
>> 
>>> On Jun 26, 2022, at 8:23 AM, Larry Stone  wrote:
>>> Good observation. Still, what the MacPorts version of dig is doing is not 
>>> the default (or at least hasn’t been (see next paragraph) as I mentioned in 
>>> my first post, I used to build BIND from source).
>>> 
>>> But one other thought I just had is it’s a change with the latest version 
>>> of BIND. The Apple provided dig is old enough that it must be BIND 9.16 and 
>>> the source-built version I tested with is also from the 9.16 tree. But the 
>>> MacPorts version is from the new 9.18 tree. Unfortunately, I no longer have 
>>> a source-built 9.18 copy of dig to test with.
>> 
>> -- 
>> Daniel J. Luke
>> 
> 



Re: configure exit 77 on building gd2

2022-06-29 Thread Ryan Schmidt
On Jun 28, 2022, at 22:27, Balthasar Indermuehle wrote:

> I'm doing a completely clean macports install on MacOS Monterey with Xcode 
> 13.4.1 so I can run ffmpeg.
> 
> The installation however fails on compiling gd2 after successfully building a 
> dozen or so dependent packages prior to the step it fails.
> 
> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gd2/gd2/work/libgd-2.3.3/config.log
> 
> contains 
> 
> configure: exit 77
> 
> as the last entry - file is 415 lines long.
> 
> sudo xcode-select -p shows
> /Applications/Xcode.app/Contents/Developer
> 
> and xcode starts as per normal.
> 
> not sure where to even start looking - any help greatly appreciated.

If the same happens when you clean the port and try again, please file a ticket 
in the issue tracker and attach the main.log and config.log files to it.