PINE64
snap install exceeded maximum runtime - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: snap install exceeded maximum runtime (/showthread.php?tid=17016)



snap install exceeded maximum runtime - jojuma - 07-17-2022

Hi everyone,

seeking for help if this "project" is possible at all.

I want to install classic "Prince of Persia" from the snapstore. But no matter if I try online or offline after downloading the snap I get the same output:

Code:
sudo snap install sdlpop
[sudo] password for mobian:
error: cannot perform the following tasks:
- Run configure hook of "sdlpop" snap if present (run hook "configure":
-----
/usr/share/fonts: caching, new cache contents: 0 fonts, 5 dirs
/usr/share/fonts/cMap: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/opentype: caching, new cache contents: 0 fonts, 3 dirs
/usr/share/fonts/opentype/cantarell: caching, new cache contents: 5 fonts, 0 dirs
/usr/share/fonts/opentype/noto:
<exceeded maximum runtime of 5m0s>
-----)

Is there something wrong with the fontsĀ or can I take influence on the maximum runtime?

I am asking this here since on any other system installation was no problem and I can't find a solution in the WWW.

Thanks for advices

EDIT: There areĀ versions for amd64, arm64, armhf, i386 and ppc64el. So this should work, shouldn't it?

EDIT: Since '/usr/share/fonts/opentype/noto' is a rather big folder, I thought the caching of it takes a lot of time and thus moved it to another location.
After that, the installation process went through without further problems. I copied the 'noto' folder back afterwards.
The game runs smoothly now and though I don't know if this is a proper solution due to future updates, I'll mark this as 'solved' for know.

Thanks!