[Bug 292214] ports-mgmt/pkg sqlite error

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 10 Jan 2026 07:07:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292214

--- Comment #14 from John Hay <jhay@FreeBSD.org> ---
It looks like only 15.0 arm64 quarterly is broken and latest is fine.

Using a variation of topical's test in comment 3.

angel:/tmp > fetch -qo -
'http://pkg.freebsd.org/FreeBSD:15:aarch64/quarterly/data.pkg' | tar -xf - -O
data | jq -r '.packages[] | select(has("path") | not) | .name'
CuraEngine-debuginfo
angel:/tmp > fetch -qo -
'http://pkg.freebsd.org/FreeBSD:15:aarch64/latest/data.pkg' | tar -xf - -O data
| jq -r '.packages[] | select(has("path") | not) | .name'
angel:/tmp >

-- 
You are receiving this mail because:
You are the assignee for the bug.