Changes between Initial Version and Version 1 of Ticket #70471
- Timestamp:
- Jul 31, 2024, 3:35:27 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70471 – Description
initial v1 2 2 3 3 Got this when preparing an update for `netatalk`, switching to `meson`: 4 ``` 4 {{{ 5 5 Running compile: 6 6 Working directory: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_net_netatalk/netatalk/work/build/meson-private/tmp81w99i2x … … 121 121 Command line: `/opt/local/bin/gcc-mp-14 -L/opt/local/libexec/openssl3/lib -L/opt/local/lib -L/opt/local/lib/db48 -I/opt/local/libexec/openssl3/include -I/opt/local/include/db48 /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_net_netatalk/netatalk/work/build/meson-private/tmpuk6wfim1/testfile.c -o /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_net_netatalk/netatalk/work/build/meson-private/tmpuk6wfim1/output.exe -pipe -Os -arch ppc -O0 -std=c11 -Wl,-headerpad_max_install_names` -> 0 122 122 Checking for function "strndup" : YES 123 ``` 123 }}} 124 124 125 125 Notice, `legacy-support` is not used (I even tried deactivating it), so `strndup` and `strnlen` are not available. But both are misdetected as present.