[Bug 292332] ports-mgmt/pkg sqlite error on ARM64

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 16 Jan 2026 08:26:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292332

Dimitri Kaparis <dimitri@kaparis.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dimitri@kaparis.name

--- Comment #9 from Dimitri Kaparis <dimitri@kaparis.name> ---
(In reply to Graham Perrin from comment #8)

not for me on quarterly

```
root@xxxx:~ # freebsd-version ; uname -a 
13.5-RELEASE-p8
FreeBSD xxxx 13.5-RELEASE-p6 FreeBSD 13.5-RELEASE-p6 GENERIC arm64
root@xxxx:~ # pkg repositories
FreeBSD: { 
    url             :
"pkg+http://pkg.FreeBSD.org/FreeBSD:13:aarch64/quarterly",
    enabled         : yes,
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINTS",
    fingerprints    : "/usr/share/keys/pkg"
  }
root@xxxx:~ # pkg update -f
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100%    179 B   0.2kB/s    00:01    
Fetching data.pkg: 100%   10 MiB   2.6MB/s    00:04
Processing entries:  99%
pkg: sqlite error while executing grmbl in file update.c:154: NOT NULL
constraint failed: packages.path
pkg: sqlite error while executing grmbl in file update.c:154: NOT NULL
constraint failed: packages.path
pkg: sqlite error while executing INSERT OR REPLACE INTO packages (origin,
name, version, comment, desc, arch, maintainer, www, prefix, pkgsize, flatsize,
licenselogic, cksum, path, manifestdigest, olddigest, vital)VALUES (?1, ?2, ?3,
?4, ?5, ?6, ?7, ?8, ?9, ?10, ?11, ?12, ?13, ?14, ?15, ?16, ?17) in file
update.c:158: not an error
Processing entries:  99%
Unable to update repository FreeBSD
Error updating repositories!
```

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