Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Feb 2020 19:52:05 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        "Mikhail T." <mi+m@aldan.algebra.com>
Cc:        Mikhail Teterin <mi@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r525362 - head/multimedia/x265
Message-ID:  <4kw3-zgyy-wny@FreeBSD.org>
In-Reply-To: <0A0A9F93-C314-4AA7-ABFD-4094DEE1EB09@aldan.algebra.com> (Mikhail T.'s message of "Thu, 6 Feb 2020 13:04:54 -0500")
References:  <r1z7-7kxh-wny@FreeBSD.org> <0A0A9F93-C314-4AA7-ABFD-4094DEE1EB09@aldan.algebra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Mikhail T." <mi+m@aldan.algebra.com> writes:

> I must=E2=80=99ve misread the earlier Makefile...
>
> Ok, I see the aarch64 and ppc64 servers available for
> ports-development. Do you know, if there is an armv7 too? Thanks!

Reference machines are not usable for ports/ work as one can't install
additional packages while poudriere requires root. Not to mention,
ref*-aarch64 has been down for half a year due to boot issues.

I recommend setting up poudriere with qemu-user-static to cross build
from amd64/i386 to aarch64/armv6/armv7 e.g.,

  $ poudriere jail -cj 121aarch64 -x -a arm64.aarch64 -v 12.1-RELEASE
  $ poudriere testport -j 121aarch64 multimedia/x265

  $ poudriere jail -cj 121armv7 -x -a arm.armv7 -v releng/12.1 -m svn+https
  $ poudriere testport -j 121armv7 multimedia/x265

For more details:
https://www.youtube.com/watch?v=3D2J9Lz3pgnbA
https://www.youtube.com/watch?v=3DJfZIoyQhly4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4kw3-zgyy-wny>