aldicku Posted December 10, 2019 Share Posted December 10, 2019 Hello, I freshly installed vanilla armbian bionic (Armbian_19.11.3_Bananapi_bionic_current_5.3.9) on my Banana Pi M1 with no other stuff. Then I upgraded and tried to install mariadb-server 10.4.10 (stable) as described at mariadb.org via their repository: sudo apt-get install software-properties-common sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 sudo add-apt-repository 'deb [arch=amd64,arm64,ppc64el] http://mirrors.n-ix.net/mariadb/repo/10.4/ubuntu bionic main' sudo apt update sudo apt install mariadb-server Result: Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass Sie eine unmögliche Situation angefordert haben oder, wenn Sie die Unstable-Distribution verwenden, dass einige erforderliche Pakete noch nicht erstellt wurden oder Incoming noch nicht verlassen haben. Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen: Die folgenden Pakete haben unerfüllte Abhängigkeiten: mariadb-server : Hängt ab von: mariadb-server-10.4 (>= 1:10.4.10+maria~bionic) ist aber nicht installierbar E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete. So I removed the repository and installed version 10.1 from the Ubuntu repos. It works and everything is fine. But I'm curious. What disturbed the installation from the mariadb repo? Link to comment Share on other sites More sharing options...
Igor Posted December 11, 2019 Share Posted December 11, 2019 21 hours ago, aldicku said: on my Banana Pi M1 21 hours ago, aldicku said: What disturbed the installation from the mariadb repo? Your Bananapi M1 is armhf architecture (32bit) while that PPA (Personal Package Archive) only provides binary packages for: amd64,arm64 and ppc64e. If you need other version that the one that comes with Ubuntu or Debian base and is not present in binary form on PPAs, you will need to build from sources. Which can be challenging sometimes. Link to comment Share on other sites More sharing options...
aldicku Posted December 11, 2019 Author Share Posted December 11, 2019 Okay, that is exactly what I wanted to know. Thanks for making this clear. And thanks for all the work you have done so far, Igor. Cheers, Aldicku Link to comment Share on other sites More sharing options...
Recommended Posts