Re: can't install some packages on -current

2020-08-12 Thread Stefan Hagen
Sonic wrote: > Fresh install of -current and I'm getting these errors when running pkg_add: > > library pcap.8.4 not found > /usr/lib/libpcap.so.9.0 (system): bad major > library c++.4.0 not found > /usr/lib/libc++.so.5.0 (system): bad major > library c++abi.2.1 not found > /usr/lib/libc++abi.s

Re: can't install some packages on -current

2020-08-05 Thread Stuart Henderson
On 2020-08-04, Sonic wrote: > Is there a workaround? Is it a matter of timing - waiting for the > packages to be built around the newer libraries? Or were the older > library versions left off mistakenly? scp the old libraries, or wait for new packages that don't need them. This usually happens a

Re: can't install some packages on -current

2020-08-04 Thread oolon
Update the installed packages first pkg_add -Uu Sent from ProtonMail Mobile On Tue, Aug 4, 2020 at 13:00, Sonic wrote: > Fresh install of -current and I'm getting these errors when running pkg_add: > > library pcap.8.4 not found > /usr/lib/libpcap.so.9.0 (system): bad major > library c++.4.0 no

Re: can't install some packages on -current

2020-08-04 Thread Brian Brombacher
> On Aug 4, 2020, at 4:33 PM, Sonic wrote: > > On Tue, Aug 4, 2020 at 4:24 PM wrote: >> Update the installed packages first pkg_add -Uu > > It's a fresh install based on -current just downloaded. First attempt > at installing packages, so no packages to upgrade. > Just wait for new packag

Re: can't install some packages on -current

2020-08-04 Thread Sonic
On Tue, Aug 4, 2020 at 4:24 PM wrote: > Update the installed packages first pkg_add -Uu It's a fresh install based on -current just downloaded. First attempt at installing packages, so no packages to upgrade.

Re: can't install some packages on -current

2020-08-04 Thread Theo de Raadt
Sonic wrote: > Is there a workaround? Is it a matter of timing - waiting for the > packages to be built around the newer libraries? Or were the older > library versions left off mistakenly? you must be this tall to use -current and snapshots, becuase they are a moving target if you are too shor

Re: can't install some packages on -current

2020-08-04 Thread Sonic
Is there a workaround? Is it a matter of timing - waiting for the packages to be built around the newer libraries? Or were the older library versions left off mistakenly? On Tue, Aug 4, 2020 at 4:20 PM Theo de Raadt wrote: > > this is openbsd-current. things change. get used to it, or stick to

Re: can't install some packages on -current

2020-08-04 Thread Theo de Raadt
this is openbsd-current. things change. get used to it, or stick to releases. Sonic wrote: > On a slightly older install I have the missing libraries (and the newer ones): > /usr/lib/libc++.so.4.0 > /usr/lib/libc++.so.5.0 > /usr/lib/libc++abi.so.2.1 > /usr/lib/libc++abi.so.3.0 > /usr/lib/libpc

Re: can't install some packages on -current

2020-08-04 Thread Sonic
On a slightly older install I have the missing libraries (and the newer ones): /usr/lib/libc++.so.4.0 /usr/lib/libc++.so.5.0 /usr/lib/libc++abi.so.2.1 /usr/lib/libc++abi.so.3.0 /usr/lib/libpcap.so.8.4 /usr/lib/libpcap.so.9.0 On this most recent install only the newer libraries exist: /usr/lib/libc

can't install some packages on -current

2020-08-04 Thread Sonic
Fresh install of -current and I'm getting these errors when running pkg_add: library pcap.8.4 not found /usr/lib/libpcap.so.9.0 (system): bad major library c++.4.0 not found /usr/lib/libc++.so.5.0 (system): bad major library c++abi.2.1 not found /usr/lib/libc++abi.so.3.0 (system): bad major Op