Same for me, I can't reproduce the issue either (I just upgraded).
Edward, what are the contents of /etc/installurl for you? If you're
using a CDN or a mirror with issues, that's probably your problem right
there. My advice is the following, in this order:

1) `pkg_add -u` if you haven't already. You should be doing this at
   least every time you upgrade to a new snapshot. Personally, I do it
   every single time I log in.
2) Switch mirrors by editing /etc/installurl and repeat step one.
3) `pkg_add -u -D installed` on the new mirror
4) `pkg_info -mz > file`, `pkg_delete -X`, `pkg_add -l file`.
   Do this one outside of an X session, perhaps even in single user mode
   so you know for sure that you're not removing a package as a daemon
   is running or anything along those lines.

It looks like you had a thread in the past about a similar enough issue
that I'm guessing the root cause is probably also similar.
https://marc.info/?l=openbsd-ports&m=167694546914669&w=2

$ sysctl -n kern.version
OpenBSD 7.3-current (GENERIC.MP) #1258: Thu Jun 22 23:53:27 MDT 2023
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

$ pkg_info -S keepassxc
Information for inst:keepassxc-2.7.5

Signature: 
keepassxc-2.7.5,10,@argon2-20190702,@botan2-2.19.3,@desktop-file-utils-0.26,@gtk4-update-icon-cache-4.10.4,@libqrencode-4.1.1,@minizip-4.0.0,@qtbase-5.15.10,@qtsvg-5.15.10,@qtx11extras-5.15.10,@shared-mime-info-2.2,Qt5Concurrent.4.0,Qt5Core.4.0,Qt5DBus.3.0,Qt5Gui.3.0,Qt5Network.4.0,Qt5Svg.3.0,Qt5Widgets.4.0,Qt5X11Extras.3.0,X11.18.0,Xtst.11.0,argon2.0.0,botan-2.17.0,c++.9.0,c++abi.6.0,c.97.0,m.10.1,minizip.2.0,pthread.27.0,qrencode.2.1,readline.4.0,z.7.0


On Thu, 22 Jun 2023 14:48 +0200, Solene Rapenne wrote:
> Le Thu, 22 Jun 2023 05:53:55 -0500,
> Edward Ahlsen-Girard <e...@edgirard.com> a écrit :
> 
> > On Wed, 21 Jun 2023 10:32:52 -0600
> > Ashlen <d...@anthes.is> wrote:
> > 
> > > 1) Port-related mails should go to ports@, so I'm CC'ing ports@ and
> > > dropping misc@. If it becomes clear it's an issue with the port
> > > itself (but I don't think it is), we can CC the maintainer later.
> > > 
> > > 2) Can you please open that core file with gdb and provide the
> > > backtrace? Should be as simple as:
> > > 
> > > # pkg_add gdb
> > > $ egdb -q keepassxc keepassxc.core
> > > (gdb) bt
> > > 
> > > Right now I'm on the snapshot from June 14th with keepassxc 2.7.5
> > > and mine works. If it's an issue related to snapshots, we can at
> > > least narrow it down to between those two.
> > > 
> > > On Wed, 21 Jun 2023 06:46 -0500, Edward Ahlsen-Girard wrote:
> > >  [...]    
> > 
> > Installed 21 June snapshot; results below.
> > 
> 
> works fine for me, are you using a flavor of keepassxc?
> 
> $ sysctl kern.version
> kern.version=OpenBSD 7.3-current (GENERIC.MP) #1255: Wed Jun 21
> 20:41:16 MDT 2023
> dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> 
> $ pkg_info -S keepassxc
> Information for inst:keepassxc-2.7.5
> 
> Signature:
> keepassxc-2.7.5,10,@argon2-20190702,@botan2-2.19.3,@desktop-file-utils-0.26,@gtk4-update-icon-cache-4.10.4,@libqrencode-4.1.1,@minizip-4.0.0,@qtbase-5.15.10,@qtsvg-5.15.10,@qtx11extras-5.15.10,@shared-mime-info-2.2,Qt5Concurrent.4.0,Qt5Core.4.0,Qt5DBus.3.0,Qt5Gui.3.0,Qt5Network.4.0,Qt5Svg.3.0,Qt5Widgets.4.0,Qt5X11Extras.3.0,X11.18.0,Xtst.11.0,argon2.0.0,botan-2.17.0,c++.9.0,c++abi.6.0,c.97.0,m.10.1,minizip.2.0,pthread.27.0,qrencode.2.1,readline.4.0,z.7.0

Reply via email to