[Bug 232150] net/liboauth: fails to build with openssl 1.1.1 in base

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 10 14:30:05 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232150

            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 at FreeBSD.org
          Reporter: ohartmann at walstatt.org
             Flags: maintainer-feedback?(hrs at FreeBSD.org)
          Assignee: hrs at FreeBSD.org

On recent FreeBSD CURRENT (12.0-ALPHA9 #160 r339274: Wed Oct 10 06:52:16 CEST
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 -pipe
-march=native -fstack-protector -fno-strict-aliasing -MT liboauth_la-oauth.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;

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list