Baptiste Daroussin

Results 143 comments of Baptiste Daroussin

what does pkg check -d gives you?

pkg does not know about build-depends, so something installed or to be installed is asking for those

Can you host somewhere the output of pkg -o DEBUG_LEVEL=4 upgrade -n (be careful it will be verbose)

and again pkg does not know at all about build only dependencies

if my quick reading is true, you have sqlite3-tcl installed on your system am I wrong?

can you host somewhere /var/db/pkg/local.sqlite

ok I figured out the bug! thank you, won't be easy to fix: in the official repositories libsqlite3.so.0 is provided by both sqlite3 and sqlite3-tcl so when pkg lookup for...

same issue yes with the other sqlite flavor sqlite-icu

I confirm the bug and I am perfecly aware of it, just haven't had time yet to dive into it

pkg add is a remnant from the pkg_* tools time, it is still used by the freebsd repo, pkg-install(8) covers 99% of the functionnality of pkg-add, but the one where...