Date: Wed, 22 Jul 2020 12:20:29 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248168] sysutils/rsyncrypto does not build in pouderiere and FreeBSD 11.4 Message-ID: <bug-248168-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248168 Bug ID: 248168 Summary: sysutils/rsyncrypto does not build in pouderiere and FreeBSD 11.4 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: 000.fbsd@quip.cz CC: linpct@gmail.com CC: linpct@gmail.com Flags: maintainer-feedback?(linpct@gmail.com) Attachment #216657 text/plain mime type: Created attachment 216657 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216657&action= =3Dedit poudriere build log failure Build failure on FreeBSD 11.4 with Poudriere crypto.cpp:158:13: error: member access into incomplete type 'RSA' (aka 'rsa_st') if( (prv->p=3D=3D0 || prv->q=3D=3D0) ) { ^ /usr/local/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'rsa_st' typedef struct rsa_st RSA; ^ crypto.cpp:168:10: warning: 'auto_ptr<key>' is deprecated [-Wdeprecated-declarations] std::auto_ptr<key> ret(key::read_key( decrypted.get() )); ^ /usr/include/c++/v1/memory:2130:28: note: 'auto_ptr<key>' has been explicit= ly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:972:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:961:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ crypto.cpp:247:10: warning: 'auto_ptr<key>' is deprecated [-Wdeprecated-declarations] std::auto_ptr<key> new_header; ^ /usr/include/c++/v1/memory:2130:28: note: 'auto_ptr<key>' has been explicit= ly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:972:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:961:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ crypto.cpp:250:25: warning: 'auto_ptr<key>' is deprecated [-Wdeprecated-declarations] new_header=3Dstd::auto_ptr<key>(decrypt_header( fromfd, prv )); ^ /usr/include/c++/v1/memory:2130:28: note: 'auto_ptr<key>' has been explicit= ly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:972:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:961:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ 4 warnings and 1 error generated. gmake[2]: *** [Makefile:293: crypto.o] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/sysutils/rsyncrypto/work/rsyncrypto-1.12' gmake[1]: *** [Makefile:184: all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/sysutils/rsyncrypto/work/rsyncrypto-1.12' *** Error code 1 --=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-248168-7788>