Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Apr 2020 02:27:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 245265] devel/libopkele: compile errors on FreeBSD 12.x
Message-ID:  <bug-245265-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 245265
           Summary: devel/libopkele: compile errors on FreeBSD 12.x
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: maniactraq@gmail.com
                CC: zhoushuqun@gmail.com
             Flags: maintainer-feedback?(zhoushuqun@gmail.com)
                CC: zhoushuqun@gmail.com

Created attachment 212964
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D212964&action=
=3Dedit
Poudriere libopkele build log

Error snippet as follows, full log atached.


basic_rp.cc:83:4: error: member access into incomplete type 'DH' (aka 'dh_s=
t')
        dh->p =3D util::dec_to_bignum(data::_default_p);
          ^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'dh_st'
typedef struct dh_st DH;
               ^
basic_rp.cc:84:4: error: member access into incomplete type 'DH' (aka 'dh_s=
t')
        dh->g =3D util::dec_to_bignum(data::_default_g);
          ^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'dh_st'
typedef struct dh_st DH;
               ^
basic_rp.cc:90:54: error: member access into incomplete type 'DH' (aka 'dh_=
st')
        req.set_field("dh_modulus",util::bignum_to_base64(dh->p));
                                                            ^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'dh_st'
typedef struct dh_st DH;
               ^
basic_rp.cc:91:50: error: member access into incomplete type 'DH' (aka 'dh_=
st')
        req.set_field("dh_gen",util::bignum_to_base64(dh->g));
                                                        ^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'dh_st'
typedef struct dh_st DH;
               ^
basic_rp.cc:92:62: error: member access into incomplete type 'DH' (aka 'dh_=
st')
=20=20=20=20=20=20=20
req.set_field("dh_consumer_public",util::bignum_to_base64(dh->pub_key));
                                                                    ^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'dh_st'
typedef struct dh_st DH;

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