mtr error after update to 0.93 on 11.3

Running FreeBSD 11.3-RELEASE-p5 r354661

Today the usr/ports/net/mtr was updated from 0.92_1 to 0.93. Running the new version I get an error:
Code:
# mtr 8.8.8.8
Error decoding localhost address
mtr: Failure to start mtr-packet: Invalid argument

# mtr -v
mtr 0.93
# which mtr | xargs ls -la
-r-xr-xr-x  1 root  wheel  71824 Jan  5 10:58 /usr/local/sbin/mtr
# which mtr-packet | xargs ls -la
-r-sr-xr-x  1 root  wheel  29392 Jan  5 10:58 /usr/local/sbin/mtr-packet
# mtr-packet -v
Error decoding localhost address

It looks like maybe something's the matter with the mtr-packet binary, but I don't really know how to diagnose it. Not sure if -v is even a valid option, I was just trying to get it to do something without an error.

Is anyone else having this problem? Let me know if more information is needed, thanks.
 
Back
Top