|
Bugzilla – Full Text Bug Listing |
| Summary: | openSUSE Build Service, KDE:Qt, Qt5 Creator (7.0.0) does not launch, package broken. | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE.org | Reporter: | Lemuel Simon <lemuelsimon32> |
| Component: | 3rd party software | Assignee: | E-Mail List <opensuse-kde-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <screening-team-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | fvogt, lemuelsimon32, me |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Leap 15.3 | ||
| Whiteboard: | |||
| Found By: | Community User | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Lemuel Simon
2022-04-11 01:47:13 UTC
libExtensionSystem.so.6 doesn't come from qtcreator 7. (In reply to Christophe Giboudeaux from comment #1) > libExtensionSystem.so.6 doesn't come from qtcreator 7. My apologies. This time I ran `sudo ln -s /usr/lib64/qtcreator/* /usr/lib64/` as it reads none of the libraries in `/usr/lib64/qtcreator`. It launches normally after that. ok, openSUSE Tumbleweed isn't affected, only Leap is
TW:
# ldd /usr/bin/qtcreator| grep libUtil
libUtils.so.7 => /usr/bin/../lib64/qtcreator/libUtils.so.7 (0x00007f914e90d000)
Leap 15.3:
# ldd /usr/bin/qtcreator| grep libUtil
libUtils.so.7 => not found
This is something we have seen lately. hopefully simple to fix.
Fixed in KDE:Qt5 (In reply to Christophe Giboudeaux from comment #4) > Fixed in KDE:Qt5 When will this fix find its way to Leap 15.4? My current workaround is to set an LD_LIBRARY_PATH before invoking qtcreator, but this should not be the final solution. Maybe we should just submit the latest QtC 7.0.2 package to 15.4? https://build.opensuse.org/request/show/988585 as RFC. |