From owner-freebsd-ports@freebsd.org Thu May 20 20:09:29 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B1E65647CA3 for ; Thu, 20 May 2021 20:09:29 +0000 (UTC) (envelope-from portmaster@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ultimatedns.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FmLRs0jLzz3G4l for ; Thu, 20 May 2021 20:09:28 +0000 (UTC) (envelope-from portmaster@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 14KK9XoX054717; Thu, 20 May 2021 13:09:39 -0700 (PDT) (envelope-from portmaster@bsdforge.com) MIME-Version: 1.0 Date: Thu, 20 May 2021 13:09:33 -0700 From: Chris To: Kevin Oberman Cc: Ronald Klop , FreeBSD Ports ML Subject: Re: Large builds with poudriere In-Reply-To: References: <86h7ixpoa2.fsf@ecchi.i-did-not-set--mail-host-address--so-tickle-me> <7ed06cbcf959802768d8b47b92b159ff@bsdforge.com> User-Agent: UDNSMS/17.0 Message-ID: X-Sender: portmaster@bsdforge.com X-Rspamd-Queue-Id: 4FmLRs0jLzz3G4l X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2021 20:09:29 -0000 On 2021-05-20 12:21, Kevin Oberman wrote: > On Thu, May 20, 2021 at 8:08 AM Chris wrote: > >> On 2021-05-20 06:15, Ronald Klop wrote: >> > On 5/20/21 2:47 PM, Fernando ApesteguĆ­a wrote: >> >> El jue., 20 may. 2021 14:45, Alexis Praga >> >> escribiĆ³: >> >> >> >>> >> >>> Hi guys, >> >>> >> >>> I've recently been using poudriere to test news ports but this >> resulted in >> >>> building two large ports, namely: >> >>> - devel/llvm [1] >> >>> - lang/rust [2] >> >>> >> >>> Now, lang/rust takes 2 hourse to compile. So testing for 13.0, 12.2 and >> >>> 11.4 means around 6 hours in total, a lot of time for my desktop >> >>> computer. Especially if the dependencies are upgraded later on. >> >>> >> >>> Do you have any tips to deal with such long build time ? Apart from >> >>> have a dedicated server :) >> >>> >> >> >> >> Patience :-) >> >> >> >> Package seeding in poudriere is a long awaited feature. >> >> >> > >> > >> > You can manually put the rust/llvm package in the All packages directory >> and >> > poudriere will use that. It is a manual repeating task though. So the >> > package >> > seeding is indeed a nice feature. >> I can't believe I didn't already know that. :-/ >> Thanks, Ronald. Today you are a hero! :-) >> >> --Chris >> > >> > Ronald. >> > >> > >> > >> > >> > >> >>> Thanks, >> >>> >> >>> >> >>> [1] For https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233010 >> >>> [2] For https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255233 >> >>> >> >>> -- >> >>> Alexis Praga >> > You can greatly reduce the build-time for devel/llvm* by changing the > config to BE_NATIVE to avoid building backends for all FreeBSD supported > platforms. Obviously this is not acceptable for many cases, but if you > never cross-compile for other platforms, it's a really big win. If I understand correctly. Isn't your suggestion synonymous with WITHOUT_CROSS_COMPILER? Thanks --Chris > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"