We have moved to a new Sailfish OS Forum. Please start new discussions there.
1

grilo-qt5-qml-plugin

asked 2016-12-10 20:49:54 +0200

Cigydd gravatar image

updated 2016-12-11 17:54:58 +0200

I'm trying to compile and test the Media Gallery example from the Sailfish IDE bundle. Wanting to get started with Sailfish development.

I get this error while the Sailfish IDE tries to install the resulting RPM package:

Error: nothing provides grilo-qt5-qml-plugin needed by mediagallery-0.2-1.i486

Tried to replace grilo-qt5-qml-plugin in the RPM SPEC file with nemo-qml-plugin-grilo-qt5 which I found by googling (but I'm not sure if this package is a replacement for grilo-qt5-qml-plugin). But got the same error, only mentioning that nothing provides nemo-qml-plugin-grilo-qt5.

Can this example project be successfully installed? If yes, how?

Edit 1:

This is what I found in the About dialog in the Sailfish IDE:

Qt Creator 4.0.1 (Sailfish OS SDK 1611)
Based on Qt 5.5.0 (GCC 4.8.4, 64 bit)
Built on Nov 17 2016 17:27:12
From revision 9d107e3

The installer I used is SailfishOSSDK-Beta-1611-Qt5-linux-64-offline.run.

Here is the whole log (contaminated with Czech translation but you can get the crucial parts in English): http://pastebin.com/ABWAfsNX

Edit 2:

uname -a excerpt: Linux SailfishSDK 3.6.11-10.1.23.jolla

edit retag flag offensive close delete

Comments

1

One moment; you can compile the sample. but you cant install it? Which version of the SDK are you on?

tortoisedoc ( 2016-12-10 22:26:19 +0200 )edit

Edited the question to provide more information.

Cigydd ( 2016-12-11 17:43:54 +0200 )edit

1 Answer

Sort by » oldest newest most voted
1

answered 2016-12-12 10:16:07 +0200

martyone gravatar image

This is a bug. It will be fixed in the earliest upcoming SDK release with 2.1.x build environment. Unfortunately it passed testing without noticing grilo-qt5 was not included in public repos yet.

You can try examples from an older version of SDK meanwhile - the differencies are subtle otherwise. Here is how to hack this on Linux:

cd ~/SailfishOS
mv examples{,_}
curl -O http://releases.sailfishos.org/sdk/repository-160801/common/org.merproject.examples.silicaexamples/2016.04.15-1examples.7z
7z x 2016.04.15-1examples.7z
edit flag offensive delete publish link more

Comments

Wow! Thanks a lot, this is one of my first real bugs discovered and it's going to be fixed ;-)

And it's a nasty one we can say because the package compiles but doesn't install.

Cigydd ( 2016-12-12 10:24:59 +0200 )edit
Login/Signup to Answer

Question tools

Follow
2 followers

Stats

Asked: 2016-12-10 20:49:54 +0200

Seen: 402 times

Last updated: Dec 12 '16