GNOME Bugzilla – Bug 707724
check dependencies
Last modified: 2014-01-24 13:27:16 UTC
I just downloaded, configured and built gnome-maps. I then tried to run, but got a series of JavaScript typelib errors. The problem was that I hadn't installed various dependencies required by gnome-maps: libchamplain, libgeocode-glib, a new enough version of GTK and so on. gnome-maps should check for new enough versions of these dependencies and print a sensible error message if they don't exist. That could happen either at configure time or on startup, but it should happen somewhere.
(In reply to comment #0) > I just downloaded, configured and built gnome-maps. I then tried to run, but > got a series of JavaScript typelib errors. The problem was that I hadn't > installed various dependencies required by gnome-maps: libchamplain, > libgeocode-glib, a new enough version of GTK and so on. > > gnome-maps should check for new enough versions of these dependencies and print > a sensible error message if they don't exist. That could happen either at > configure time That would be wrong, check bug#706849 for why so. > or on startup, but it should happen somewhere. Yeah, that does make sense. As you can see in last comment (#5) on bug#706849, I'm not against adding runtime checks at all but somebody gotta do it. :)
*** Bug 722146 has been marked as a duplicate of this bug. ***
As part of solution for bug#722338, this is now resolved.