From owner-svn-ports-all@freebsd.org Thu Feb 6 18:52:05 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE6F8234205; Thu, 6 Feb 2020 18:52:05 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48D6x121p4z4Rlq; Thu, 6 Feb 2020 18:52:05 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 1D430E3D4; Thu, 6 Feb 2020 18:52:05 +0000 (UTC) From: Jan Beich To: "Mikhail T." Cc: Mikhail Teterin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r525362 - head/multimedia/x265 References: <0A0A9F93-C314-4AA7-ABFD-4094DEE1EB09@aldan.algebra.com> Date: Thu, 06 Feb 2020 19:52:05 +0100 In-Reply-To: <0A0A9F93-C314-4AA7-ABFD-4094DEE1EB09@aldan.algebra.com> (Mikhail T.'s message of "Thu, 6 Feb 2020 13:04:54 -0500") Message-ID: <4kw3-zgyy-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2020 18:52:05 -0000 "Mikhail T." 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