pkg 1.1.4 create repo fail (pkgdb.c:1171)

I try to build pkg repo but fail
Code:
# pkg repo -q  ./
pkg: sqlite: cannot rollback - no transaction is active (pkgdb.c:1171)
cannot create repository catalogue

# pkg -v
1.1.4

How do I send this kind of report to the maintenance team?
 
See if removing the old files (digests.txz, packagesite.txz and repo.txz) helps.
 
Have you tried the absolute path instead of a relative one?

pkg repo /usr/ports/packages

Also try rebuilding ports-mgmt/pkg. If all else fails it's probably a good idea to submit a PR.
 
Back
Top