From nobody Thu Apr 4 07:45:13 2024 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 4V9DDb6pyMz5GTnQ for ; Thu, 4 Apr 2024 07:45:19 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (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 4V9DDb3llmz4fkf for ; Thu, 4 Apr 2024 07:45:19 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1712216717; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uamF0cVBmuqe4UDH+BgDKcR9pp3vekgFki38FUM+yh8=; b=gM8zBSzzhvnQPxDHQARfxuetery60+5EOn9Ay00ONxVpb7L6bSQgcjwpRua04UTff4Nqer 9+SV1VUUSNeKTVN2/32dKYhI9b77zz1xOiAzpje1Uvhcda0aGfaNLdqgDKdEG+9qMPFDlC uChDniN9y6ue1g24JlIo/yO5DI26y0g= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id a10e6d8e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 4 Apr 2024 07:45:17 +0000 (UTC) Date: Thu, 4 Apr 2024 09:45:13 +0200 From: Emmanuel Vadot To: Chris Cc: freebsd-ports Subject: Re: poudriere(8) short circuits my ability to build packages Message-Id: <20240404094513.fb5260c166a5a80eb4be8d00@bidouilliste.com> In-Reply-To: <78550638a3787fd0897093fdad463a00@bsdforge.com> References: <78550638a3787fd0897093fdad463a00@bsdforge.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Queue-Id: 4V9DDb3llmz4fkf On Thu, 04 Apr 2024 00:30:41 -0700 Chris wrote: > I do all of my development in jails. As such I have no use for poudriere(8). > But an attempt to build editors/vscode threw the following: > > The limit imposed by poudriere(8) for the maximum number of files allowed to > be > opened by a jail (default 1024) Not true since https://github.com/freebsd/poudriere/commit/9ea59e59f12f2b77699de9cafa5ceea1f7814eaf which is present in latest ports-mgmt/poudriere > is exceeded during the build of vscode. > To successfully build vscode with poudriere(8), you must add the following > line to poudriere.conf: > MAX_FILES_vscode=8192 > > What the... I just want to build a package. Why do I care about poudriere > limitations, or poudriere at all? How can I just build a package. Users > (or Maintainers) aren't forced to use poudriere, are they? > > Thanks. > > -- > --Chris Hutchinson > -- Emmanuel Vadot