Oneiric Repository Problem
After entering a repository for the Oneiric version (64 bit), I get the following error message when updating the repositories:
Failed to fetch http://mirror2.hs-esslingen.de/mariadb/repo/5.3/ubuntu/dists/oneiric/main/source/Sources 404 Not Found Failed to fetch http://mirror2.hs-esslingen.de/mariadb/repo/5.3/ubuntu/dists/oneiric/main/binary-amd64/Packages 404 Not Found
It I have tried several different repositories with the same results.
Answer
There are no 5.3 packages for Ubuntu Oneiric yet, they are planned for the next release of 5.3.
The first oneiric builds were made for the recently released MariaDB 5.2.9. At that time we added the oneiric option to the sources.list generator to support it, but when this was done it also allowed generating a list entry for 5.3, which is not valid... yet. To prevent this from happening in the future, we are going to add a check to the sources.list generator so every combination it generates is valid.
Thanks!