Opened 8 years ago

Last modified 8 years ago

#52850 closed defect

Quassel with qt5 cannot find sqlite — at Version 1

Reported by: afenioux (Arnaud Fenioux) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: quassel

Description (last modified by raimue (Rainer Müller))

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)

Change History (1)

comment:1 Changed 8 years ago by raimue (Rainer Müller)

Description: modified (diff)
Keywords: quassel sqlite qt5 removed

Remember to use WikiFormatting. The keywords are documented in TicketsKeywordGuidelines.

Note: See TracTickets for help on using tickets.