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

qmlimportscanner not found #26

Closed
userappgate opened this issue Oct 3, 2016 · 5 comments
Closed

qmlimportscanner not found #26

userappgate opened this issue Oct 3, 2016 · 5 comments

Comments

@userappgate
Copy link

I'm using the appimage build.

 ./linuxdeployqt  ~/dev/cool-retro-term/build/cool-retro-term -appimage -qmldir=~/dev/cool-retro-term/
"/tmp/.mount_9l9Smc/usr/bin:/home/salvo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
app-binary: "/home/salvo/dev/cool-retro-term/build/cool-retro-term"
ERROR: FIXME: Here I would like to determine the original rpath of the main executable, but get: QSet("$ORIGIN/lib")
ERROR: qmlimportscanner not found at "/tmp/.mount_9l9Smc/qmlimportscanner"
ERROR: Rebuild qtdeclarative/tools/qmlimportscanner
@probonopd
Copy link
Owner

Yes, the whole QML stuff is entirely untested and likely broken at the moment; help would be appreciated.

@probonopd
Copy link
Owner

Related to #25, QML is not working yet. Hence closing here.

@userappgate
Copy link
Author

Please leave them open, so newcomers see the amount of open issues and think twice before trying to use this.

@probonopd
Copy link
Owner

Yes, I have left #25 open which is the root cause. But having 3 duplicates of "QML is not working yet" is not helping me prioritize ;-)

@probonopd
Copy link
Owner

qmlimportscanner is tried to be loaded from the location under the qt_prfxpath that is hardcoded in libQtCore.so.5, or, as a fallback, from the location next to the linuxdeployqt binary. I have added qmlimportscanner to the linuxdeployqt AppImage for now. The error should be gone.

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