[MDEV-32111] Debian does not have ncurses 5.x anymore Created: 2023-09-06 Updated: 2024-02-08 Resolved: 2024-01-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Debian |
| Affects Version/s: | 11.3 |
| Fix Version/s: | 10.5.24, 10.6.17, 10.11.7, 11.0.5, 11.1.4, 11.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Tuukka Pasanen | Assignee: | Tuukka Pasanen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Debian Sid (which will become Trixie) has dropped support for NCurses 5.x and only NCurses 6.x is supported. |
| Comments |
| Comment by Dirk Hillbrecht [ 2024-02-08 ] |
|
I just installed the bintar 10.11.7 on Ubuntu 23.10 and the mysql CLI binary still requires libncurses5. The release notes also do not mention a switch to libncurses6. |
| Comment by Tuukka Pasanen [ 2024-02-08 ] |
|
Thank you for reporting this. Trixie is unstable and Ubuntu is based on Debian 12 which is stable they are more conservative on now a days on Ubuntu than on Debian to break things. Does it automatically solve problems or does it need some extra work? |
| Comment by Dirk Hillbrecht [ 2024-02-08 ] |
|
As I wrote in |
| Comment by Tuukka Pasanen [ 2024-02-08 ] |
|
Sorry I'm little bit confused. Is there still some parts of tarbin 10.11.7 still linked against ncurses5 and some are ncurses6? |
| Comment by Dirk Hillbrecht [ 2024-02-08 ] |
|
This is what happens: monospaced text Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> Bye Without installed libncurses5 libs, the "mysql" binary (from 10.11.7) complains about them not being there. Installing the libraries makes the error go away. So, yes, to me it seems that at least the "mysql" binary is still linked against libncurses5. |