Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime failure on Gentoo: Swordfish module not installed #22

Open
Hertz642 opened this issue Jan 2, 2014 · 1 comment
Open

Runtime failure on Gentoo: Swordfish module not installed #22

Hertz642 opened this issue Jan 2, 2014 · 1 comment
Assignees

Comments

@Hertz642
Copy link

Hertz642 commented Jan 2, 2014

When I installed Swordfish on Gentoo, I had this failure when running the swordfish binary:

[debug] Using Wayland-EGL
[warning] qrc:/qml/AppWindow.qml:30 module "Swordfish" is not installed

I am currently running the Orbital plugin for Weston and I haven't tried building all of Hawaii yet.

There was a notice about some of the libraries during compile time:

Note: No relevant classes found. No output generated.

I had this note for:

3rdparty/kommodity/library/gio/kgio-appinfo.h
3rdparty/kommodity/library/gio/kgio-applaunchcontext.h
3rdparty/kommodity/library/gio/kgio-fileattributematcher.h
3rdparty/kommodity/library/gio/kgio-mountoperation-sample.cpp
3rdparty/kommodity/library/gio/kgio-readfileasync-sample.cpp
3rdparty/kommodity/library/gio/kgio-fileinfo.h
3rdparty/kommodity/library/gio/kgio-volumemonitor-sample.cpp
3rdparty/kommodity/library/gio/kgio-wrappedobject.h

As well as a number of warnings for the same files about initialization order and deprecated GCC extensions. I didn't have any errors, and the notes and warnings were only for that third party library. I don't know if they are relevant to the runtime problem.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@ghost ghost assigned plfiorini Jan 21, 2014
@plfiorini
Copy link
Member

The warnings come from the Qt wrapper for gio which is pretty outdated, warnings are about deprecated stuff but they are not harmful.

Possible problems:

  • Forgot to make install
  • The QML2_IMPORT_PATH is not set correctly, off the top of my head assuming Swordfish gets installed into /usr/local the path should be export QML2_IMPORT_PATH=/usr/local/lib/hawaii/qml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants