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

The debian control file contains unnecessary architecture restrictions

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Not a Bug
    • 10.5(EOL)
    • N/A
    • Compiling
    • None

    Description

      The debian/control file contains packages that have been restricted to the amd64 architecture. For example line 17 has the following:

      libboost-atomic-dev [amd64]
      

      This prevents it from being installed on other architectures like armhf where the package is available.

      When installing the packages within the control file for the Raspberry Pi which uses the armhf architecture I have to first run a search and replace to remove any restrictions:

      sed -i 's/ \[i386 amd64\]//g' server/debian/control
      sudo mk-build-deps server/debian/control -r -i
      

      Is it possible to have these restrictions removed so this extra search and replace step is no longer required.

      Attachments

        Activity

          People

            otto Otto Kekäläinen
            ADarkDividedGem Graeme Kidd
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

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