Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294113 - sci-geosciences/qgis-1.3.0 fails to find plugins
Summary: sci-geosciences/qgis-1.3.0 fails to find plugins
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-22 22:18 UTC by Chris Mayo
Modified: 2009-11-23 02:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2009-11-22 22:18:20 UTC
on start:

"No QGIS data provider plugins found in:
/usr//usr/lib64/qgis
No vector layers can be loaded. Check your QGIS installation"


it is fixed for me by removing the /usr in mycmakeargs to give: 
-D QGIS_PLUGIN_SUBDIR=$(get_libdir)/qgis

qgis does seem to add the prefix:
src/core/qgsapplication.cpp:    setPluginPath( mPrefixPath + "/" + QString( QGIS_PLUGIN_SUBDIR ) );

I also took the /usr from QGIS_LIB_SUBDIR but is that only used for the Mac build?
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2009-11-23 02:01:45 UTC
Fixed. Thanks.