Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.1(EOL)
-
None
Description
buildbot@debian-jessie-amd64:~$ sudo apt-get install libmysqlclient-dev |
Reading package lists... Done
|
Building dependency tree
|
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:
|
libmysqlclient-dev : Depends: libmysqlclient18 (= 5.5.55-0+deb8u1) but 10.1.23+maria-1~jessie is to be installed
|
E: Unable to correct problems, you have held broken packages.
|
buildbot@debian-jessie-amd64:~$
|
This is on jessie-amd64-install buildbot VM, after adding the netcologne mirror of our jessie/amd64/10.1 repository:
sudo add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://mirror.netcologne.de/mariadb/repo/10.1/debian jessie main' |
sudo apt-get update |