Opened 13 years ago

Last modified 13 years ago

#3699 new bug

silent plugin loading failure

Reported by: strk Owned by: timlinux
Priority: minor: annoyance Milestone: Version 1.7.0
Component: C++ Plugins Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: Debian
Platform Version: Awaiting user input: no

Description

I've noticed that when a core plugin loading fails qgis doesn't say anything, unless you build it in Debug mode.

It's pretty frustrating. Should errors in plugin loading be printed in Release mode too ?

Change History (1)

comment:1 by strk, 13 years ago

Just to give some more context: the plugin which is failing to load for me is grass, whose .so fails to find a few dependent libs:

$ ldd /usr/local/lib/qgis/plugins/libgrassplugin.so | grep 'not found'
        libgrass_gis.so => not found
        libgrass_vect.so => not found
        libgrass_dbmibase.so => not found
        libgrass_dbmiclient.so => not found
        libgrass_gproj.so => not found
        libgrass_gis.so => not found
        libgrass_vect.so => not found
        libgrass_dbmibase.so => not found
        libgrass_dbmiclient.so => not found
        libgrass_gproj.so => not found
Note: See TracTickets for help on using tickets.