[GRASS-dev] [GRASS GIS] #2996: Lidar modules broken in 64bit WinGRASS
GRASS GIS
trac at osgeo.org
Tue Dec 20 11:52:03 PST 2016
#2996: Lidar modules broken in 64bit WinGRASS
-------------------------+-------------------------------------------------
Reporter: wenzeslaus | Owner: grass-dev@…
Type: defect | Status: reopened
Priority: critical | Milestone: 7.0.6
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:24 hellik]:
> Replying to [comment:23 hellik]:
> > Replying to [comment:22 martinl]:
> > > Replying to [comment:19 martinl]:
> > > > Replying to [comment:18 annakrat]:
> > > > > I tested on 2 machines. First one is freshly installed Windows
10 and r.in.lidar does not even start. Here it seems some of the needed
dlls are missing. When running r.in.lidar from terminal, it says
msvcp120.dll and msvcr120.dll are missing. So I found them in some obscure
system directory and copied them to extrabin and then everything works.
> > > >
> > > > standalone or osgeo4w installer. If standalone did you installed
Microsoft Runtime Libs? Ma
> > >
> > > I tried to install fresh Windows 8.1 and install winGRASS720svn. I
can confirm this issue, it says msvcp120.dll and msvcr120.dll are missing.
> >
> > AFAIK it's Visual C++ 2013 Redistributable
>
> [https://www.microsoft.com/en-US/download/details.aspx?id=40784 Visual
C++ Redistributable Packages for Visual Studio 2013 ]
it's on the download server:
[http://download.osgeo.org/osgeo4w/x86_64/release/msvcrt/msvcrt2013/
/osgeo4w/x86_64/release/msvcrt/msvcrt2013]
but it seems, it isn't downloaded by the standalone:
see https://trac.osgeo.org/grass/browser/grass/trunk/mswindows/GRASS-
Installer.nsi.tmpl#L843
{{{
843 Section "Important Microsoft Runtime DLLs" SecMSRuntime
844
845 ;Set the size (in KB) of the archive file
846 StrCpy $ARCHIVE_SIZE_KB 12521
847
848 ;Set the size (in KB) of the unpacked archive file
849 AddSize 13500
850
851 StrCpy $HTTP_PATH
"http://download.osgeo.org/osgeo4w/${PLATFORM}/release/msvcrt/"
852 !if ${PLATFORM} == "x86_64"
853 StrCpy $ARCHIVE_NAME "msvcrt-1.0.1-8.tar.bz2"
854 !else
855 StrCpy $ARCHIVE_NAME "msvcrt-1.0.1-12.tar.bz2"
856 !endif
857 StrCpy $EXTENDED_ARCHIVE_NAME "Microsoft Visual C++
Redistributable Packages"
858 StrCpy $ORIGINAL_UNTAR_FOLDER "install_msruntime"
859
860 Call DownloadInstallMSRuntime
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2996#comment:25>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list