#802 closed defect (fixed)

osgeo4w-setup.exe exits with saga.bat error because saga-refresh.bat does not exist

Reported by: arencambre Owned by: osgeo4w-dev@…
Priority: normal Component: Installer
Version: Keywords: saga
Cc: arencambre

Description

For months now, every time I run osgeo4w-setup.exe, it ends with this postinstall script error:

Package: Unknown package

saga.bat exit code 1

Based on inspection of setup.log.full, the issue is with the very last line of saga.bat:

for /f "tokens=* usebackq" %%f in (`dir /s /b "%OSGEO4W_ROOT%\apps\saga-refresh.bat"`) do call "%%f"

Indeed, there is no C:\OSGeo4W\apps\saga-refresh.bat file.

saga_gui's About dialog says I am running 7.8.2.

Just to make sure I am on the current release, this happens on the osgeo4w-setup.exe file that I just downloaded, too.

Change History (1)

Note: See TracTickets for help on using tickets.