On Sunday, July 09, 2017 03:58:17 AM linus.luess...@c0d3.blue wrote: > Package: mnemosyne > Version: 2.4-0.1 > Severity: important > > Hi, > > When trying to install mnemosyne on an armhf based device > (Odroid U3) on Debian Sid, I get the following error: > > ~~~ > $ apt-get install mnemosyne > Reading package lists... Done > Building dependency tree > Reading state information... Done > Some packages could not be installed. This may mean that you have > requested an impossible situation or if you are using the unstable > distribution that some required packages have not yet been created > or been moved out of Incoming. > The following information may help to resolve the situation: > > The following packages have unmet dependencies: > mnemosyne : Depends: python3-pyqt5.qtwebengine but it is not installable > E: Unable to correct problems, you have held broken packages. > ~~~ > > It seems that currently there is only an i386 and amd64 > but not an armhf build available for the python3-pyqt5.qtwebengine > package.
That's correct. This is not a bug in mnemosyne. At the time python3- pyqt5.qtwebengine was packaged, qtwebengine-opensource-src only built for amd64 and i386. It can be updated now to cover armhf. Scott K