Opened 16 months ago

Closed 16 months ago

Last modified 16 months ago

#775 closed defect (invalid)

Dependency issue

Reported by: gpsaliola Owned by: osgeo4w-dev@…
Priority: major Component: Installer
Version: Keywords: osgeo4w setup EPSG
Cc: gpsaliola

Description

I've installed only command line utilities with this command: "osgeo4w-setup.exe -q -A -a x86_64 -k -L -d -n -N -D -s https://download.osgeo.org/osgeo4w/v2 -C Commandline_Utilities -P gpsbabel-gui" I have noticed that the commands behave as if the EPSG database has not been installed. If I manually add "-P proj82-runtime" (not installed by default) to the installation command, everything is ok.

Change History (3)

comment:1 by jef, 16 months ago

Which command did you try?

comment:2 by gpsaliola, 16 months ago

I've used: gdalinfo -proj4 -wkt_format wkt1 MYTIF.TIF

If I don't add "-P proj82-runtime" in the setup command, then in the output of gdalinfo command, the PROJ.4 string is empty.

Last edited 16 months ago by gpsaliola (previous) (diff)

comment:3 by jef, 16 months ago

Resolution: invalid
Status: newclosed

-L implies that you downloaded all dependencies into your local package directory. gdal depends on gdal306-runtime, which depends on proj91-runtime, which (like the outdated proj82-runtime you installed later) depends on proj-data, which has the actual proj data files. Your local package directory apparently didn't have proj-data, but proj91-runtime - otherwise gdalinfo wouldn't even have started.

Last edited 16 months ago by jef (previous) (diff)
Note: See TracTickets for help on using tickets.