Hello,
Here I will expose a bug + the fact I can’t create the corresponding bugreport in Jira
The bug
debian package repository.
percona-toolkit is provided by http://repo.percona.com/tools/apt.
it depends on libdbd-mysql-perl.
libdbd-mysql-perl is provided by http://repo.percona.com/tools/apt.
Since version 1:5.013-2.bookworm it depends on libperconaserverclient22.
libperconaserverclient22 is not provided by http://repo.percona.com/tools/apt but by http://repo.percona.com/ps-84-lts/apt
So it’s not possible anymore to install percona-toolkit on the same host as any other package related to another percona version than the 8.4 (e.g. percona-server-client-5.7 )
root@mde:/etc/apt/sources.list.d# grep -h 'deb ' percona-*.list
deb [signed-by=/usr/share/keyrings/percona-keyring.gpg] http://repo.percona.com/prel/apt bookworm main
deb [signed-by=/usr/share/keyrings/percona-keyring.gpg] http://repo.percona.com/ps-57/apt bookworm main
deb [signed-by=/usr/share/keyrings/percona-keyring.gpg] http://repo.percona.com/telemetry/apt bookworm main
deb [signed-by=/usr/share/keyrings/percona-keyring.gpg] http://repo.percona.com/tools/apt bookworm main
root@mde:/etc/apt/sources.list.d# apt install 'percona-server-client-5.7' 'percona-toolkit'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libdbd-mysql-perl : Depends: libperconaserverclient22 but it is not installable
E: Unable to correct problems, you have held broken packages.
→ libperconaserverclient22 should be available on tools repository if it’s needed by packages in the tools repository
Bugreport
I tried to report the bug on Jira.
I login, but when a tried to create an issue with the “+ Create” button, nothing happens.
(I tried on firefox and chrome)
Any advice ?