Date: Wed, 27 Dec 2023 08:26:27 +0000 From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 272553] security/p5-Net-SSLeay fails to build Message-ID: <bug-272553-14331-GxjWqrEpcb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-272553-14331@https.bugs.freebsd.org/bugzilla/> References: <bug-272553-14331@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272553 --- Comment #20 from wcarson.bugzilla@disillusion.net --- I can't seem to get p5-Net-SSLeay 1.92 to build on FreeBSD 14.0-RELEASE-p4, LibreSSL 3.8.2, and latest ports tree. I'm seeing this error: SSLeay.c:4505:11: warning: call to undeclared function 'SSL_SESSION_dup'; I= SO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] RETVAL =3D SSL_SESSION_dup(sess); ^ SSLeay.c:4505:9: error: incompatible integer to pointer conversion assignin= g to 'SSL_SESSION *' (aka 'struct ssl_session_st *') from 'int' [-Wint-conversio= n] RETVAL =3D SSL_SESSION_dup(sess); ^ ~~~~~~~~~~~~~~~~~~~~~ SSLeay.c:4507:2: warning: '(' and '{' tokens introducing statement expressi= on appear in different macro expansion contexts [-Wcompound-token-split-by-mac= ro] PUSHi(PTR2IV(RETVAL)); ^~~~~~~~~~~~~~~~~~~~~ --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272553-14331-GxjWqrEpcb>