[GCompris-devel] GCompris RELEASE 0.50
Holger Kaelberer
hk at elberer.de
Wed Dec 30 21:46:37 UTC 2015
Hi
On 30.12.2015 22:15, JAZEIX Johnny wrote:
> Hi,
>
> an user informed me that he got:
> "Download error 299: Checksum of download file does not match:
> /home/(myuser)/.local/share/KDE/gcompris-qt/data2/voices-ogg/voices-en.rcc"
> Using the 32b installer
> (<http://gcompris.net/download/beta/gcompris-qt-x86-0.50-Linux.sh>http://gcompris.net/download/beta/gcompris-qt-x86-0.50-Linux.sh)
> on Desktop and on an android tablet (Android 2.2).
>
> Does anyone have an idea of where it can come from?
Download error?
On linux you can easily double check by comparing (1)
md5sum $HOME/.local/share/KDE/gcompris-qt/data2/voices-ogg/voices-en.rcc
with (2)
grep voices-en $HOME/.local/share/KDE/gcompris-qt/data2/voices-ogg/Contents
and (3)
wget -o /dev/null -O - http://gcompris.net/data2/voices-ogg/voices-en.rcc | md5sum
If (1) is different from (2) (and (3)) you have a download/network error (probably your case). If
this happens more than once there might be another issue. Never seen so far. Incomplete downloads
e.g. due to full HD should afaik result in a different error.
If (2) is different from (3) upstream is invalid and you have to blame bdoin :-P
Holger
More information about the GCompris-devel
mailing list