[Bug 277281] net/rssguard: crashes on startup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 13:03:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277281 Bug ID: 277281 Summary: net/rssguard: crashes on startup Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: danfe@FreeBSD.org Reporter: spry.wheel2566@fastmail.com Flags: maintainer-feedback?(danfe@FreeBSD.org) Assignee: danfe@FreeBSD.org I think the port has a missing dependency. After doing an install of the rssguard package, ie. pkg install rssguard, when trying to run it, it crashes with: ``` $ rssguard time=" 0.000" type="debug" -> core: Starting RSS Guard 4.6.3. time=" 0.000" type="debug" -> core: Current UTC date/time is 2024-02-24T12:38:38Z. amdgpu: os_same_file_description couldn't determine if two DRM fds reference the same file description. If they do, bad things may happen! time=" 0.131" type="debug" -> core: Initializing settings in '/home/cb/.config/RSS Guard 4/config/config.ini' (non-portable way). time=" 0.131" type="debug" -> core: Starting to load active localization. Desired localization is 'C'. time=" 0.131" type="warning" -> core: Application localization 'C' was not loaded. Loading 'en_US' instead. time=" 0.132" type="warning" -> core: Qt localization 'en_US' WAS NOT loaded successfully. time=" 0.177" type="warning" -> QSqlDatabase: QSQLITE driver not loaded time=" 0.177" type="warning" -> QSqlDatabase: available drivers: time=" 0.178" type="fatal" -> SQLite database was NOT opened. Delivered error message: 'Driver not loaded Driver not loaded' Abort trap (core dumped) ``` I was able to solve this by installing the qt5-sqldrivers-sqlite3 package -- You are receiving this mail because: You are the assignee for the bug.