[MacPorts] #61602: p5-crypt-des @2.07: error: implicit declaration of function 'perl_des_expand_key' is invalid in C99
MacPorts
noreply at macports.org
Sun Nov 22 07:05:10 UTC 2020
#61602: p5-crypt-des @2.07: error: implicit declaration of function
'perl_des_expand_key' is invalid in C99
-----------------------------+--------------------------
Reporter: ryandesign | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Keywords: bigsur catalina | Port: p5-crypt-des
-----------------------------+--------------------------
https://build.macports.org/builders/ports-
11_arm64-builder/builds/839/steps/install-port/logs/stdio
{{{
/usr/bin/clang -c -fno-common -DPERL_DARWIN -mmacosx-version-min=10.16
-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk
-fno-strict-aliasing -fstack-protector-strong -I/opt/local/include
-DPERL_USE_SAFE_PUTENV -arch arm64
-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -O3
-DVERSION=\"2.07\" -DXS_VERSION=\"2.07\" "-I/opt/local/lib/perl5/5.26
/darwin-thread-multi-2level/CORE" DES.c
DES.xs:39:3: error: implicit declaration of function 'perl_des_expand_key'
is invalid in C99 [-Werror,-Wimplicit-function-declaration]
perl_des_expand_key((i8 *)key, ks);
^
DES.xs:39:3: note: did you mean '_des_expand_key'?
./_des.h:6:6: note: '_des_expand_key' declared here
void _des_expand_key( des_user_key userKey, des_ks key );
^
DES.xs:69:3: error: implicit declaration of function 'perl_des_crypt' is
invalid in C99 [-Werror,-Wimplicit-function-declaration]
perl_des_crypt(input, SvGROW(output, output_len), (i32
*)ks, enc_flag);
^
2 errors generated.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/61602>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list