Opened 9 years ago
Closed 9 years ago
#2772 closed defect (fixed)
Installing addons for windows gives error that File is not zip file
Reported by: | dnewcomb | Owned by: | martinl |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.2 |
Component: | Addons | Version: | svn-releasebranch70 |
Keywords: | wingrass, addons | Cc: | grass-dev@… |
CPU: | x86-64 | Platform: | MSWindows 7 |
Description (last modified by )
After installation of GRASS 7.0.2 rc1 attempted reinstall of v.lidar.mcc gett ERROR that file is not a zip file.
g.extension extension=v.lidar.mcc svnurl=http://svn.osgeo.org/grass/grass-addons/grass7 WARNING: Extension <v.lidar.mcc> already installed. Re-installing... Downloading precompiled GRASS Addons <v.lidar.mcc>... ERROR: File is not a zip file: http://wingrass.fsv.cvut.cz/grass70/addons/grass-7.0.2RC1/v.lidar.mcc.zip
Change History (10)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
Cc: | added |
---|---|
Component: | Default → Addons |
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 9 years ago
comment:4 by , 9 years ago
Keywords: | wingrass addons added |
---|
comment:6 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 by , 9 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Downloaded extensions on Wingrass 7.0.2RC2-1.exe still not seen as zipfiles
(Wed Nov 04 07:59:56 2015) g.extension extension=v.lidar.mcc svnurl=http://svn.osgeo.org/grass/grass-addons/grass7 WARNING: Extension <v.lidar.mcc> already installed. Re-installing... Downloading precompiled GRASS Addons <v.lidar.mcc>... ERROR: File is not a zip file: http://wingrass.fsv.cvut.cz/grass70/addons/grass-7.0.2RC2/v.lidar.mcc.zip (Wed Nov 04 07:59:58 2015) Command finished (2 sec) (Wed Nov 04 08:02:07 2015) g.extension extension=r.biodiversity svnurl=http://svn.osgeo.org/grass/grass-addons/grass7 Downloading precompiled GRASS Addons <r.biodiversity>... ERROR: File is not a zip file: http://wingrass.fsv.cvut.cz/grass70/addons/grass-7.0.2RC2/r.biodiversity.zip (Wed Nov 04 08:02:09 2015) Command finished (1 sec)
follow-up: 10 comment:8 by , 9 years ago
The files are simply not there on that server:
The requested URL /grass70/addons/grass-7.0.2RC2/r.biodiversity.zip was not found on this server.
Since RC2 winGRASS got published today, it probably takes a day to get the addons build.
comment:9 by , 9 years ago
Extra comment:
g.extension should emit a message in case the file is not found on the server (file size 0) since "ERROR: File is not a zip file" is misleading here.
comment:10 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Replying to neteler:
Since RC2 winGRASS got published today, it probably takes a day to get the addons build.
Should be fixed. Closing.
Should be fixed now (r66549 & r66550).