Details
Description
See for example here:
http://buildbot.askmonty.org/buildbot/builders/kvm-deb-debian6-x86/builds/2119/steps/test_3/logs/stdio
Unlike other package tests, this one does not use conditional 'galera-' substring in package name, so it attempts to install the standard mariadb-server even on the Galera tree, and fails because it cannot find the package:
Reading package lists... + sudo sh -c 'DEBIAN_FRONTEND=noninteractive MYSQLD_STARTUP_TIMEOUT=180 apt-get install --allow-unauthenticated -y mariadb-server mariadb-test' Reading package lists... Building dependency tree... Reading state information... E: Package 'mariadb-server' has no installation candidate Command exit 100
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
>> The second error is different. I tried a run adding mariadb-test-5.5 to the list and got the following error:
>> E: Package 'mariadb-test-5.5' has no installation candidate
>> So my guess is it isn't being created or something.
We have a bug about mariadb-test + mariadb-galera-server, I suppose it's the same one:
MDEV-4228