View Single Post
  #1   (View Single Post)  
Old 3rd December 2022
talos4 talos4 is offline
Real Name: morty mcfly
Port Guard
 
Join Date: Sep 2022
Location: stuck on earth, in the timeline of Yesterday's Enterprise
Posts: 10
Default pkg_add fails b/c it can't find a dependency

Hi, all.

What does "minor is tool small" mean? And why doesn't pkg_add not notice the existing sqlite3 ?

Quote:

# pkg_add racket-minimal
pkg_add racket-minimal
quirks-6.42 signed on 2022-12-02T20:18:53Z
Can't install racket-minimal-8.6p4 because of libraries
|library sqlite3.37.20 not found
| /usr/local/lib/libsqlite3.so.37.15 (sqlite3-3.38.3): minor is too small
Direct dependencies for racket-minimal-8.4p0->8.6p4 resolve to ossp-uuid-1.6.2p6 lz4-1.9.4 libiconv-1.17 mpfr-4.1.0 libffi-3.4.2 sqlite3-3.38.3
Full dependency tree is mpfr-4.1.0 sqlite3-3.38.3 ossp-uuid-1.6.2p6 libiconv-1.17 libffi-3.4.2 lz4-1.9.4 gmp-6.2.1p0
Couldn't find updates for racket-minimal-8.4p0
Couldn't install racket-minimal-8.6p4

# sqlite3 --version
sqlite3 --version
3.38.3 2022-04-27 12:03:15 9547e2c38a1c6f751a77d4d796894dec4dc5d8f5d79b1cd39e 1ffc50df7b3be4

# uname -a
uname -a
OpenBSD myhost 7.2 GENERIC.MP#2 amd64
Sorry if I've failed to provide more info or posted this in the wrong forum. This is the very first time I'm requesting support somewhere regarding an OS.
Reply With Quote