Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-28376

mysqlreport missing libdbd-mariadb-perl

Details

    Description

      After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

      install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
      Perhaps the DBD::MariaDB perl module hasn't been fully installed,
      or perhaps the capitalisation of 'MariaDB' isn't right.
      Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
       at /usr/bin/mysqlreport line 261.
      

      The reason is libdbd-mariadb-perl is not shipping with Ubuntu 22.04 (jammy). So mysqlreport is unusable now. The solution would be to ship and install libdbd-mariadb-perl alongside with mariadb-server, I guess.

      Attachments

        Activity

          JJworx Jochen created issue -
          JJworx Jochen made changes -
          Field Original Value New Value
          Description After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

          {{install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
          Perhaps the DBD::MariaDB perl module hasn't been fully installed,
          or perhaps the capitalisation of 'MariaDB' isn't right.
          Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
           at /usr/bin/mysqlreport line 261.}}
          After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

          {{
          install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
          Perhaps the DBD::MariaDB perl module hasn't been fully installed,
          or perhaps the capitalisation of 'MariaDB' isn't right.
          Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
           at /usr/bin/mysqlreport line 261.
          }}
          JJworx Jochen made changes -
          Description After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

          {{
          install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
          Perhaps the DBD::MariaDB perl module hasn't been fully installed,
          or perhaps the capitalisation of 'MariaDB' isn't right.
          Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
           at /usr/bin/mysqlreport line 261.
          }}
          After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

          {{
          install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
          Perhaps the DBD::MariaDB perl module hasn't been fully installed,
          or perhaps the capitalisation of 'MariaDB' isn't right.
          Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
           at /usr/bin/mysqlreport line 261.
          }}

          I already tried apt reinstall mariadb-server.
          danblack Daniel Black added a comment -

          So its not in obvious ubuntu-22.04 packages, and libdbd-mariadb-perl isn't in 22.04 Jammy.

          danblack Daniel Black added a comment - So its not in obvious ubuntu-22.04 packages , and libdbd-mariadb-perl isn't in 22.04 Jammy.
          JJworx Jochen added a comment -

          Correct, I just tried to install libdbd-mariadb-perl, but there is no installation candidate. So mariadb-server needs to ship that in the future, right?

          JJworx Jochen added a comment - Correct, I just tried to install libdbd-mariadb-perl, but there is no installation candidate. So mariadb-server needs to ship that in the future, right?
          JJworx Jochen made changes -
          Description After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

          {{
          install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
          Perhaps the DBD::MariaDB perl module hasn't been fully installed,
          or perhaps the capitalisation of 'MariaDB' isn't right.
          Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
           at /usr/bin/mysqlreport line 261.
          }}

          I already tried apt reinstall mariadb-server.
          After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

          {{
          install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
          Perhaps the DBD::MariaDB perl module hasn't been fully installed,
          or perhaps the capitalisation of 'MariaDB' isn't right.
          Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
           at /usr/bin/mysqlreport line 261.
          }}

          The reason is libdbd-mariadb-perl is not shipping with Ubuntu 22.04 (jammy). So mysqlreport is unusable now. The solution would be to ship and install libdbd-mariadb-perl alongside with mariadb-server, I guess.
          Summary mysqlreport missing components mysqlreport missing libdbd-mariadb-perl
          danblack Daniel Black added a comment -

          notably the debian/control dependency on Recommends: libdbd-mariadb-perl | libdbd-mysql-perl, is a lie, it can't work with mysql-perl as the DSN url is $dsn = "DBI:MariaDB:....

          So we probably should just drop it on Ubuntu-22.04+

          danblack Daniel Black added a comment - notably the debian/control dependency on Recommends: libdbd-mariadb-perl | libdbd-mysql-perl , is a lie, it can't work with mysql-perl as the DSN url is $dsn = "DBI:MariaDB:... . So we probably should just drop it on Ubuntu-22.04+
          danblack Daniel Black made changes -
          Labels packaging
          JJworx Jochen made changes -
          Comment [ ??the debian/control dependency on Recommends: libdbd-mariadb-perl | libdbd-mysql-perl, is a lie, it can't work with mysql-perl as the DSN url is $dsn = "DBI:MariaDB:....??

          Could you please explain that to someone with a lot less knowledge? ]
          JJworx Jochen added a comment -

          Drop the wrong recommendation to libdbd-mysql-perl, you mean? That was entered intentionally here: MDEV-20298. So Otto Kekäläinen should have a say in this.

          Drop mysqlreport? Please don't, I use that very often. There must be a way, don't you think?

          JJworx Jochen added a comment - Drop the wrong recommendation to libdbd-mysql-perl, you mean? That was entered intentionally here: MDEV-20298 . So Otto Kekäläinen should have a say in this. Drop mysqlreport? Please don't, I use that very often. There must be a way, don't you think?
          danblack Daniel Black added a comment -

          Finding why Ubuntu dropped the perl package would be good.

          danblack Daniel Black added a comment - Finding why Ubuntu dropped the perl package would be good.
          JJworx Jochen added a comment -

          I asked, here

          JJworx Jochen added a comment - I asked, here
          JJworx Jochen added a comment -

          I filed a bug report.

          You could close this here, the reason is outside mariadb-server. But the wrong dependency recommendation is still open, perhaps we wait for Otto to answer this.

          JJworx Jochen added a comment - I filed a bug report . You could close this here, the reason is outside mariadb-server. But the wrong dependency recommendation is still open, perhaps we wait for Otto to answer this.
          JJworx Jochen made changes -
          Summary mysqlreport missing libdbd-mariadb-perl mysqlreport missing packages
          JJworx Jochen made changes -
          Description After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

          {{
          install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
          Perhaps the DBD::MariaDB perl module hasn't been fully installed,
          or perhaps the capitalisation of 'MariaDB' isn't right.
          Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
           at /usr/bin/mysqlreport line 261.
          }}

          The reason is libdbd-mariadb-perl is not shipping with Ubuntu 22.04 (jammy). So mysqlreport is unusable now. The solution would be to ship and install libdbd-mariadb-perl alongside with mariadb-server, I guess.
          After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

          {{
          install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
          Perhaps the DBD::MariaDB perl module hasn't been fully installed,
          or perhaps the capitalisation of 'MariaDB' isn't right.
          Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
           at /usr/bin/mysqlreport line 261.
          }}

          The reason is libdbd-mariadb-perl is not shipping with Ubuntu 22.04 (jammy). So mysqlreport is unusable now. The solution would be to ship and install libdbd-mariadb-perl alongside with mariadb-server, I guess.

          Also other packages seem to be missing , see below
          JJworx Jochen made changes -
          Comment [ I downloaded libdbd-mariadb-perl_1.21-1ubuntu2-amd64.deb and perl-base_5.32.1-4+deb11u2_amd64.deb. Installing the later and then the former with dpkg -i I could get libdbd-mariadb-perl onto my jammy system. BUT:

          mysqlreport still fails. Now the error message is:

          Can't locate DBI.pm in @INC (you may need to install the DBI module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/bin/mysqlreport line 26.

          There doesn't seem to be a libdbi-mariadb-perl. Which package is missing? ]
          JJworx Jochen made changes -
          Summary mysqlreport missing packages mysqlreport missing libdbd-mariadb-perl
          illuusio Tuukka Pasanen added a comment - Debian bug report is: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002093
          JJworx Jochen added a comment -

          Yes, but it its fixed now, so we could have it in jammy-repository or in mariadb-server.

          JJworx Jochen added a comment - Yes, but it its fixed now, so we could have it in jammy-repository or in mariadb-server.
          JJworx Jochen made changes -
          Description After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

          {{
          install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
          Perhaps the DBD::MariaDB perl module hasn't been fully installed,
          or perhaps the capitalisation of 'MariaDB' isn't right.
          Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
           at /usr/bin/mysqlreport line 261.
          }}

          The reason is libdbd-mariadb-perl is not shipping with Ubuntu 22.04 (jammy). So mysqlreport is unusable now. The solution would be to ship and install libdbd-mariadb-perl alongside with mariadb-server, I guess.

          Also other packages seem to be missing , see below
          After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

          {{
          install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
          Perhaps the DBD::MariaDB perl module hasn't been fully installed,
          or perhaps the capitalisation of 'MariaDB' isn't right.
          Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
           at /usr/bin/mysqlreport line 261.
          }}

          The reason is libdbd-mariadb-perl is not shipping with Ubuntu 22.04 (jammy). So mysqlreport is unusable now. The solution would be to ship and install libdbd-mariadb-perl alongside with mariadb-server, I guess.
          illuusio Tuukka Pasanen added a comment - - edited

          Ok I reword myself as I checked Debian Salsa where this problem comes from. I have to create small PR to test if there is DBI:MariaDB or DBI:mysql available and hopefully Ubuntu will pick that up.

          illuusio Tuukka Pasanen added a comment - - edited Ok I reword myself as I checked Debian Salsa where this problem comes from. I have to create small PR to test if there is DBI:MariaDB or DBI:mysql available and hopefully Ubuntu will pick that up.
          serg Sergei Golubchik made changes -
          Description After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

          {{
          install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
          Perhaps the DBD::MariaDB perl module hasn't been fully installed,
          or perhaps the capitalisation of 'MariaDB' isn't right.
          Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
           at /usr/bin/mysqlreport line 261.
          }}

          The reason is libdbd-mariadb-perl is not shipping with Ubuntu 22.04 (jammy). So mysqlreport is unusable now. The solution would be to ship and install libdbd-mariadb-perl alongside with mariadb-server, I guess.
          After updating Ubuntu from 20.04 LTS to 22.04 LTS mariadb-server was automatically updated to 10.6.7. Now mysqlreport produces this:

          {noformat}
          install_driver(MariaDB) failed: Can't locate DBD/MariaDB.pm in @INC (you may need to install the DBD::MariaDB module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at (eval 9) line 3.
          Perhaps the DBD::MariaDB perl module hasn't been fully installed,
          or perhaps the capitalisation of 'MariaDB' isn't right.
          Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge, mysql.
           at /usr/bin/mysqlreport line 261.
          {noformat}

          The reason is libdbd-mariadb-perl is not shipping with Ubuntu 22.04 (jammy). So mysqlreport is unusable now. The solution would be to ship and install libdbd-mariadb-perl alongside with mariadb-server, I guess.
          serg Sergei Golubchik made changes -
          Assignee Tuukka Pasanen [ JIRAUSER49166 ]
          illuusio Tuukka Pasanen added a comment - - edited

          JJworx Can you test if https://salsa.debian.org/mariadb-team/mariadb-server/-/blob/debian/latest/debian/additions/mariadb-report works for you? Now it detects if you have DBD:MariaDB or DBD:mysql available and uses that driver for connection.

          illuusio Tuukka Pasanen added a comment - - edited JJworx Can you test if https://salsa.debian.org/mariadb-team/mariadb-server/-/blob/debian/latest/debian/additions/mariadb-report works for you? Now it detects if you have DBD:MariaDB or DBD:mysql available and uses that driver for connection.
          JJworx Jochen added a comment -

          yup, works!

          JJworx Jochen added a comment - yup, works!
          illuusio Tuukka Pasanen made changes -
          Fix Version/s N/A [ 14700 ]
          illuusio Tuukka Pasanen made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          illuusio Tuukka Pasanen made changes -
          Status In Progress [ 3 ] In Review [ 10002 ]
          illuusio Tuukka Pasanen made changes -
          Comment [ That's good to know! I added merge request: https://salsa.debian.org/illuusio/mariadb-server/-/pipelines/376454 ]
          illuusio Tuukka Pasanen added a comment - - edited Debian Salsa merge request: https://salsa.debian.org/mariadb-team/mariadb-server/-/merge_requests/14 .
          illuusio Tuukka Pasanen added a comment - - edited

          JJworx it's merged to Debian 10.6 (Salsa debian/latest) and if Ubuntu picks patch to Jammy (which I hope) it'll will be update to there soon. Before that use version from git. Should we wait for Ubuntu before closing this? What do you think danblack?

          illuusio Tuukka Pasanen added a comment - - edited JJworx it's merged to Debian 10.6 (Salsa debian/latest) and if Ubuntu picks patch to Jammy (which I hope) it'll will be update to there soon. Before that use version from git. Should we wait for Ubuntu before closing this? What do you think danblack ?
          illuusio Tuukka Pasanen made changes -
          Status In Review [ 10002 ] Stalled [ 10000 ]
          JJworx Jochen added a comment - - edited

          I'm fine with the downloaded version. Closing this topic will leave the download
          link intact. So close it, IMHO.

          JJworx Jochen added a comment - - edited I'm fine with the downloaded version. Closing this topic will leave the download link intact. So close it, IMHO.
          illuusio Tuukka Pasanen added a comment - - edited

          It seem that it removed branch as I didn't unmark remove branch. Could you update link to official location. Which will be there as merge request is in.

          illuusio Tuukka Pasanen added a comment - - edited It seem that it removed branch as I didn't unmark remove branch. Could you update link to official location . Which will be there as merge request is in.
          illuusio Tuukka Pasanen made changes -
          Resolution Fixed [ 1 ]
          Status Stalled [ 10000 ] Closed [ 6 ]
          JJworx Jochen added a comment -

          Thank you, Tuuka!

          JJworx Jochen added a comment - Thank you, Tuuka!

          illuusio The commit https://salsa.debian.org/mariadb-team/mariadb-server/-/commit/8e4109842fbbb20196ce5da4b7e586ead3fe8885 is currently only in Debian, right? Please submit a PR for upstream MariaDB too so that Debian and upstream `debian/*` contents would be as identical as possible.

          otto Otto Kekäläinen added a comment - illuusio The commit https://salsa.debian.org/mariadb-team/mariadb-server/-/commit/8e4109842fbbb20196ce5da4b7e586ead3fe8885 is currently only in Debian, right? Please submit a PR for upstream MariaDB too so that Debian and upstream `debian/*` contents would be as identical as possible.

          As this also in upstream commit PR to merge change in upstream also. First appearance is 10.5

          illuusio Tuukka Pasanen added a comment - As this also in upstream commit PR to merge change in upstream also. First appearance is 10.5
          illuusio Tuukka Pasanen made changes -
          Resolution Fixed [ 1 ]
          Status Closed [ 6 ] Stalled [ 10000 ]
          illuusio Tuukka Pasanen made changes -
          Status Stalled [ 10000 ] In Progress [ 3 ]
          illuusio Tuukka Pasanen made changes -
          Status In Progress [ 3 ] In Review [ 10002 ]
          illuusio Tuukka Pasanen made changes -
          Fix Version/s 10.5 [ 23123 ]
          Fix Version/s 10.6 [ 24028 ]
          Fix Version/s 10.7 [ 24805 ]
          Fix Version/s 10.8 [ 26121 ]
          Fix Version/s 10.9 [ 26905 ]
          Fix Version/s 10.10 [ 27530 ]
          Fix Version/s N/A [ 14700 ]
          illuusio Tuukka Pasanen made changes -
          Labels packaging debian packaging
          illuusio Tuukka Pasanen made changes -
          Component/s Packaging [ 10700 ]
          Component/s Platform Debian [ 10136 ]
          Component/s N/A [ 14411 ]
          danblack Daniel Black made changes -
          Fix Version/s 10.5.17 [ 27509 ]
          Fix Version/s 10.6.9 [ 27507 ]
          Fix Version/s 10.7.5 [ 27505 ]
          Fix Version/s 10.8.4 [ 27503 ]
          Fix Version/s 10.9.2 [ 27115 ]
          Fix Version/s 10.5 [ 23123 ]
          Fix Version/s 10.6 [ 24028 ]
          Fix Version/s 10.7 [ 24805 ]
          Fix Version/s 10.8 [ 26121 ]
          Fix Version/s 10.9 [ 26905 ]
          Fix Version/s 10.10 [ 27530 ]
          Resolution Fixed [ 1 ]
          Status In Review [ 10002 ] Closed [ 6 ]

          People

            illuusio Tuukka Pasanen
            JJworx Jochen
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.