pkg_add -u skipping mutt and python

2017-10-26 Thread Alex Holst
I'd appreciate any input on how several of my systems could have ended up with this pkg_add behaviour of not properly updating packages: # uname -a OpenBSD lamb.my.domain 6.2 GENERIC#132 amd64 # cat /etc/installurl

Re: pkg_add -u skipping mutt and python

2017-10-26 Thread Cág
This is because pkgpaths differ from previous versions for both of them. >From pkg_add(1): "To update packages in -u mode, pkg_add performs the following steps. [...] 4. Candidates are then matched according to their pkgpaths in order to weed out similar packages with distinct options." In additi

Re: pkg_add -u skipping mutt and python

2017-10-29 Thread Stuart Henderson
On 2017-10-26, Alex Holst wrote: > mutt is linked against two libc. To make matters worse, I am running > mutt 1.6.2 from 6.0, not 1.9.x from OpenBSD 6.2. Mutt isn't linked against two libc. Some of the libraries it use have been updated (pulling in new libc) but mutt itself hasn't been updated.