Date: Wed, 28 Nov 2018 14:38:34 +0900 From: KIRIYAMA Kazuhiko <kiri@kx.openedu.org> To: bob prohaska <fbsd@www.zefox.net> Cc: freebsd-ports@freebsd.org Subject: Re: Can't compile sysutils/u-boot-rpi3 on rpi3 Message-ID: <201811280538.wAS5cYii069843@kx.openedu.org> In-Reply-To: <20181128020659.GA98196@www.zefox.net> References: <20181128020659.GA98196@www.zefox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
At Tue, 27 Nov 2018 18:06:59 -0800, bob prohaska wrote: > > In trying to compile sysutils/u-boot-rpi3 natively the compilation > stops with many errors caused by rsa-sign.c > > /usr/bin/ld: error: undefined symbol: OPENSSL_init_ssl > >>> referenced by rsa-sign.c > >>> tools/lib/rsa/rsa-sign.o:(rsa_sign) > > /usr/bin/ld: error: undefined symbol: EVP_MD_CTX_new > >>> referenced by rsa-sign.c > >>> tools/lib/rsa/rsa-sign.o:(rsa_sign) > > and so on..... Maybe OpenSSL 1.1 API problems [1]. > > The system is at r341083, ports are at 486064. > > Buildworld and buildkernel both work, so the basics are ok. > > I'd like to try updating u-boot to see if it fixes > Timeout poll on interrupt endpoint > messages that seem to interfere with hands-off rebooting. > > Thanks for reading, > > bob prohaska > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > [1] https://wiki.freebsd.org/OpenSSL/1.1.0 --- KIRIYAMA Kazuhiko
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811280538.wAS5cYii069843>