# Verification of
https://launchpad.net/ubuntu/+source/mariadb/1:11.4.8-0ubuntu0.25.04.1

🗙 https://launchpad.net/ubuntu/+source/mariadb/1:11.4.8-0ubuntu0.25.04.1
builds for armhf and ppc64el failed

There is no log, so apparently the builder itself failed to start the
job? There is not restart button visible, not at least for me, so I
can't try rebuilding it.

✔ Upgrades successfully when -proposed enabled

Exact steps to test upgrades in -proposed for this package that includes
a running service inside a container:

```
apt update && apt install --yes lsb-release
# Enable automatic restarts from maint scripts
sed -i "s/101/0/g" /usr/sbin/policy-rc.d
# Fake /sbin/runlevel to avoid warnings of "invoke-rc.d: could not determine 
current runlevel"
echo -e '#!/bin/sh\necho "N 5"' > /sbin/runlevel; chmod +x /sbin/runlevel

apt install --yes mariadb-server
mariadb -e "SELECT version()"

cat <<EOF > /etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF
cat <<EOF >/etc/apt/preferences.d/proposed-updates
# Configure apt to allow selective installs of packages from proposed
Package: *
Pin: release a=$(lsb_release -cs)-proposed
Pin-Priority: 800
EOF
apt update
apt upgrade --yes
mariadb -e "SELECT version()"
```

Result:
```
+---------------------------------+
| version()                       |
+---------------------------------+
| 11.4.8-MariaDB-0ubuntu0.25.04.1 |
+---------------------------------+
```

Note, that unlike on Jammy, on Plucy one needs to pin -proposed for
updates to actually get selected. Also using the pinning documented at
https://wiki.ubuntu.com/Testing/EnableProposed isn't enough, but one
needs to set priority to e.g. '800' for the packages to be selected for
upgrade.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2120204

Title:
  [SRU] MariaDB 11.4.8, 10.11.14, 10.6.23 in all maintained Ubuntu
  releases

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb/+bug/2120204/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to