Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2019 17:08:42 +0700
From:      Eugene Grosbein <eugen@grosbein.net>
To:        Ronald Klop <ronald-lists@klop.ws>, freebsd ports <freebsd-ports@freebsd.org>
Subject:   Re: fast aarch64 computer for creating a port?
Message-ID:  <5D5BC6AA.1050605@grosbein.net>
In-Reply-To: <2030646488.15.1566287057030@localhost>
References:  <2030646488.15.1566287057030@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On 20.08.2019 14:44, Ronald Klop wrote:
> Hello,
> 
> I'm trying to create a port for Mongodb 4.2. To aarch64 and amd64.
> Especially my RPI3 for aarch64 takes about 2 days to compile this. Does the FreeBSD community have a fast aarch64 machine I could use to do test work? Maybe some access to a jail could be provided.

When I was working with very slow MIPS32 hardware, I used qemu-user-static port that allows you
to use fast amd64 machine to build ports for MIPS32 as if it was real MIPS32 box but quicker. Very handy.
You just start it as you would start plain chroot command and voila.

mipsworld="/usr/obj/nanobsd.mips/_.w"
mount -t devfs devfs $mipsworld/dev
mount -t nullfs /usr/ports $mipsworld/usr/ports
chroot $mipsworld /usr/local/bin/qemu-mips-static /bin/sh -E

Give it a try.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5D5BC6AA.1050605>