From owner-freebsd-ports-bugs@freebsd.org Wed Dec 9 11:49:20 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC36A4791ED for ; Wed, 9 Dec 2020 11:49:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Crb1X4jx6z4nqP for ; Wed, 9 Dec 2020 11:49:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id A1E854791EC; Wed, 9 Dec 2020 11:49:20 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A1B194792C6 for ; Wed, 9 Dec 2020 11:49:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Crb1X47DFz4ndh for ; Wed, 9 Dec 2020 11:49:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 728E725C17 for ; Wed, 9 Dec 2020 11:49:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B9BnK0O048462 for ; Wed, 9 Dec 2020 11:49:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0B9BnKqK048461 for ports-bugs@FreeBSD.org; Wed, 9 Dec 2020 11:49:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 251699] deskutils/calibre: database error Date: Wed, 09 Dec 2020 11:49:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: matthias.pfaller@familie-pfaller.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: madpilot@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2020 11:49:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251699 Bug ID: 251699 Summary: deskutils/calibre: database error Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: madpilot@FreeBSD.org Reporter: matthias.pfaller@familie-pfaller.de Flags: maintainer-feedback?(madpilot@FreeBSD.org) Assignee: madpilot@FreeBSD.org After upgrading to 5.6.0 (thank's for the santa gift btw) calibre is no lon= ger able to read my library. When trying to repair I get the following error message: calibre, version 5.6.0 ERROR: Failed to repair library: Restoring database failed, click Show deta= ils to see details Traceback (most recent call last): File "/usr/local/lib/calibre/calibre/db/restore.py", line 125, in run self.create_cc_metadata() File "/usr/local/lib/calibre/calibre/db/restore.py", line 244, in create_cc_metadata db =3D Restorer(self.library_path) File "/usr/local/lib/calibre/calibre/db/restore.py", line 31, in __init__ backend =3D DB(library_path, default_prefs=3Ddefault_prefs, restore_all_prefs=3Drestore_all_prefs, progress_callback=3Dprogress_callbac= k) File "/usr/local/lib/calibre/calibre/db/backend.py", line 453, in __init__ SchemaUpgrade(self, self.library_path, self.field_metadata) File "/usr/local/lib/calibre/calibre/db/schema_upgrades.py", line 32, in __init__ meth() File "/usr/local/lib/calibre/calibre/db/schema_upgrades.py", line 53, in upgrade_version_1 ''') File "/usr/local/lib/calibre/calibre/db/backend.py", line 920, in execute return self.conn.cursor().execute(sql, bindings) File "src/statementcache.c", line 386, in sqlite3_prepare apsw.SQLError: SQLError: no such table: main.books When running calibre 5.6.0 on a windows machine using the same calibre libr= ary location everything is fine. regards, Matthias --=20 You are receiving this mail because: You are the assignee for the bug.=