Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-40044

Cant install MariaDB-server on leap 16: requires 'user(mysql)'

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 11.8.8
    • 11.8
    • Packaging
    • None

    Description

      When try to install MariaDB-server package provided by MariaDB community mirrors on leap 16 an error is shown:

      Problem: 1: the to be installed MariaDB-server-11.8.8-1.x86_64 requires 'user(mysql)', but this requirement cannot be provided
      not installable providers: mariadb-client-11.8.2-160000.2.2.x86_64[openSUSE:repo-oss]
                         mariadb-client-11.8.3-160000.1.1.x86_64[openSUSE:repo-oss]
                         mariadb-client-11.8.5-160000.1.1.x86_64[openSUSE:repo-oss]
                         mariadb-client-11.8.5-160000.2.1.x86_64[openSUSE:repo-oss]
                         mariadb-client-11.8.5-160000.3.1.x86_64[openSUSE:repo-oss]
                         mariadb-client-11.8.6-160000.1.1.x86_64[openSUSE:repo-oss]
                         mariadb-client-11.8.6-160000.2.1.x86_64[openSUSE:repo-oss]
                         mariadb-client-11.8.8-160000.1.1.x86_64[openSUSE:repo-oss]
       
       Solution 1: do not install MariaDB-server-11.8.8-1.x86_64
       Solution 2: break MariaDB-server-11.8.8-1.x86_64 by ignoring some of its dependencies
      

      Use following podman command (in an empty directory) to reproduce the issue (the same with docker):

      echo 'FROM opensuse/leap:16.0
      ENV container=docker
      ENV LANG=en_US.UTF-8
       
      RUN zypper -n in curl # rpm --import needs curl atm
      RUN zypper ar -f https://mirror.mariadb.org/yum/11.8/opensuse160-amd64 mariadb
      RUN rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
      RUN zypper --gpg-auto-import-keys ref
       
      RUN zypper -vvv -n install MariaDB-server MariaDB-client' | podman build -f - .
      

      Attachments

        Issue Links

          Activity

            People

              danblack Daniel Black
              anikitin1 Andrii
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.