cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Install droid/allfonts fails but it's still listed as installed #240

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./winetricks allfonts 
2. download of DroidSansFallback.ttf fails due to sha1sum mismatch!
3. winetricks (and --gui) thinks it has (properly) installed droid already

What is the expected output? What do you see instead?

Expected is

A) that droid should download correctly (might be a persistent issue, tried 
several times)

B) if something DOESNT install correctly, dont handle is as if it did install 
correctly in the UI... some method for installing the other parts remaining 
should be there, but definitely eg flag droid as "broken" somehow.

What version of the product are you using? On what operating system?

Ubuntu 12.04 and dev-version of winetricks

Please provide any additional information below.

------------------------------------------------------
Checksum for /home/XXX/.cache/winetricks/droid/DroidSansFallback.ttf did not 
match, retrying download
------------------------------------------------------
Downloading 
https://github.com/android/platform_frameworks_base/blob/master/data/fonts/Droid
SansFallback.ttf?raw=true to /home/XXX/.cache/winetricks/droid
--2012-07-31 12:18:46--  
https://github.com/android/platform_frameworks_base/blob/master/data/fonts/Droid
SansFallback.ttf?raw=true
Resolving github.com (github.com)... 207.97.227.239
Connecting to github.com (github.com)|207.97.227.239|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: 
https://github.com/android/platform_frameworks_base/raw/master/data/fonts/DroidS
ansFallback.ttf [following]
--2012-07-31 12:18:46--  
https://github.com/android/platform_frameworks_base/raw/master/data/fonts/DroidS
ansFallback.ttf
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: 
https://raw.github.com/android/platform_frameworks_base/master/data/fonts/DroidS
ansFallback.ttf [following]
--2012-07-31 12:18:47--  
https://raw.github.com/android/platform_frameworks_base/master/data/fonts/DroidS
ansFallback.ttf
Resolving raw.github.com (raw.github.com)... 207.97.227.243
Connecting to raw.github.com (raw.github.com)|207.97.227.243|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3838696 (3.7M) [application/x-font-truetype]
Saving to: `DroidSansFallback.ttf'

100%[===========================================================================
================================================================================
=======================================>] 3,838,696    443K/s   in 7.6s    

2012-07-31 12:18:56 (490 KB/s) - `DroidSansFallback.ttf' saved [3838696/3838696]

------------------------------------------------------
sha1sum mismatch!  Rename 
/home/XXX/.cache/winetricks/droid/DroidSansFallback.ttf and try again.

Original issue reported on code.google.com by stefan.h...@gmail.com on 31 Jul 2012 at 10:39

GoogleCodeExporter commented 8 years ago
I've updated the droid verb, r868.

Fixing the other problem would require a much more complete install check, not 
sure that's worth the effort.

Original comment by daniel.r...@gmail.com on 31 Jul 2012 at 5:40

GoogleCodeExporter commented 8 years ago
Thanks for fixing so promptly (though I wont be in the position to test it to 
verify for a few days).

Regarding the other issue, would it be very hard to implement to set a value 
when install begins and another when it finishes completed? At least that would 
catch things that didnt even finish downloading.

Original comment by stefan.h...@gmail.com on 31 Jul 2012 at 9:58