[MDEV-10376] innotop is not working: missing dependency on libterm-readkey-perl Created: 2016-07-14 Updated: 2016-11-26 Resolved: 2016-11-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Platform Debian |
| Affects Version/s: | 10.1.14 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Steve Hall | Assignee: | Otto Kekäläinen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 16.04 |
||
| Description |
|
In the same vein as https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1000605 innotop will not work on Ubuntu 16.04 without libterm-readkey-perl. It should be a dependency of the mariadb-client-10.1 rather than a suggestion. If libterm-readkey-perl can not or should not be a dependency of mariadb-client-10.1 then innotop should be broken out into a new package with the dependency on libterm-readkey-perl correctly defined. Thanks! |
| Comments |
| Comment by Otto Kekäläinen [ 2016-11-26 ] | ||||||||||||
|
In MariaDB.org 10.2.3 and in MariaDB 10.0.x at Debian/Ubuntu we already have:
As Recommends is stronger than Suggests, these are already installed along the MariaDB client automatically:
Therefore I consider this issue solved. |