mroonga / mroonga

A MySQL pluggable storage engine based on Groonga
http://mroonga.org/
GNU Lesser General Public License v2.1
182 stars 37 forks source link

Fail instaration of Mroonga with MariaDB 10.11 on Ubuntu 24.04 #719

Closed komainu8 closed 4 months ago

komainu8 commented 4 months ago

What happend?

We can't install Mroonga with MariaDB 10.11 on Ubuntu 24.04 as below.

https://github.com/mroonga/mroonga/actions/runs/9589781806/job/26444177839#step:18:4384

How to reproduce it

We execute the following commands on Ubuntu 24.04.

sudo apt update
sudo apt install -y -V software-properties-common lsb-release
sudo add-apt-repository -y universe
sudo add-apt-repository \
     "deb http://security.ubuntu.com/ubuntu $(lsb_release --short --codename)-security main restricted"

sudo add-apt-repository -y ppa:groonga/ppa
sudo apt update

sudo apt install -V -y mariadb-mroonga

Expected behavior

We can install Mroonga with MariaDB 10.11 on Ubuntu 24.04.

Environment

Additional context

No response

komainu8 commented 4 months ago

We need to rebuild Mroonga package against MariaDB 10.11.8.

komainu8 commented 4 months ago

I finished the following work for resolving this issues.

komainu8 commented 4 months ago

I confirm that the rebuilding package can install to Ubuntu 24.04 by https://github.com/mroonga/mroonga/actions/runs/9608564664/job/26501599779?pr=724.