From nobody Thu Jun 16 08:11:20 2022 X-Original-To: freebsd-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 0BCF685E3FA for ; Thu, 16 Jun 2022 08:11:38 +0000 (UTC) (envelope-from freebsd-ports@otoh.org) Received: from mx0.otoh.org (mx0.otoh.org [176.9.74.58]) (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 4LNvyc7433z3Kjp for ; Thu, 16 Jun 2022 08:11:36 +0000 (UTC) (envelope-from freebsd-ports@otoh.org) Received: from smtpclient.apple (180-181-154-199.cpe.skymesh.net.au [180.181.154.199]) (Authenticated sender: psa) by mx0.otoh.org (Postfix) with ESMTPSA id 223C23AD94 for ; Thu, 16 Jun 2022 08:11:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=otoh.org; s=2020-04-19; t=1655367088; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BAVUgMsGQS37ekr/6RzyF91pcdbpYCqsqqeKOSv6HXc=; b=pjUwmeq/Dx7QGkUcHcdvhdyuO1ZNdAwW0MRYH7YnWvKD/x8IMRX9i4fjKBl4fYu/wkakJn UirWuw/c1rUBBuOswTax0c0coNdP1XJog61v2pn4dO3xzOa3nnuhOwsDsnFZNG0Sa2Hr4w tSMh7lHrhWxdJogyooIv3LKC8rlSJPmpXIrovZVlh8bHXCqE8mf6JLtR1d9fjqVGLqHMSc o052IsbfHub89oPnbBnP5DFB/u2AT0aUArvwHh9T7Tm/INnf/LnhUqOtluH5EnGHG/1KyW jxOkTEtrymGHH88Gszsgo0W4MSJy1BQsgsS+66ErUJUk7mEDMibMKkd/F27m9w== From: Paul Armstrong Content-Type: multipart/alternative; boundary="Apple-Mail=_250218C6-C82F-4D31-A337-662AA08146D9" 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 (Mac OS X Mail 16.0 \(3696.100.31\)) Subject: Re: Differences between ports build and poudriere Date: Thu, 16 Jun 2022 18:11:20 +1000 References: <7CB64EC1-FF13-4033-9691-0C191853EA47@otoh.org> To: "freebsd-ports@freebsd.org" In-Reply-To: <7CB64EC1-FF13-4033-9691-0C191853EA47@otoh.org> Message-Id: X-Mailer: Apple Mail (2.3696.100.31) X-Rspamd-Queue-Id: 4LNvyc7433z3Kjp X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=otoh.org header.s=2020-04-19 header.b="pjUwmeq/"; dmarc=pass (policy=reject) header.from=otoh.org; spf=pass (mx1.freebsd.org: domain of freebsd-ports@otoh.org designates 176.9.74.58 as permitted sender) smtp.mailfrom=freebsd-ports@otoh.org X-Spamd-Result: default: False [-3.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[otoh.org:s=2020-04-19]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+ip4:176.9.74.58]; DKIM_TRACE(0.00)[otoh.org:+]; DMARC_POLICY_ALLOW(-0.50)[otoh.org,reject]; NEURAL_HAM_SHORT(-1.00)[-1.000]; TO_DN_EQ_ADDR_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-ports]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:24940, ipnet:176.9.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N --Apple-Mail=_250218C6-C82F-4D31-A337-662AA08146D9 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Thanks all for the various suggestions. Looking at the Gentoo build for bazel = https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/bazel.eclass = I noticed --distdir. I also found yet another manifest file. This is = also mentioned in the section on "airgapped environment" in = https://docs.bazel.build/versions/main/guide.html = I've sent patches in = and we'll see if that'll solve it (it works on my server). Still, I'm confused as to why the ports build servers choke on this and = my personal poudriere server is fine. It's using the defaults for networking, other than photoprism, = so it should block everything and I would expect it to error out in the = same manner.= --Apple-Mail=_250218C6-C82F-4D31-A337-662AA08146D9 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii Thanks all for the = various suggestions.

I noticed --distdir. I also found yet = another manifest file. This is also mentioned in the section on = "airgapped environment" in https://docs.bazel.build/versions/main/guide.html I've = sent patches in and we'll see if that'll solve it (it works on my = server).

Still, = I'm confused as to why the ports build servers choke on this and my = personal poudriere server
is fine. It's using the = defaults for networking, other than photoprism, so it should block = everything and I would expect it to error out in the same = manner.
= --Apple-Mail=_250218C6-C82F-4D31-A337-662AA08146D9--