Summary: | [New port] emulators/mupen64plus-qt: Basic launcher for Mupen64Plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dan <maintainer> | ||||||||
Component: | Individual Port(s) | Assignee: | Richard Gallamore <ultima> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | lme, rakuco, ultima | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Dan
2015-10-08 17:15:02 UTC
Hi Dan, Please run `portlint -AC' on your port; there are a few spacing issues you need to fix. Created attachment 168298 [details]
mupen64plus-qt.shar
The Port looks good, the only issue I see is missing corelibs for qt. After trying to run it for the first time, I received this error: Could not connect to sqlite database. Application may misbehave. This is the console output: QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlQuery::exec: database not open QSqlQuery::value: not positioned on a valid record QSqlQuery::exec: database not open QSqlQuery::exec: database not open QSqlQuery::exec: database not open QSqlQuery::exec: database not open If this is a configuration issue, can you please add a pkg-message containing a simple how-to setup? Thanks! (In reply to Richard Gallamore from comment #3) > After trying to run it for the first time, I received this error: > Could not connect to sqlite database. Application may misbehave. > > This is the console output: > QSqlDatabase: QSQLITE driver not loaded > QSqlDatabase: available drivers: > QSqlQuery::exec: database not open > QSqlQuery::value: not positioned on a valid record > QSqlQuery::exec: database not open > QSqlQuery::exec: database not open > QSqlQuery::exec: database not open > QSqlQuery::exec: database not open That usually means the port's missing a runtime dependency on databases/qt4-sqlite3-plugin (or similar). Created attachment 183486 [details]
mupen64plus-qt.shar
Thanks. I've fixed the sqlite warnings by adding sql-sqlite3_run to use_qt4.
Also updated this to version 1.10.
A commit references this bug: Author: ultima Date: Fri Jun 16 04:11:43 UTC 2017 New revision: 443667 URL: https://svnweb.freebsd.org/changeset/ports/443667 Log: * Add mupen64plus-qt 1.10, basic launcher for Mupen64Plus. Mupen64Plus-Qt is a basic launcher for the mupen64plus-ui-console frontend. It was adapted from CEN64-Qt to work with Mupen64Plus. See the README at https://www.github.com/dh4/mupen64plus-qt for a detailed description of its features and usage. WWW: https://www.github.com/dh4/mupen64plus-qt PR: 203642 Sumitted by: Dan <dan465@mail.com> (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11198 Changes: head/emulators/Makefile head/emulators/mupen64plus-qt/ head/emulators/mupen64plus-qt/Makefile head/emulators/mupen64plus-qt/distinfo head/emulators/mupen64plus-qt/pkg-descr Committed, thanks! |