Bug report #8183

GRASS plugin cannot locate qgis.g.info

Added by zirneklitis - almost 11 years ago. Updated almost 11 years ago.

Status:Closed
Priority:Normal
Assignee:-
Category:GRASS
Affected QGIS version:master Regression?:No
Operating System:Linux Easy fix?:No
Pull Request or Patch supplied:No Resolution:
Crashes QGIS or corrupts data:No Copied to github as #:17002

Description

Self compiled QGIS Master.
OS: Fedora 18 x 64

The GRASS plug-in is compiled without errors.
The plug-in allows to open GRASS map-sets.

The errors is generated while opening layers:

GRASS vector layer:

"Cannot get projection
Cannot start module
command: /usr//usr/libexec/qgis/grass/modules/qgis.g.info info=proj"

GRASS raster layer:

"Cannot start module
command: /usr//usr/libexec/qgis/grass/modules/qgis.g.info info=query rast=gtopo30@demo"

The actual module location is /usr/libexec/qgis/grass/modules/qgis.g.info

qgis_K01.spec - The spec file used for compiling qgis (9.39 KB) zirneklitis -, 2013-06-27 10:54 AM

grass.patch Magnifier - Without this patch the gdal plug-in is not built at all. (590 Bytes) zirneklitis -, 2013-06-27 08:42 PM

icons.tar.xz - Desktop icons (60 KB) zirneklitis -, 2013-06-27 08:42 PM

path.tar.xz - LD_LIBRARY_PATH (10 KB) zirneklitis -, 2013-06-27 08:42 PM

History

#1 Updated by zirneklitis - almost 11 years ago

Supplemented files used for RPM packing.

#2 Updated by Giovanni Manghi almost 11 years ago

  • Status changed from Open to Feedback
  • Pull Request or Patch supplied changed from No to Yes

zirneklitis - wrote:

Supplemented files used for RPM packing.

Would you mind submit the patch as pull request on github? Thanks!

#3 Updated by zirneklitis - almost 11 years ago

The given patch DOES NOT solve the given issue :-( The given patch is for issue #7269

#4 Updated by Giovanni Manghi almost 11 years ago

  • Pull Request or Patch supplied changed from Yes to No

#5 Updated by zirneklitis - almost 11 years ago

  • Status changed from Feedback to Closed

There is an error in the “qgis_K01.spec” file. The parameter for cmake has a wrong value:
There is: -D QGIS_LIBEXEC_SUBDIR:STRING=%{_libexecdir}/%{name} \\
It should be: -D QGIS_LIBEXEC_SUBDIR:STRING=libexec/%{name} \\

Also available in: Atom PDF