- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Testing
-
Assigned To
Emulatorman - Operating System All
- Severity Medium
- Priority Medium
- Reported Version White Hole
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#1409 - [qtcreator] requires libsystemd.so
Description: The currently packaged version of QtCreator is built with SystemD support, and on v0.3 no longer works.
Steps to reproduce:
- pacman -S qtcreator
- qtcreator
- All plugins fail to load
- Receive following error message:
Cannot load plugin because dependency failed to load: ProjectExplorer(4.2.2)
Reason: /usr/lib/qtcreator/plugins/libProjectExplorer.so: Cannot load library /usr/lib/qtcreator/plugins/libProjectExplorer.so:
(libsystemd.so.0: cannot open shared object file: No such file or directory)
We need to see if it is possible to build binary without libsystemd.so or remove the package.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
I believe removing the following line from the cmake build configuration could solve the problem:
CONFIG+=journald