[Bug 269966] net/vnstat: no longer works after databases/sqlite3 disabled DQS
Date: Sun, 05 Mar 2023 03:18:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269966 --- Comment #3 from Joshua Kinard <freebsd@kumba.dev> --- Trying to use a ports-built copy of databases/sqlite3 with a ports-built copy of net/vnstat has an issue....somewhere. Regardless of the options I've selected in databases/sqlite3, after building it as a package and then installing it, the ports-built copy of net/vnstat refuses to use it. Instead, pkg will attempt to pull in sqlite3-tcl from official repos when I ask it to install the local copy I built. It looks like a known bug(s) with pkg's solver: https://github.com/freebsd/pkg/issues/2054 https://github.com/freebsd/pkg/issues/2075 I think the way I am triggering this is because I am using ports to build local packages, and although I do not have any additional repositories defined besides the official/default one, using pkg to install a *.pkg file from local path counts as another repo, so I'm triggering those above issues. Can someone maybe look at re-enabling DQS in sqlite until pkg's solver bug(s) are fully worked out? For now, I am going to try and find a way to downgrade sqlite back to 3.40 and then lock it in place so I can get a working vnstat program back on all of my systems. -- You are receiving this mail because: You are the assignee for the bug.