Bug 263827 - security/xmlsec1-1.2.34 doesn't build with LibreSSL
Summary: security/xmlsec1-1.2.34 doesn't build with LibreSSL
Status: Closed DUPLICATE of bug 263826
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-06 19:29 UTC by jakub_lach
Modified: 2022-05-06 22:43 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jakub_lach 2022-05-06 19:29:42 UTC
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 *') from 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....
mv -f .deps/libxmlsec1_openssl_la-bn.Tpo .deps/libxmlsec1_openssl_la-bn.Plo
gmake[5]: Leaving directory '/usr/obj/usr/ports/security/xmlsec1/work/xmlsec1-1.2.34/src/openssl'
gmake[4]: *** [Makefile:688: all-recursive] Error 1
gmake[4]: Leaving directory '/usr/obj/usr/ports/security/xmlsec1/work/xmlsec1-1.2.34/src'
gmake[3]: *** [Makefile:742: all-recursive] Error 1
gmake[3]: Leaving directory '/usr/obj/usr/ports/security/xmlsec1/work/xmlsec1-1.2.34'
gmake[2]: *** [Makefile:560: all] Error 2
gmake[2]: Leaving directory '/usr/obj/usr/ports/security/xmlsec1/work/xmlsec1-1.2.34'
===> Compilation failed unexpectedly.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2022-05-06 22:43:46 UTC

*** This bug has been marked as a duplicate of bug 263826 ***