Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#46898 - [liferea] doesn't start

Attached to Project: Arch Linux
Opened by Tom (Drakone) - Wednesday, 28 October 2015, 13:51 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 29 October 2015, 03:12 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hello, liferea not start.
Can you help me ?

[tom@ordinatom ~]$ liferea --debug-all
CONF : proxy auto detect is configured
CONF : Manual proxy settings are now NULL:0 NULL:NULL
NET : proxy set to http://(null):(null)@(null):0
DB : Opening DB file /home/tom/.local/share/liferea/liferea.db...
DB : executing SQL: PRAGMA journal_mode=WAL
DB : -> result: 0 (success)
DB : executing SQL: PRAGMA page_size=32768
DB : -> result: 0 (success)
DB : executing SQL: PRAGMA synchronous=NORMAL
DB : -> result: 0 (success)
DB : current DB schema version: 10
DB : No VACUUM as freelist count/page count ratio 0,64 <= 10
DB : executing SQL: CREATE TABLE items ( item_id INTEGER, parent_item_id INTEGER, node_id TEXT, parent_node_id TEXT, title TEXT, read INTEGER, updated INTEGER, popup INTEGER, marked INTEGER, source TEXT, source_id TEXT, valid_guid INTEGER, description TEXT, date INTEGER, comment_feed_id TEXT, comment INTEGER, PRIMARY KEY (item_id));
DB : -> result: 1 (table items already exists)
DB : executing SQL: CREATE INDEX items_idx ON items (source_id);
DB : -> result: 1 (index items_idx already exists)
DB : executing SQL: CREATE INDEX items_idx2 ON items (comment_feed_id);
DB : -> result: 1 (index items_idx2 already exists)
DB : executing SQL: CREATE INDEX items_idx3 ON items (node_id);
DB : -> result: 1 (index items_idx3 already exists)
DB : executing SQL: CREATE INDEX items_idx4 ON items (item_id);
DB : -> result: 1 (index items_idx4 already exists)
DB : executing SQL: CREATE INDEX items_idx5 ON items (parent_item_id);
DB : -> result: 1 (index items_idx5 already exists)
DB : executing SQL: CREATE INDEX items_idx6 ON items (parent_node_id);
DB : -> result: 1 (index items_idx6 already exists)
DB : executing SQL: CREATE TABLE metadata ( item_id INTEGER, nr INTEGER, key TEXT, value TEXT, PRIMARY KEY (item_id, nr));
DB : -> result: 1 (table metadata already exists)
DB : executing SQL: CREATE INDEX metadata_idx ON metadata (item_id);
DB : -> result: 1 (index metadata_idx already exists)
DB : executing SQL: CREATE TABLE subscription ( node_id STRING, source STRING, orig_source STRING, filter_cmd STRING, update_interval INTEGER, default_interval INTEGER, discontinued INTEGER, available INTEGER, PRIMARY KEY (node_id));
DB : -> result: 1 (table subscription already exists)
DB : executing SQL: CREATE TABLE subscription_metadata ( node_id STRING, nr INTEGER, key TEXT, value TEXT, PRIMARY KEY (node_id, nr));
DB : -> result: 1 (table subscription_metadata already exists)
DB : executing SQL: CREATE INDEX subscription_metadata_idx ON subscription_metadata (node_id);
DB : -> result: 1 (index subscription_metadata_idx already exists)
DB : executing SQL: CREATE TABLE node ( node_id STRING, parent_id STRING, title STRING, type INTEGER, expanded INTEGER, view_mode INTEGER, sort_column INTEGER, sort_reversed INTEGER, PRIMARY KEY (node_id));
DB : -> result: 1 (table node already exists)
DB : executing SQL: CREATE TABLE search_folder_items ( node_id STRING, parent_node_id STRING, item_id INTEGER, PRIMARY KEY (node_id, item_id));
DB : -> result: 1 (table search_folder_items already exists)
DB : executing SQL: DROP TRIGGER item_insert;
DB : -> result: 1 (no such trigger: item_insert)
DB : executing SQL: DROP TRIGGER item_update;
DB : -> result: 1 (no such trigger: item_update)
DB : executing SQL: DROP TRIGGER item_removal;
DB : -> result: 0 (success)
DB : executing SQL: DROP TRIGGER subscription_removal;
DB : -> result: 0 (success)
DB : Checking for items without a feed list node...

DB : executing SQL: DELETE FROM items WHERE comment = 0 AND node_id NOT IN (SELECT node_id FROM node);
DB : -> result: 0 (success)
DB : Checking for comments without parent item...

DB : executing SQL: BEGIN; CREATE TEMP TABLE tmp_id ( id ); INSERT INTO tmp_id SELECT item_id FROM items WHERE comment = 1 AND parent_item_id NOT IN (SELECT item_id FROM items WHERE comment = 0); DELETE FROM items WHERE item_id IN (SELECT id FROM tmp_id LIMIT 1000); DROP TABLE tmp_id;END;
DB : -> result: 0 (success)
DB : Checking for search folder items without a feed list node...

DB : executing SQL: DELETE FROM search_folder_items WHERE parent_node_id NOT IN (SELECT node_id FROM node);
DB : -> result: 0 (success)
DB : Checking for search folder items without a search folder...

DB : executing SQL: DELETE FROM search_folder_items WHERE node_id NOT IN (SELECT node_id FROM node);
DB : -> result: 0 (success)
DB : Checking for search folder with comments...

DB : executing SQL: DELETE FROM search_folder_items WHERE comment = 1;
DB : -> result: 1 (no such column: comment)
DB : Checking for subscription metadata without node...

DB : executing SQL: DELETE FROM subscription_metadata WHERE node_id NOT IN (SELECT node_id FROM node);
DB : -> result: 0 (success)
DB : DB cleanup finished. Continuing startup.
DB : executing SQL: CREATE TRIGGER item_removal DELETE ON items BEGIN DELETE FROM metadata WHERE item_id = old.item_id; DELETE FROM search_folder_items WHERE item_id = old.item_id; END;
DB : -> result: 0 (success)
DB : executing SQL: CREATE TRIGGER subscription_removal DELETE ON subscription BEGIN DELETE FROM node WHERE node_id = old.node_id; DELETE FROM subscription_metadata WHERE node_id = old.node_id; DELETE FROM search_folder_items WHERE parent_node_id = old.node_id; END;
DB : -> result: 0 (success)
PERF : = db_init took 0,003s
DB : = startup took 0,005s
Failed to register: Le délai d'attente est dépassé

[tom@ordinatom ~]$ uname -r
4.1.11-1-MANJARO

[tom@ordinatom ~]$ yaourt liferea
1 extra/liferea 1.10.16-1 [installed]
A desktop news aggregator for online news feeds and weblogs
2 aur/liferea-git v1.11.6.r0.g3443276-1 (1)
A news aggregator for GTK, git version.
3 aur/liferea-unstable 1.11.6-1 (41)
A desktop news aggregator for online news feeds and weblogs - Unstable
This task depends upon

Closed by  Eric Belanger (Snowman)
Thursday, 29 October 2015, 03:12 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Ask on the Manjaro forums/bug tracker. Works fine here.

Loading...