Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2018 14:30:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232150] net/liboauth: fails to build with openssl 1.1.1 in base
Message-ID:  <bug-232150-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232150

            Bug ID: 232150
           Summary: net/liboauth: fails to build with openssl 1.1.1 in
                    base
           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: ohartmann@walstatt.org
             Flags: maintainer-feedback?(hrs@FreeBSD.org)
          Assignee: hrs@FreeBSD.org

On recent FreeBSD CURRENT (12.0-ALPHA9 #160 r339274: Wed Oct 10 06:52:16 CE=
ST
2018 amd64) with openssl 1.1.1 in base, port net/liboauth fails to build:

libtool: compile:  cc -DHAVE_CONFIG_H -I. -Wall -I/usr/local/include -O2 -p=
ipe
-march=3Dnative -fstack-protector -fno-strict-aliasing -MT liboauth_la-oaut=
h.lo
-MD -MP -MF .deps/liboauth_la-oauth.Tpo -c oauth.c -o liboauth_la-oauth.o
>/dev/null 2>&1
--- liboauth_la-oauth_http.lo ---
mv -f .deps/liboauth_la-oauth_http.Tpo .deps/liboauth_la-oauth_http.Plo
--- liboauth_la-hash.lo ---
hash.c:389:14: error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct
evp_md_ctx_st')
  EVP_MD_CTX md_ctx;
             ^
/usr/include/openssl/ossl_typ.h:92:16: note: forward declaration of 'struct
evp_md_ctx_st'
typedef struct evp_md_ctx_st EVP_MD_CTX;
               ^
hash.c:419:14: error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct
evp_md_ctx_st')
  EVP_MD_CTX md_ctx;

--=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-232150-7788>