Date: Fri, 06 May 2022 19:27:28 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 263826] security/xmlsec1: build fail Message-ID: <bug-263826-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263826 Bug ID: 263826 Summary: security/xmlsec1: build fail Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: hrs@FreeBSD.org Reporter: rozhuk.im@gmail.com Flags: maintainer-feedback?(hrs@FreeBSD.org) Assignee: hrs@FreeBSD.org libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -DPACKAGE=3D\"xmlsec1\" -I../../include -I../../include -D__XMLSEC_FUNCTION__=3D__func__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=3D1 -DXMLSEC_NO_GOST2012=3D1 -DXMLSEC_DL_LIBLTDL=3D1 -I/usr/local/include -I/usr/local/include/openssl -DXMLSEC_CRYPTO_OPENSSL=3D1 -I/usr/local/include -I/usr/local/include/libxm= l2 -I/usr/local/include/libxml2 -isystem /usr/local/include -O2 -pipe -O3 -pipe -funroll-loops -mretpoline -fstack-protector-strong -isystem /usr/local/inc= lude -fno-strict-aliasing -fdebug-prefix-map=3D/tmp/ports/usr/ports/security/xmlsec1/work/xmlsec1-1.2= .34=3D. -Werror -fno-builtin-memset -MT libxmlsec1_openssl_la-bn.lo -MD -MP -MF .deps/libxmlsec1_openssl_la-bn.Tpo -c bn.c -o libxmlsec1_openssl_la-bn.o >/dev/null 2>&1 app.c:440:65: error: implicit declaration of function 'UI_null' is invalid = in C99 [-Werror,-Wimplicit-function-declaration] if(ENGINE_ctrl_cmd(engine, "SET_USER_INTERFACE", 0, (void *)UI_null(), = 0, 1) < 0) { ^ app.c:440:57: error: cast to 'void *' from smaller integer type 'int' [-Werror,-Wint-to-void-pointer-cast] if(ENGINE_ctrl_cmd(engine, "SET_USER_INTERFACE", 0, (void *)UI_null(), = 0, 1) < 0) { ^~~~~~~~~~~~~~~~~ app.c:456:36: error: cast to 'UI_METHOD *' (aka 'struct ui_method_st *') fr= om smaller integer type 'int' [-Werror,-Wint-to-pointer-cast] (UI_METHOD *)UI_null(), ^~~~~~~~~~~~~~~~~~~~~~ 3 errors generated. gmake[5]: *** [Makefile:625: libxmlsec1_openssl_la-app.lo] Error 1 gmake[5]: *** Waiting for unfinished jobs.... --=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-263826-7788>