Description
Mason James
2022-01-14 06:43:41 UTC
Created attachment 129461 [details] [review] Bug 29881: libdbd-sqlite2-perl is unavailable on deb12 (koha-common wont install) to test... - attempt to install koha-common pkg on deb12 confirm error... The following packages have unmet dependencies: koha-common : Depends: libdbd-sqlite2-perl but it is not installable - apply patch, rebuild new package - install new koha-common pkg on deb12 successfully What is it used for? Test::DBIx::Class? (In reply to Tomás Cohen Arazi from comment #2) > What is it used for? Test::DBIx::Class? i think its only used for the ./misc/cronjobs/create_koc_db.pl file, see BZ-4269 create_koc_db.pl can use both sqlite2 and sqlite3, so no upgrade problem to deb12 Created attachment 129591 [details] [review] Bug 29881: libdbd-sqlite2-perl is unavailable on deb12 (koha-common wont install) to test... - attempt to install koha-common pkg on deb12 confirm error... The following packages have unmet dependencies: koha-common : Depends: libdbd-sqlite2-perl but it is not installable - apply patch, rebuild new package - install new koha-common pkg on deb12 successfully Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> bump severity to fix ktd/jenkins Created attachment 130209 [details] [review] Bug 29881: libdbd-sqlite2-perl is unavailable on deb12 (koha-common wont install) to test... - attempt to install koha-common pkg on deb12 confirm error... The following packages have unmet dependencies: koha-common : Depends: libdbd-sqlite2-perl but it is not installable - apply patch, rebuild new package - install new koha-common pkg on deb12 successfully Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to master for 22.05, thanks to everybody involved [U+1F984] (In reply to Fridolin Somers from comment #7) > Pushed to master for 22.05, thanks to everybody involved [U+1F984] thanks, can we push this to all branches to 19.11 please Pushed to 21.11.x for 21.11.03 Pushed to 21.05.x for 21.05.11 Backported: Pushed to 20.11.x branch for 20.11.16 Created attachment 131216 [details] [review] Bug 29881: Remove SQLite2 dependency (follow up) small follow up patch :) Comment on attachment 131216 [details] [review] Bug 29881: Remove SQLite2 dependency (follow up) will move this patch to a new bug resolving again Backported to 19.11.x hi RMaints i think we should revert this patch on stable (and lower), just to be safe i don't think this patch has caused a problem in production systems, as libdbd-sqlite2-perl package is preferred over libdbd-sqlite3-perl - so no accidental upgrade to libdbd-sqlite3-perl will happen the patch is safe to leave for the future 22.05 release :) hmm, false alarm.. no need to revert i did a bit more of a look, and everything seems ok :) |