Ubuntu 18.04 binary package - Printable Version +- mGBA Forums (https://forums.mgba.io) +-- Forum: mGBA (https://forums.mgba.io/forumdisplay.php?fid=1) +--- Forum: General (https://forums.mgba.io/forumdisplay.php?fid=3) +--- Thread: Ubuntu 18.04 binary package (/showthread.php?tid=4963) |
Ubuntu 18.04 binary package - duskull - 03-17-2019 Hello everyone, I'm a Ubuntu user and I wanted to report that I am having a dependency problem with the binary package for Ubuntu 18.04. Versions till 0.6.3 worked fine, however since version 0.7.0 (including 0.7.1) I get the following message: Code: dpkg -i libmgba.deb Running a up to date system, 64bit. Any suggestions what to do? Thanks in advance. RE: Ubuntu 18.04 binary package - endrift - 03-17-2019 Are you able to install that package? dpkg -i doesn't autoinstall dependencies. I recommend gdebi (in the gdebi-core package) for pulling in dependencies automatically. RE: Ubuntu 18.04 binary package - duskull - 03-17-2019 Sure I usually use gdebi-gtk all the time, I just wanted to post some output. Now I realize gdebi can be used without GTK also. Here is the output, again libmagickwand is missing, nowhere to be found in the official repos as well. Code: # gdebi libmgba.deb Thanks for the quick reply endrift! RE: Ubuntu 18.04 binary package - endrift - 03-17-2019 Ah I see, it's libmagickwand-6.q16-3 in bionic, but libmagickwand-6.q16-6 in cosmic. Wonder how I messed that up. E] Should be fixed now in the dev builds! The fix will be in 0.7.2, too. Thanks for reporting this. RE: Ubuntu 18.04 binary package - duskull - 03-18-2019 (03-17-2019, 11:27 PM)endrift Wrote: Ah I see, it's libmagickwand-6.q16-3 in bionic, but libmagickwand-6.q16-6 in cosmic. Wonder how I messed that up. I'm happy I was able to help! Thanks! RE: Ubuntu 18.04 binary package - ShadowOne333 - 03-19-2019 Don't know if this is related or not, but on my latest Gentoo build, mGBA doesn't boot because libmagickwand is now on version 7+, and mGBA keeps trying to read only for the 6.X version of libmagickwand. I would suggest perhaps adding a check for >=6.X version of Magick, unless the 7.X versions changed things too much to guarantee a safe working environment with mGBA. RE: Ubuntu 18.04 binary package - endrift - 03-19-2019 7.x should work fine. It's a compile time issue. |