M makeissue Oct 2, 2013 #1 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?
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?
OP M makeissue Oct 2, 2013 Thread Starter #2 And my FreeBSD version is: Code: # uname -spr FreeBSD 8.4-RELEASE-p4 i386
SirDice Administrator Staff member Administrator Moderator Oct 2, 2013 #3 See if removing the old files (digests.txz, packagesite.txz and repo.txz) helps.
SirDice Administrator Staff member Administrator Moderator Oct 2, 2013 #5 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.
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.