[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: 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.