Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2017 10:36:52 +0100
From:      Kurt Jaeger <lists@opsec.eu>
To:        ports@FreeBSD.org
Subject:   pkg database issue: database version 34 is newer than libpkg(3) version 33 ?
Message-ID:  <20170122093652.GM13006@home.opsec.eu>

next in thread | raw e-mail | index | archive | help
Hi!

# pkg delete pkg
pkg: warning: database version 34 is newer than libpkg(3) version 33, but still compatible
pkg: sqlite error while executing INSERT OR ROLLBACK INTO pkg_search(id, name, origin) VALUES (?1, ?2 || '-' || ?3, ?4); in file pkgdb.c:1544: no such table: pkg_search

I've tried to create the table pkg_search using sqlite3, but:

CREATE VIRTUAL TABLE pkg_search USING fts4(id, name, origin);
Error: vtable constructor failed: pkg_search

Any ideas on how to proceed ?

-- 
pi@opsec.eu            +49 171 3101372                         3 years to go !



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170122093652.GM13006>