From nobody Thu Apr 04 08:01:08 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 4V9Db23MjXz5GW1T for ; Thu, 4 Apr 2024 08:01:18 +0000 (UTC) (envelope-from jankyj@unfs.us) Received: from stig.purplehat.org (stig.purplehat.org [50.243.134.106]) (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 4V9Db14TZ1z4hW3 for ; Thu, 4 Apr 2024 08:01:17 +0000 (UTC) (envelope-from jankyj@unfs.us) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=unfs.us header.s=mail header.b=I+4FVYZB; dmarc=pass (policy=none) header.from=unfs.us; spf=pass (mx1.freebsd.org: domain of jankyj@unfs.us designates 50.243.134.106 as permitted sender) smtp.mailfrom=jankyj@unfs.us Received: from [172.28.35.18] (tools.purplehat.org [172.28.35.18]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) (Authenticated sender: jankyj@unfs.us) by stig.purplehat.org (Postfix) with ESMTPSA id 8784273EF1 for ; Thu, 04 Apr 2024 02:01:08 -0600 (MDT) DKIM-Filter: OpenDKIM Filter v2.10.3 stig.purplehat.org 8784273EF1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unfs.us; s=mail; t=1712217668; bh=0fiQo5a3rmK82y/4u47xR9jixFSyP6K8ano/LLVF/M8=; h=Date:Subject:To:References:From:In-Reply-To:From; b=I+4FVYZBCRNU/O439FY4MrxAa25Yta0t9iqVOwwl76DvXcpSSR0AP5nBC3OFjlilV k0OILfKrV2OuW24+G47724+C9EAPMjEetRPeJSePm2VfuMQ2JP/IeUdPPDVkBVb5Ey J8fMBwy4/3UQwM1GmghX4w6d/vl/YDIIBOEGOMqU= Message-ID: Date: Thu, 4 Apr 2024 02:01:08 -0600 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 Thunderbird Subject: Re: poudriere(8) short circuits my ability to build packages To: ports@freebsd.org References: <78550638a3787fd0897093fdad463a00@bsdforge.com> Content-Language: en-US From: "Janky Jay, III" In-Reply-To: <78550638a3787fd0897093fdad463a00@bsdforge.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -13.09 X-Spam-Status: No, score=-13.09 X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.86 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.97)[-0.971]; DMARC_POLICY_ALLOW(-0.50)[unfs.us,none]; R_SPF_ALLOW(-0.20)[+a]; R_DKIM_ALLOW(-0.20)[unfs.us:s=mail]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_VIA_SMTP_AUTH(0.00)[]; ASN(0.00)[asn:7922, ipnet:50.128.0.0/9, country:US]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[unfs.us:+] X-Rspamd-Queue-Id: 4V9Db14TZ1z4hW3 Hi Chris, On 4/4/24 01:30AM, Chris wrote: > limitations, or poudriere at all? How can I just build a package. Users > (or Maintainers) aren't forced to use poudriere, are they? Unfortunately, yes. Yes, we are. That or packages (which is lacking due to non-existent build options.) For me, Poudriere has been nothing but a headache with a lot of work to obtain said headache (compared to just using ports.) Three port updates? Poudriere wants to rebuild 210 ports (all with default options, mind you.) When, using portmaster, I can simply update the 3 ports and be done with it. That is, of course, if the ports build outside of Poudriere (some do not.) In this case, I simply mix ports and packages and just deal with it. However, it is unfortunate. Regards, Janky Jay, III