Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2019 01:24:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239486] net-p2p/retroshare: fails to build with libressl
Message-ID:  <bug-239486-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 239486
           Summary: net-p2p/retroshare: fails to build with libressl
           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: rozhuk.im@gmail.com
                CC: peter@netkey.at
             Flags: maintainer-feedback?(peter@netkey.at)
                CC: peter@netkey.at

...
--- bss_tou.o ---
tcponudp/bss_tou.c:96:13: error: static declaration of 'BIO_get_shutdown'
follows non-static declaration
static int  BIO_get_shutdown(BIO *a) { return a->shutdown; }
            ^
/usr/local/include/openssl/bio.h:611:5: note: previous declaration is here
int     BIO_get_shutdown(BIO *a);
        ^
tcponudp/bss_tou.c:98:13: error: static declaration of 'BIO_set_init' follo=
ws
non-static declaration
static void BIO_set_init(BIO *a,int i) { a->init=3Di; }
            ^
/usr/local/include/openssl/bio.h:610:7: note: previous declaration is here
void    BIO_set_init(BIO *a, int init);
        ^
tcponudp/bss_tou.c:99:13: error: static declaration of 'BIO_set_data' follo=
ws
non-static declaration
static void BIO_set_data(BIO *a,void *p) { a->ptr =3D p; }
            ^
/usr/local/include/openssl/bio.h:609:7: note: previous declaration is here
void    BIO_set_data(BIO *a, void *ptr);
        ^
3 errors generated.
*** [bss_tou.o] Error code 1

make[2]: stopped in
/tmp/ports/usr/ports/net-p2p/retroshare/work/RetroShare-0.6.4/libretroshare=
/src
...

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