From nobody Thu Apr 04 09:26:55 2024 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 4V9GV528D8z5GdZ2 for ; Thu, 4 Apr 2024 09:27:09 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Received: from ipv6.s149.cyber-folks.pl (ipv6.s149.cyber-folks.pl [IPv6:2a02:1778::113:254]) (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 4V9GV41v6Qz4sDC for ; Thu, 4 Apr 2024 09:27:08 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Authentication-Results: mx1.freebsd.org; dkim=none ("invalid DKIM record") header.d=smyrak.com header.s=x header.b=coj0vmQF; dmarc=pass (policy=none) header.from=smyrak.com; spf=pass (mx1.freebsd.org: domain of ps.ports@smyrak.com designates 2a02:1778::113:254 as permitted sender) smtp.mailfrom=ps.ports@smyrak.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smyrak.com; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=xIyQOwdeTbTBGwP14iAQZlSON+NOa1XNG+aJH1igEyc=; b=coj0vmQFyZImGKzQypOm2oMBng lutdgpukWrhc9EUhgEYu18RS863YYAoo7wbroJRLBJGQFzr1W77AUsMpZS9miRpe5nfRWB7x7tHZl RI96IwPNcqcnX9Ei0YEoQq/+yKPY9dlyTyBhUudq2e46qNSav867MJFp6T4MpmX2jJg7HApPo+wEx bc8/jgadZDLTzXuAfAxX4h99Rty/LRwSQ4SsCN3YdQBL7MMW8rjvigZcNKb2bi2mlnlXOkqZSSp8C 1JtcWmjwT83s/DPivyRebwBamt6vu8VJp4y1qh48zS79xrlt2pOLCqSt4qxFNpAxfu+Pn9ZWfFv2d Note80tQ==; Received: from 93-181-165-201.internetia.net.pl ([93.181.165.201] helo=daleth.home) by s149.cyber-folks.pl with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1rsJNC-00000003LIX-3xGe for ports@freebsd.org; Thu, 04 Apr 2024 11:27:06 +0200 Date: Thu, 4 Apr 2024 11:26:55 +0200 From: Piotr Smyrak To: ports@freebsd.org Subject: Re: poudriere(8) short circuits my ability to build packages Message-ID: <20240404112655.0b3fe923@daleth.home> In-Reply-To: <78550638a3787fd0897093fdad463a00@bsdforge.com> References: <78550638a3787fd0897093fdad463a00@bsdforge.com> 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-Authenticated-Id: piero@smyrak.com X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.35 / 15.00]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-0.93)[-0.928]; NEURAL_HAM_LONG(-0.72)[-0.722]; DMARC_POLICY_ALLOW(-0.50)[smyrak.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2a02:1778::113:0/116]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; ASN(0.00)[asn:41079, ipnet:2a02:1778::/48, country:PL]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; R_DKIM_PERMFAIL(0.00)[smyrak.com:s=x]; MISSING_XM_UA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[smyrak.com:~] X-Rspamd-Queue-Id: 4V9GV41v6Qz4sDC 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) 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? All you need to create a package is: $ doas pkg create editors/vscode More info in pkg-create(8). To maintain your own package repository without poudriere see pkg-repo(8). -- Piotr Smyrak