From nobody Sun Feb 26 12:00:19 2023 X-Original-To: dev-commits-ports-all@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 4PPhyx74vDz3tFnm; Sun, 26 Feb 2023 12:00:25 +0000 (UTC) (envelope-from matthias.andree@tu-dortmund.de) Received: from unimail.uni-dortmund.de (mx1.hrz.uni-dortmund.de [129.217.128.51]) (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 (2048 bits) client-digest SHA256) (Client CN "unimail.tu-dortmund.de", Issuer "GEANT OV RSA CA 4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PPhyw4Wkzz3H8M; Sun, 26 Feb 2023 12:00:24 +0000 (UTC) (envelope-from matthias.andree@tu-dortmund.de) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tu-dortmund.de header.s=unimail header.b=IPeSn+9P; spf=pass (mx1.freebsd.org: domain of matthias.andree@tu-dortmund.de designates 129.217.128.51 as permitted sender) smtp.mailfrom=matthias.andree@tu-dortmund.de; dmarc=none Received: from mandree.no-ip.org (p54a03c23.dip0.t-ipconnect.de [84.160.60.35]) (authenticated bits=0) by unimail.uni-dortmund.de (8.17.1.9/8.17.1) with ESMTPSA id 31QC0KDM029574 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Sun, 26 Feb 2023 13:00:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tu-dortmund.de; s=unimail; t=1677412820; bh=2pkwOAkYXuKsMSA19CTzhEVbM2l16NHVdV+iuOaYYo4=; h=Date:Subject:To:References:From:In-Reply-To; b=IPeSn+9PqzQsLUbuyWz7N8tmV/ACpZyTFR+W5qjxjZseqVv6G0kvw0OR+G7agZFN5 vQC/tcbSRihtt2Zd7dh+mXqcFBrtd92rF/V2ycBAWIZLXkGl3XXOdEPcaYwi58EZq5 /eCVIk1dt2YaVfrD2Ru72oNEJZVDf7v9Q7+6JXi0= Received: from [127.0.0.1] (localhost [127.0.0.1]) by ryzen.an3e.de (Postfix) with ESMTP id 0D3A8CECCB6; Sun, 26 Feb 2023 13:00:20 +0100 (CET) Message-ID: <98e988fa-9c8b-abee-8357-1cacd7462014@tu-dortmund.de> Date: Sun, 26 Feb 2023 13:00:19 +0100 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: git: c8c2d4f22536 - main - lang/python3: allow using LTO on powerpc64 To: Piotr Kubaj , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202302241548.31OFmQ39049727@gitrepo.freebsd.org> Content-Language: en-US From: Matthias Andree In-Reply-To: <202302241548.31OFmQ39049727@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-5.30 / 15.00]; DWL_DNSWL_LOW(-1.00)[tu-dortmund.de:dkim]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; RCVD_IN_DNSWL_MED(-0.20)[129.217.128.51:from]; R_SPF_ALLOW(-0.20)[+ip4:129.217.128.0/24]; R_DKIM_ALLOW(-0.20)[tu-dortmund.de:s=unimail]; MIME_GOOD(-0.10)[text/plain]; RWL_MAILSPIKE_GOOD(-0.10)[129.217.128.51:from]; MLMMJ_DEST(0.00)[dev-commits-ports-main@FreeBSD.org,dev-commits-ports-all@FreeBSD.org]; MIME_TRACE(0.00)[0:+]; DKIM_TRACE(0.00)[tu-dortmund.de:+]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ASN(0.00)[asn:680, ipnet:129.217.0.0/16, country:DE]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; RCPT_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[tu-dortmund.de]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4PPhyw4Wkzz3H8M X-Spamd-Bar: ----- X-ThisMailContainsUnwantedMimeParts: N Am 24.02.23 um 16:48 schrieb Piotr Kubaj: > The branch main has been updated by pkubaj: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=c8c2d4f2253694802ef720f098c57800570ad2fc > > commit c8c2d4f2253694802ef720f098c57800570ad2fc > Author: Piotr Kubaj > AuthorDate: 2023-02-24 15:48:16 +0000 > Commit: Piotr Kubaj > CommitDate: 2023-02-24 15:48:16 +0000 > > lang/python3: allow using LTO on powerpc64 > > It was recently fixed and will be available in 13.2-RELEASE. > Since LTO is not enabled by default, it's ok to make it available. Careful. LTO causes EXCESSIVE memory use for the build. I've had to disable it for a low-memory server I operate (amd64 based, but that's the LTO feature itself, not the CPU).