From nobody Thu Apr 04 10:43:00 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 4V9J9p25chz5GmSD for ; Thu, 4 Apr 2024 10:43:10 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.evolve.de (mail.evolve.de [213.239.217.29]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail.evolve.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4V9J9n60JQz51vK for ; Thu, 4 Apr 2024 10:43:09 +0000 (UTC) (envelope-from freebsd@grem.de) Authentication-Results: mx1.freebsd.org; none Received: by mail.evolve.de (OpenSMTPD) with ESMTP id 63a728e9; Thu, 4 Apr 2024 10:43:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=grem.de; h=content-type :content-transfer-encoding:mime-version:subject:from:in-reply-to :date:cc:message-id:references:to; s=20180501; bh=kbC8KQ36RIhOuV p+u0GVvLsTTyY=; b=aWar6r2lhepL4IKEDvlu6RhhzLLzS8aqpaA1ED2hB09lPI M3OS7PKNEgjz9laqHkV5/uN0ozhnGyBhOSGlp0uLPw3Hpnwwez5fSBNQ7BxjFhk0 TtSqaJGiqHS6mbZn4o9eR/i+KPo+bGafObg6m/ZtxRAPHshatWt/O80mmNuaZI7k SwUzkxKvPSfYXfsBm3xbx91l98d1sIzXjrUzXhpJzbnAeL7pvsUDAQi5iEXqaTYs HoBO4Md+CP1x/OFSlNTTxvEuybSlrBTTCYOhjCIg2gdZJrpEXSyowAABB/FczdcD G2x/Rqh1JkRyRPQmHzkbwpUOGDgR13KPh6CVW96A== DomainKey-Signature: a=rsa-sha1; c=nofws; d=grem.de; h=content-type :content-transfer-encoding:mime-version:subject:from:in-reply-to :date:cc:message-id:references:to; q=dns; s=20180501; b=ZeKYLImo Uk4ozfI5+5DFBMS+DGbIcKJM02GshAjWLr4m+W9CO5vhJsW4huPBHcdkP7OPnvU1 j5yovfYfnFXKzywwXgBN5NgSiayc5hRW6zbe5kA++46l5Hb944LzhDb/IdpB3yo2 RcjBBxhamI2G3FKAD2G1Mk4k0iI2RvdDNbyvKvl9Bi3fCFONwwDz2boYbNUsq4Ou a7gdgghfu8TXsQP/v20mY/cwylrswZ5f67eGlqydMBo7EjkpORrjGQLfvzIzvXfn LfLN4C0mgkmnTEcjyeWWmWa7q75iu65ZOWWmA5f3qmPFT428XPbuKqS9jm7xUMhT KYBG2ttuEnOiig== Received: by mail.evolve.de (OpenSMTPD) with ESMTPSA id 5d56d648 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 4 Apr 2024 10:43:01 +0000 (UTC) Content-Type: multipart/alternative; boundary=Apple-Mail-2AB4BCCA-ED1C-4406-8DB4-1BF09A8C4777 Content-Transfer-Encoding: 7bit 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 (1.0) Subject: Re: poudriere(8) short circuits my ability to build packages From: Michael Gmelin In-Reply-To: <78550638a3787fd0897093fdad463a00@bsdforge.com> Date: Thu, 4 Apr 2024 12:43:00 +0200 Cc: freebsd-ports Message-Id: <9391BCFF-61B6-4151-92E8-7D2984563DF6@grem.de> References: <78550638a3787fd0897093fdad463a00@bsdforge.com> To: Chris X-Mailer: iPhone Mail (20H330) 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:24940, ipnet:213.239.192.0/18, country:DE] X-Rspamd-Queue-Id: 4V9J9n60JQz51vK --Apple-Mail-2AB4BCCA-ED1C-4406-8DB4-1BF09A8C4777 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > On 4. Apr 2024, at 09:31, Chris wrote: >=20 > =EF=BB=BFI do all of my development in jails. As such I have no use for po= udriere(8). > But an attempt to build editors/vscode threw the following: >=20 > The limit imposed by poudriere(8) for the maximum number of files allowed t= o be > opened by a jail (default 1024) 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=3D8192 >=20 This message is coming from here and is shown unconditionally: https://cgit.freebsd.org/ports/tree/editors/vscode/Makefile#n184 It is not an error message, it tells you what to configure when building tha= t port with poudriere. If you dislike it, please suggest better wording to t= he port maintainer. > 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? Even though poudriere is probably not your problem here, learning how to use= poudriere effectively would be time well spent. -m --Apple-Mail-2AB4BCCA-ED1C-4406-8DB4-1BF09A8C4777 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

On 4. Apr 2024, at 09:31, Chris <portmaster@bsdforge.com> wrote:
<= br>
=EF=BB=BFI 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 follow= ing:

The limit imposed by poudriere(8) for t= he maximum number of files allowed to be
opened by a jail (d= efault 1024) is exceeded during the build of vscode.
To succ= essfully build vscode with poudriere(8), you must add the followingline to poudriere.conf:
MAX_FILES_vscode=3D8192


This message i= s coming from here and is shown unconditionally:

h= ttps://cgit.freebsd.org/ports/tree/editors/vscode/Makefile#n184

It is not an error message, it tells you what to configure w= hen building that port with poudriere. If you dislike it, please suggest bet= ter wording to the port maintainer.

What the... I just want to build a package. Why do I care a= bout poudriere
limitations, or poudriere at all? How can I j= ust build a package. Users
(or Maintainers) aren't forced to= use poudriere, are they?

Even though p= oudriere is probably not your problem here, learning how to use poudriere ef= fectively would be time well spent.

-m
= --Apple-Mail-2AB4BCCA-ED1C-4406-8DB4-1BF09A8C4777--