[MacPorts] #52850: Quassel with qt5 cannot find sqlite
MacPorts
noreply at macports.org
Thu Nov 10 16:23:15 CET 2016
#52850: Quassel with qt5 cannot find sqlite
--------------------------------+--------------------------------
Reporter: afenioux | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Keywords: quassel sqlite qt5 | Port: quassel
--------------------------------+--------------------------------
When installing Quassel from a fresh install, Quassel can't find the
sqlite backend even if depedencies look fine :
$/Applications/MacPorts/Quassel.app/Contents/MacOS/Quassel
("QSQLITE")
Storage Schema is missing!
Core is currently not configured! Please connect with a Quassel Client for
basic setup.
Storage Schema is missing!
unhandled Error in QSqlQuery!
last Query:
CREATE TABLE quasseluser (
userid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
username TEXT UNIQUE NOT NULL,
password TEXT NOT NULL,
hashversion INTEGER NOT NULL DEFAULT 0
)
executed Query:
bound Values:
Error Number: 11
Error Message: database disk image is malformed Unable to
execute statement
Driver Message: Unable to execute statement
DB Message: database disk image is malformed
Unable to setup Logging Backend!
FATAL: Selected storage backend is not available: "SQLite"
$ port installed | grep sql
qt5-sqlite-plugin @5.6.1_1 (active)
sqlite3 @3.15.1_0 (active)
--
Ticket URL: <https://trac.macports.org/ticket/52850>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list