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

Qt Creator 11.0.3-2 won't run #9639

Closed
dewf opened this issue Oct 17, 2023 · 6 comments
Closed

Qt Creator 11.0.3-2 won't run #9639

dewf opened this issue Oct 17, 2023 · 6 comments
Labels

Comments

@dewf
Copy link

dewf commented Oct 17, 2023

Pops up a small dialog: Could not open "Qt Creator" (Missing symbol: ).

Fresh install of Beta 4.

(only button on dialog is Cancel)

@waddlesplash
Copy link
Member

Please try starting from a terminal and see if you get a more coherent error message.

@dewf
Copy link
Author

dewf commented Oct 17, 2023

Please try starting from a terminal and see if you get a more coherent error message.

What's the procedure for discovering the executable location of installed packages?

I did a find at root level and found something that looked like it might be it:

/boot/system/apps/QtCreator/bin/Qt\ Creator

Running that gives me:

runtime_loader: /boot/system/lib/libstdc++.so.6.0.29: version "GLIBCXX_3.4.32" not found (required by libUtils.so.11)

There is also a qtcreator.sh file in that same directory, and if I run that instead I get:

./qtcreator.sh: line 45: /boot/system/apps/QtCreator/bin/qtcreator: No such file or directory

@waddlesplash
Copy link
Member

The first error is the relevant one. CC @nielx.

@waddlesplash
Copy link
Member

Can you perhaps run pkgman full-sync, reboot, and see if anything changes here?

@korli
Copy link
Contributor

korli commented Oct 17, 2023

The dependency on libstdc++ is missing, but necessary since libstdc++ update with gcc13 (vs beta4).

@dewf
Copy link
Author

dewf commented Oct 17, 2023

Can you perhaps run pkgman full-sync, reboot, and see if anything changes here?

Huzzah, that worked! Thank you. Closing the issue now.

@dewf dewf closed this as completed Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants