From nobody Wed Mar 23 16:55:17 2022 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3E8751A31CCF for ; Wed, 23 Mar 2022 16:55:28 +0000 (UTC) (envelope-from freebsd@quinteiro.org) Received: from mx2.quinteiro.org (mx2.quinteiro.org [71.19.154.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4KNvcH2r94z3Dww for ; Wed, 23 Mar 2022 16:55:27 +0000 (UTC) (envelope-from freebsd@quinteiro.org) Received: from www.quinteiro.org (www.quinteiro.org [204.109.56.22]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx2.quinteiro.org (Postfix) with ESMTPS id 45FE221D9AE for ; Wed, 23 Mar 2022 16:55:20 +0000 (UTC) (envelope-from freebsd@quinteiro.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=quinteiro.org; s=default; t=1648054520; bh=h2MN/go2guHd2VrEVtK0NzNnm6NMuay2hQtwjTylxC4=; h=Date:Subject:To:References:From:In-Reply-To; b=MHR8cVniMFyk1wVSeooUHYxHnB4FDMz+IYs8F4AwjaWP62Bw4SolHIctOPBjRViow i/kC9Mu6d4cDojId0Yh9Nfz3/+nLJi5jgiXwzFpOpYjoXb+DMYbz005lYDJZovrqYU 6y7A59UhgjjLuIlDrOVtrqILoQpmU4BykQ8bZWjw= Received: from [172.16.1.157] (unknown [198.27.183.84]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by www.quinteiro.org (Postfix) with ESMTPSA id 953432E8F1 for ; Wed, 23 Mar 2022 16:55:18 +0000 (UTC) Message-ID: <8e17319b-6322-e31d-ede0-2164b1fde54e@quinteiro.org> Date: Wed, 23 Mar 2022 09:55:17 -0700 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1 Subject: Re: What to do if e-mail from pkg-fallout@freebsd.org arrives? Content-Language: en-US To: ports@freebsd.org References: <90949B3A-DB76-485B-BA14-425849635B49@freebsd.org> <56849da8-e824-98fb-4076-3e6dcf1623f4@bebik.net> <6E05DD93-C111-43B5-842D-970960AD495D@gushi.org> From: Jose Quinteiro In-Reply-To: <6E05DD93-C111-43B5-842D-970960AD495D@gushi.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4KNvcH2r94z3Dww X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=quinteiro.org header.s=default header.b=MHR8cVni; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd@quinteiro.org designates 71.19.154.200 as permitted sender) smtp.mailfrom=freebsd@quinteiro.org X-Spamd-Result: default: False [-2.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[quinteiro.org:s=default]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.999]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[quinteiro.org]; DKIM_TRACE(0.00)[quinteiro.org:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MLMMJ_DEST(0.00)[ports]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:47066, ipnet:71.19.154.0/24, country:US]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 3/23/22 08:48, Dan Mahoney wrote: > > >> On Mar 23, 2022, at 7:14 AM, Rodrigo Osorio > > wrote: >> >> On 3/23/22 14:44, Vasily Postnicov wrote: >>> Oh my! I didn't see that. I tried on x86-64 :) I don't even have >>> arm64 machine. Any ideas what to do? >>> >>> ср, 23 мар. 2022 г., 16:30 Muhammad Moinur Rahman : >>> >>> Hi, >>> >>> As the log says this is failing on arm64 architecture. As you >>> have mentioned that you cannot reproduce; are you trying on arm64 >>> or are you trying on other archs like i386/amd64? >>> >>> Kind Regards, >>> Moin >>> snip >> Hi Vasily, >> >> You can use quemu_user with poudriere to create a arm64 jail, >> This post gives details[1] for jail creation. >> >> > > These instructions should be in the porter's handbook.  (Read that as: > should be added to). > Agreed, especially since the instructions in the Forum use SVN, and the "Continue reading..." link is dead. Thanks, Jose