Re: Compiling u-boot-rpi3 on an rpi3

2019-05-06 Thread bob prohaska
On Mon, May 06, 2019 at 06:20:45PM +0200, Mika??l Urankar wrote:
> Le lun. 6 mai 2019 ?? 17:19, bob prohaska  a ??crit :
> >
> > On Mon, May 06, 2019 at 03:22:31PM +0200, Mika??l Urankar wrote:
> > >
> > > It builds fine here on aarch64, do you have security/openssl* installed?
> > >
> >
> > Yes, security/openssl is installed. I didn't use it by default  because of
> > earlier reports of trouble. The system reminds me that
> 
> Delete it and rebuild u-boot-rpi3
> 

That certainly helped, make now runs successfully. 

But, make install didn't update anything in /boot/msdos. 
There seem to be three copies of u-boot-bin floating around,
with identical size. Should I copy one manually to /boot/msdos,
and does it matter which one? 

Thanks for reading and your help!

bob prohaska

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Compiling u-boot-rpi3 on an rpi3

2019-05-05 Thread bob prohaska
With FreeBSD at r347055 and ports at 500862 attempts to compile
sysutils/u-boot-rpi3 stop with a string of errors starting with
ld: error: undefined symbol: EVP_MD_CTX_new
>>> referenced by mxsimage.c
>>>   tools/mxsimage.o:(mxsimage_generate)

ld: error: undefined symbol: EVP_MD_CTX_free
>>> referenced by mxsimage.c
>>>   tools/mxsimage.o:(mxsimage_generate)

ld: error: undefined symbol: EVP_MD_CTX_new
>>> referenced by mxsimage.c
>>>   tools/mxsimage.o:(mxsimage_generate)

ld: error: undefined symbol: EVP_CIPHER_CTX_reset
>>> referenced by mxsimage.c
>>>   tools/mxsimage.o:(mxsimage_generate)

Is there a fix or workaround?

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-unsubscr...@freebsd.org"