[Bug 292214] ports-mgmt/pkg sqlite error
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292214] ports-mgmt/pkg sqlite error"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Jan 2026 14:04:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292214
topical <topical@gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |topical@gmx.net
--- Comment #3 from topical <topical@gmx.net> ---
This error occurs only on FreeBSD 15 quarterly.
It seems to have been introduced within the last 18 hours - yesterday
everything was fine yesterday evening and now I have this problem on all my
servers.
Bug is reported under https://github.com/freebsd/pkg/issues/2575 but it's not a
problem of the pkg binary but the package builder/infrastructure.
Doing
$ curl -sLo - https://pkg.freebsd.org/FreeBSD:14:amd64/latest/data.tzst \
| tar xzf - -O data \
| tee /tmp/pkg-data.json \
| jq -r '.packages[] | select(has("path") | not) | .name'
returns
CuraEngine-debuginfo
Effectively, I cannot install or update any package right now.
--
You are receiving this mail because:
You are the assignee for the bug.