[GRASS-dev] [GRASS GIS] #2996: Lidar modules broken in 64bit WinGRASS
GRASS GIS
trac at osgeo.org
Tue Dec 20 13:23:10 PST 2016
#2996: Lidar modules broken in 64bit WinGRASS
-------------------------+-------------------------------------------------
Reporter: wenzeslaus | Owner: grass-dev@…
Type: defect | Status: reopened
Priority: blocker | Milestone: 7.2.0
Component: Packaging | Version: svn-releasebranch70
Resolution: | Keywords: lasinfo, r.in.lidar, v.in.lidar,
| r3.in.lidar, libLAS
CPU: x86-64 | Platform: Unspecified
-------------------------+-------------------------------------------------
Comment (by hellik):
Replying to [comment:32 martinl]:
> Replying to [comment:30 martinl]:
>
> > Update: `las` package (64bit) has now new dependency - msvcrt2013. It
means that this issue is fixed in OSGeo4W installer. It also means that we
need to modify standalone installer to download msvcrt2013 manually.
>
> What be nice to modify installer to download and install both packages
together.
in https://trac.osgeo.org/grass/browser/grass/trunk/mswindows/GRASS-
Installer.nsi.tmpl#L826
{{{
826 untar_ok:
827 DetailPrint "Archive successfully unzipped."
828 DetailPrint "Installing vcredist_2005_x86.exe ..."
829 ExecWait
'"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist_2005_x86.exe" /q'
830 DetailPrint "Installing vcredist_2008_x86.exe ..."
831 ExecWait
'"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist_2008_x86.exe" /q'
832 DetailPrint "Installing vcredist_2010_x86.exe ..."
833 ExecWait
'"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist_2010_x86.exe" /q'
834 DetailPrint "Copying runtime files ..."
835 CopyFiles "$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\*.dll"
"$INSTALL_DIR\extrabin"
836 DetailPrint "MS runtime files installed."
837 Goto end
}}}
does it mean that standalone installer should download
{{{
http://download.osgeo.org/osgeo4w/x86_64/release/msvcrt/msvcrt2013/msvcrt2013-1.0.0-1.tar.bz2
}}}
unzip and untar it and then run
{{{
ExecWait '"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist-2013-x64.exe" /q'
}}}
?
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2996#comment:34>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list