[MacPorts] #71040: rzip: ISO C99 and later do not support implicit int [-Wimplicit-int]
MacPorts
noreply at macports.org
Sat Oct 5 03:23:20 UTC 2024
#71040: rzip: ISO C99 and later do not support implicit int [-Wimplicit-int]
----------------------+--------------------
Reporter: ttelford | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.2
Keywords: sequoia | Port: rzip
----------------------+--------------------
After updating to macOS Sequoia (arm64), rzip doesn't compile for me (with
or without the CommandLineTools rename/workaround. (I really should check
if that's still necessary; anyway...)
It fails in the `configure` of the build:
{{{
configure:661: /usr/bin/clang -o conftest -pipe -Os
-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX
│ 15.sdk -arch arm64 -I/opt/local/include
-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/op
│ t/local/lib -Wl,-headerpad_max_install_names
-Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX
│ 15.sdk -arch arm64 conftest.c 1>&5
7 │ configure:658:1: error: type specifier missing, defaults to
'int'; ISO C99 and later do not support implicit
│ int [-Wimplicit-int]
8 │ 658 | main(){return(0);}
9 │ | ^
10 │ | int
11 │ 1 error generated.
}}}
(I'll attach the full logs)
--
Ticket URL: <https://trac.macports.org/ticket/71040>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list