Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2019 16:29:29 +0100
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Thierry Thomas <thierry@freebsd.org>, Mathieu Arnold <mat@freebsd.org>
Cc:        "Christoph Moench-Tegeder" <cmt@burggraben.net>, Matthias Fechner <idefix@fechner.net>, <bapt@freebsd.org>, Antoine Brodin <antoine@freebsd.org>, <ports-committers@freebsd.org>, <svn-ports-all@freebsd.org>, <svn-ports-head@freebsd.org>
Subject:   Re: svn commit: r520219 - in head/Mk: . Uses
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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 
<thierry@freebsd.org>:

> Le mar. 17 déc. 19 à 10:00:46 +0100, Mathieu Arnold <mat@FreeBSD.org>
> é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.






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16f19a0d7a8.27fa.fa4b1493b064008fe79f0f905b8e5741>