svn commit: r525362 - head/multimedia/x265

Jan Beich jbeich at FreeBSD.org
Thu Feb 6 18:52:05 UTC 2020


"Mikhail T." <mi+m at aldan.algebra.com> writes:

> I must’ve 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=2J9Lz3pgnbA
https://www.youtube.com/watch?v=JfZIoyQhly4


More information about the svn-ports-all mailing list