[Bug 40663] New: Package GD::Barcode::QRcode@2.01
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Bug ID: 40663 Summary: Package GD::Barcode::QRcode@2.01 Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org On Ubuntu 24.04, the shipped version of the library is v2.00. Debian 12 has v0.01. The feature it self works fine on either, but v2.00 introduced a warning that is making our test suite to fail [1]. On version v2.01 the author fixed the warning [2] To reproduce: 1. Start an Ubuntu 24.04 KTD: $ KOHA_IMAGE=main-noble ktd --name noble up -d 2. Run: $ ktd --name noble --shell k$ pmvers GD::Barcode::QRcode => 2.00 3. Run: k$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t => FAIL: Tests fail! 4. Run: k$ sudo cpanm -i GD::Barcode::QRcode@2.01 5. Repeat 3 => SUCCESS: Tests pass! 6. Exit the 24.04 KTD and stop it: k$ exit $ ktd --name noble down 7. Start a Debian 12 KTD: $ KOHA_IMAGE=main-bookworm ktd --name bookworm up -d 8. Run: $ ktd --name bookworm --shell k$ pmvers GD::Barcode::QRcode => 0.01 9. Run: k$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t => SUCCESS: Tests pass! 10. Run: k$ sudo cpanm -i GD::Barcode::QRcode@2.01 11. Repeat 9 => SUCCESS: Tests still pass! [1] https://jenkins.koha-community.org/job/Koha_Main_U24/lastCompletedBuild/cons... [2] https://github.com/mbeijen/GD-Barcode/commit/85e7911e65bf1c4746d9ce2e743580b... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com, | |tomascohen@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #1 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- I would like to add that Debian Trixie also ships the 'faulty' v2.00. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #2 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 185513 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185513&action=edit Bug 40663: Update GD::Barcode::QRcode to v2.01 1. Start an Ubuntu 24.04 KTD: $ KOHA_IMAGE=main-noble ktd --name noble up -d 2. Run: $ ktd --name noble --shell k$ pmvers GD::Barcode::QRcode => 2.00 3. Run: k$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t => FAIL: Tests fail! 4. Run: k$ sudo cpanm -i GD::Barcode::QRcode@2.01 5. Repeat 3 => SUCCESS: Tests pass! 6. Exit the 24.04 KTD and stop it: k$ exit $ ktd --name noble down 7. Start a Debian 12 KTD: $ KOHA_IMAGE=main-bookworm ktd --name bookworm up -d 8. Run: $ ktd --name bookworm --shell k$ pmvers GD::Barcode::QRcode => 0.01 9. Run: k$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t => SUCCESS: Tests pass! 10. Run: k$ sudo cpanm -i GD::Barcode::QRcode@2.01 11. Repeat 9 => SUCCESS: Tests still pass! Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |mtj@kohaaloha.com |y.org | Assignee|koha-bugs@lists.koha-commun |tomascohen@gmail.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- I had a go at testing, but something is stopping ktd starting up for me when using main-noble (everything is up-to-date, I also removed all images and started fresh, as well as re-cloning Koha). "Normal" Koha starts fine and is working as expected. This is what a get in the startup script where Koha exits: .... koha-1 | Install Koha-how-to koha-1 | [cypress] Make the pre-built cypress available to the instance user [HACK] koha-1 | [*] Created cache dir /var/lib/koha/kohadev/.cache/ koha-1 | [*] Chowning /var/lib/koha/kohadev/.cache/ koha-1 | [*] Cypress dir linked to /var/lib/koha/kohadev/.cache/ koha-1 | [koha-l10n] Handling koha-l10n as requested koha-1 | [*] Cloning koha-l10n into misc/translator/po koha-1 | fatal: could not create work tree dir '/kohadevbox/koha/misc/translator/po': Permission denied koha-1 | [API logging] Set TRACE to API log4perl config koha-1 | [*] TRACE set for the API log4perl configuration koha-1 | [git] Setting up Git on the instance user koha-1 | [*] Generating /var/lib/koha/kohadev/.gitconfig koha-1 | [*] General setup koha-1 | error: could not lock config file .git/config: Permission denied koha-1 | error: could not lock config file .git/config: Permission denied koha-1 | [*] Installing and setting hooks (/kohadevbox/koha) koha-1 | mkdir: cannot create directory ‘/kohadevbox/koha/.git/hooks/ktd’: Permission denied koha-1 | cp: target '/kohadevbox/koha/.git/hooks/ktd': No such file or directory koha-1 | error: could not lock config file .git/config: Permission denied koha-1 exited with code 255 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |no-sandbox -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185513|0 |1 is obsolete| | --- Comment #4 from Mason James <mtj@kohaaloha.com> --- Created attachment 185999 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185999&action=edit Bug 40663: Update GD::Barcode::QRcode to v2.01 1. Start an Ubuntu 24.04 KTD: $ KOHA_IMAGE=main-noble ktd --name noble up -d 2. Run: $ ktd --name noble --shell k$ pmvers GD::Barcode::QRcode => 2.00 3. Run: k$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t => FAIL: Tests fail! 4. Run: k$ sudo cpanm -i GD::Barcode::QRcode@2.01 5. Repeat 3 => SUCCESS: Tests pass! 6. Exit the 24.04 KTD and stop it: k$ exit $ ktd --name noble down 7. Start a Debian 12 KTD: $ KOHA_IMAGE=main-bookworm ktd --name bookworm up -d 8. Run: $ ktd --name bookworm --shell k$ pmvers GD::Barcode::QRcode => 0.01 9. Run: k$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t => SUCCESS: Tests pass! 10. Run: k$ sudo cpanm -i GD::Barcode::QRcode@2.01 11. Repeat 9 => SUCCESS: Tests still pass! Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: mason james <mtj@kohaaloha.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #5 from Mason James <mtj@kohaaloha.com> --- i've added libgd-barcode-perl (2.01-1) to the koha-staging apt repo, for testing https://packages.debian.org/forky/libgd-barcode-perl once jenkins is passing, we can add to koha prod apt repo kohadev-koha@kohadevbox:koha(main)$ apt policy libgd-barcode-perl libgd-barcode-perl: Installed: 2.01-1 Candidate: 2.01-1 Version table: *** 2.01-1 500 500 http://debian.koha-community.org/koha-staging dev/main amd64 Packages 100 /var/lib/dpkg/status 1.15-8 500 500 http://deb.debian.org/debian bookworm/main amd64 Packages kohadev-koha@kohadevbox:koha(main)$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t t/db_dependent/Koha/Auth/TwoFactorAuth.t .. ok All tests successful. Files=1, Tests=4, 3 wallclock secs ( 0.01 usr 0.02 sys + 2.02 cusr 0.72 csys = 2.77 CPU) Result: PASS -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #6 from Mason James <mtj@kohaaloha.com> --- kohadev-koha@kohadevbox:koha(main)$ pmvers GD::Barcode::QRcode 2.01 kohadev-koha@kohadevbox:koha(main)$ pmpath GD::Barcode::QRcode /usr/share/perl5/GD/Barcode/QRcode.pm many thanks Tomás! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=40490 CC| |jonathan.druart@gmail.com --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- This should revert bug 40490. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |RM_priority -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #8 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #7)
This should revert bug 40490.
If you want to fail Qa, please change status too. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #9 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 186138 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186138&action=edit Bug 40663: Revert "Bug 40490: Remove warnings from GD::Barcode::QRcode - U24" This reverts commit fd6ceb6b244bf65d8cf0c1144a9a903490fdaadf. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Alla Santosh Pavan Kumar <santoshpavan.666@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |santoshpavan.666@gmail.com --- Comment #10 from Alla Santosh Pavan Kumar <santoshpavan.666@gmail.com> --- Comment on attachment 186138 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186138 Bug 40663: Revert "Bug 40490: Remove warnings from GD::Barcode::QRcode - U24" Based on the Git diff you provided, here's a summary of the changes and what they do. ### Summary The commit `fd6ceb6b244bf65d8cf0c1144a9a903490fdaadf` introduced a bug related to QR barcodes, and the provided patch **reverts** those changes. This specific change removes a block of code that was added to a Perl test file, `t/db_dependent/api/v1/two_factor_auth.t`. This code was a workaround for a known bug in the `GD::Barcode::QRcode` module. The bug caused a specific warning to be thrown during the QR code generation process. ### Breakdown of the Changes The diff shows that two identical blocks of code were removed from the test file. Each block did the following: * `local $SIG{__WARN__} = sub { };`: This line temporarily overrides the default warning handler in Perl. It sets the handler to an empty subroutine, which effectively **silences all warnings** for the duration of the code block. * `my $dup_err; local *STDERR; open STDERR, ">>", \$dup_err;`: This redirects the standard error output (`STDERR`) to a local variable named `$dup_err`. * `$t->request_ok($tx)->status_is(201);`: This line is the actual test assertion. It sends a request to the API and checks if the response is successful (`HTTP 201 Created`). * `close STDERR;`: This closes the redirected standard error output, restoring it to the default. By reverting these changes, the code is restored to its original state, which simply performs the API request and asserts the status code without trying to handle or suppress the warning. In essence, the reversion removes a temporary fix that was likely causing more problems or was no longer necessary, possibly due to a fix in the underlying `GD::Barcode` module itself. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185999|0 |1 is obsolete| | Attachment #186138|0 |1 is obsolete| | --- Comment #11 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 186241 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186241&action=edit Bug 40663: Update GD::Barcode::QRcode to v2.01 1. Start an Ubuntu 24.04 KTD: $ KOHA_IMAGE=main-noble ktd --name noble up -d 2. Run: $ ktd --name noble --shell k$ pmvers GD::Barcode::QRcode => 2.00 3. Run: k$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t => FAIL: Tests fail! 4. Run: k$ sudo cpanm -i GD::Barcode::QRcode@2.01 5. Repeat 3 => SUCCESS: Tests pass! 6. Exit the 24.04 KTD and stop it: k$ exit $ ktd --name noble down 7. Start a Debian 12 KTD: $ KOHA_IMAGE=main-bookworm ktd --name bookworm up -d 8. Run: $ ktd --name bookworm --shell k$ pmvers GD::Barcode::QRcode => 0.01 9. Run: k$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t => SUCCESS: Tests pass! 10. Run: k$ sudo cpanm -i GD::Barcode::QRcode@2.01 11. Repeat 9 => SUCCESS: Tests still pass! Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: mason james <mtj@kohaaloha.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #12 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 186242 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186242&action=edit Bug 40663: Revert "Bug 40490: Remove warnings from GD::Barcode::QRcode - U24" This reverts commit fd6ceb6b244bf65d8cf0c1144a9a903490fdaadf. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #13 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- With Mason's blessing on the packaging side and Jonathan's follow-up for completeness, this is PQA. Thanks Jonathan and Mason! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |25.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #14 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 25.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #15 from David Cook <dcook@prosentient.com.au> --- Just noticed that Debian 12 has v0.01. This is an interesting journey. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Michael Kogan <michael.kogan@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael.kogan@gmx.net --- Comment #16 from Michael Kogan <michael.kogan@gmx.net> --- Hi guys, I am a new (potential) user trying to install Koha and stuck by this issue in Lubuntu 24.04. Is it expected that GD::Barcode::QRcode 2.01 will be added to the Koha PPA for 24.04 at some point or is my only option to install it from CPAN? Thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Ray Delahunty <raymund.delahunty@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |raymund.delahunty@outlook.c | |om -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 thomas.klockenkaemper@asklepioscampushamburg.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thomas.klockenkaemper@askle | |pioscampushamburg.de --- Comment #17 from thomas.klockenkaemper@asklepioscampushamburg.de --- Hi Michael, you could manually download the v2.01 deb-package from here:https://launchpad.net/ubuntu/questing/+package/libgd-barcode-perl and install it via sudo dpkg -i *.deb. v2.01 seems to be included in the Ubuntu 25.x repositorys. I have just setup koha with this workaround. There is no need to compile the latest GD::Barcode::QRcode from source. Just make sure you install it manually before you install koha-common. BR Thomas -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #18 from Michael Kogan <michael.kogan@gmx.net> --- Hi Thomas, thanks for the hint, I will give it a shot! Best Michael -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #19 from Ray Delahunty <raymund.delahunty@outlook.com> --- I had the same problem recently, setting up 25.11 on Debian 12, where a perl dependency error was reported at step 2 running the web installer after the server side / koha-common install stuff. Once I added the barcode package the web installer ran to completion. A good learning experience for a linux newbie! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wainuiwitikapark@catalyst.n | |et.nz --- Comment #20 from Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> --- 2. Run: $ ktd --name noble --shell k$ pmvers GD::Barcode::QRcode I get: 2.01 3. Run: k$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t Tests pass for me -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #21 from David Cook <dcook@prosentient.com.au> --- (In reply to Wainui Witika-Park from comment #20)
2. Run: $ ktd --name noble --shell k$ pmvers GD::Barcode::QRcode
I get: 2.01
That's very interesting... on Debian 13 trixie I can also confirm that the version is 2.01: kohadev-koha@kohadevbox:koha(main)$ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 13 (trixie)" NAME="Debian GNU/Linux" VERSION_ID="13" VERSION="13 (trixie)" VERSION_CODENAME=trixie DEBIAN_VERSION_FULL=13.5 ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" kohadev-koha@kohadevbox:koha(main)$ dpkg -l libgd-barcode-perl Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==================-============-============-==================================== ii libgd-barcode-perl 2.01-1 all Perl module to create barcode images -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #22 from David Cook <dcook@prosentient.com.au> --- Yet online it says 2.00: bullseye (oldoldstable) (perl): Perl module to create barcode images 1.15-7: all bookworm (oldstable) (perl): Perl module to create barcode images 1.15-8: all trixie (stable) (perl): Perl module to create barcode images 2.00-1: all forky (testing) (perl): Perl module to create barcode images 2.02-1: all sid (unstable) (perl): Perl module to create barcode images 2.02-1: all jammy (22.04LTS) (perl): Perl module to create barcode images [universe] 1.15-7: all noble (24.04LTS) (perl): Perl module to create barcode images [universe] 2.00-1: all questing (25.10) (perl): Perl module to create barcode images [universe] 2.01-1: all resolute (26.04LTS) (perl): Perl module to create barcode images [universe] 2.02-1: all stonking (perl): Perl module to create barcode images [universe] 2.02-1: all -- That's so weird... On https://debian.koha-community.org/koha/pool/main/libg/libgd-barcode-perl/ I can see that we've provided a 2.02... But then if I try to upgrade it says 2.01 is the newest... because that's the koha-staging dev repo... and koha stable repo has 2.02... Looks like Koha is doing some behind the scenes shenanigans. We should have "-koha1" Debian revision on that package name if we're supplying it... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663 --- Comment #23 from David Cook <dcook@prosentient.com.au> --- (In reply to Wainui Witika-Park from comment #20)
2. Run: $ ktd --name noble --shell k$ pmvers GD::Barcode::QRcode
I get: 2.01
3. Run: k$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t
Tests pass for me
That's good then. I'd say it can be backported for those who use cpanfile rather than Debian packages for dependencies. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org