From nobody Sat Mar 30 00:14:21 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 4V5ySj2CHtz5Fc6G for ; Sat, 30 Mar 2024 00:14:29 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 4V5ySg3bh9z4dGZ for ; Sat, 30 Mar 2024 00:14:26 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp designates 153.125.133.21 as permitted sender) smtp.mailfrom=junchoon@dec.sakura.ne.jp Received: from kalamity.joker.local (123-1-21-232.area1b.commufa.jp [123.1.21.232]) (authenticated bits=0) by www121.sakura.ne.jp (8.17.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 42U0EMd6050297 for ; Sat, 30 Mar 2024 09:14:22 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sat, 30 Mar 2024 09:14:21 +0900 From: Tomoaki AOKI To: ports@freebsd.org Subject: Re: gmake-4.4.1 has a performance regression: at least the science/nwchem project now builds much slower Message-Id: <20240330091421.04bd6b0790910cbf797b8f21@dec.sakura.ne.jp> In-Reply-To: References: <2D9B0CE0-4657-4C8F-BDEE-48225BC899CF.ref@yahoo.com> <2D9B0CE0-4657-4C8F-BDEE-48225BC899CF@yahoo.com> <55e1a296-60c4-4c2f-ad05-cdf0ae5348b1@FreeBSD.org> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.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-Spamd-Result: default: False [-2.57 / 15.00]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-0.97)[-0.971]; NEURAL_HAM_LONG(-0.90)[-0.900]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:153.125.133.16/28]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; R_DKIM_NA(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; DMARC_NA(0.00)[sakura.ne.jp]; RCVD_TLS_LAST(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; FROM_HAS_DN(0.00)[] X-Rspamd-Queue-Id: 4V5ySg3bh9z4dGZ On Sat, 30 Mar 2024 06:13:17 +0900 Tatsuki Makino wrote: > Hello. > > I don't think this is relevant at all, but gmake does seem to have a mechanism inside that stalls due to load average. > It seems to be possible to set it with options -l and --load-average, but I don't think that matters, since if it is left at the default negative number, it doesn't seem to be working. > > Regards. Possibly I'm overlooking something in Porter's Handbook, but is there a proper and generic way that builds/installs some build dependencies under ${WRKDIR} and use it, without installing into the bare-metal environment? For examole, build gmake 4.3 under foo/bar/work/opttools/gmake43/ and use built gmake in it for build. If it is possible, you can temporarily build/install gmake 4.3 in ${WRKDIR} and use built gmake instead of bare-metal system's gmake. Off topic: This could be used for python2.7 deletion. Anything requires it only for build can still depends on it with the cost of building python2.7 for every build/rebuilds. Of course, depending upon maintained tauthon, which is a fork of python2.7 isntead of genuine python2.7 would be an option, too. -- Tomoaki AOKI