From owner-svn-ports-head@freebsd.org Wed Dec 18 15:29:44 2019 Return-Path: Delivered-To: svn-ports-head@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 AE1841E14CF; Wed, 18 Dec 2019 15:29:44 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from mailgate.Leidinger.net (mailgate.leidinger.net [IPv6:2a00:1828:2000:313::1:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47dJpb2wXyz4hjS; Wed, 18 Dec 2019 15:29:43 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from outgoing.leidinger.net (p5B16587E.dip0.t-ipconnect.de [91.22.88.126]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (Client did not present a certificate) by mailgate.Leidinger.net (Postfix) with ESMTPSA id 795522BA3C; Wed, 18 Dec 2019 16:29:34 +0100 (CET) Received: from [10.8.242.239] (unknown [194.154.203.181]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: Alexander@Leidinger.net) by outgoing.leidinger.net (Postfix) with ESMTPSA id 99003F75F; Wed, 18 Dec 2019 16:29:31 +0100 (CET) From: Alexander Leidinger To: Thierry Thomas , Mathieu Arnold CC: "Christoph Moench-Tegeder" , Matthias Fechner , , Antoine Brodin , , , Date: Wed, 18 Dec 2019 16:29:29 +0100 Message-ID: <16f19a0d7a8.27fa.fa4b1493b064008fe79f0f905b8e5741@Leidinger.net> In-Reply-To: <20191217140341.GP56151@graf.pompo.net> References: <201912160629.xBG6T0r7056159@repo.freebsd.org> <30b9a6c7-1aca-cf56-d6d6-326bdba5206a@fechner.net> <20191216230040.GB57082@elch.exwg.net> <20191217090046.waol5gpzmicalo6r@atuin.in.mat.cc> <20191217140341.GP56151@graf.pompo.net> Subject: Re: svn commit: r520219 - in head/Mk: . Uses MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 47dJpb2wXyz4hjS X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.73 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[leidinger.net:s=outgoing-alex]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-3.73)[ip: (-9.83), ipnet: 2a00:1828::/32(-4.91), asn: 34240(-3.91), country: DE(-0.02)]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[leidinger.net:+]; DMARC_POLICY_ALLOW(-0.50)[Leidinger.net,quarantine]; RCPT_COUNT_SEVEN(0.00)[9]; RECEIVED_SPAMHAUS_PBL(0.00)[126.88.22.91.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:34240, ipnet:2a00:1828::/32, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2019 15:29:44 -0000 Hi, This is not enough, this does not take care about rebuilding of ports which depend upon py36-xxx but don't have py36 in their own name. After updating ports with py36 as prefix, some more need to be rebuild: portmaster $(pkg query -g "%n:%dn" '*' |grep py3|grep -v py37 |cut -d : -f 1 | sort -u) This is still not enough, gdk-pixbuf2 fails to build, somehow it still wants to use the not existing anymore python36 on the system where I encounter the issue. Bye, Alexander. -- Send from a mobile device, please forgive brevity and misspellings. Am 17. Dezember 2019 3:06:05 nachm. schrieb Thierry Thomas : > Le mar. 17 déc. 19 à 10:00:46 +0100, Mathieu Arnold > écrivait : > >> > In two weeks plus build time this will hit quarterly and with that >> > many more users who are "just using packages" - I'd imagine there >> > would be even more surprised (not in a good way) people. >> >> I ran this to prevent sillynesses: >> >> for i in $(pkg query -g %n 'py36*'); do pkg set -yn $i:${i/36/37}; done > > What about an entry in UPDATING with this trick? > -- > Th. Thomas.