Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#38785 - [qtcreator] Help plugin cannot be loaded

Attached to Project: Arch Linux
Opened by Christian Bühler (cbuehler) - Tuesday, 04 February 2014, 10:09 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 04 February 2014, 17:33 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When starting Qt Creator, I get a error message:

/usr/lib/qtcreator/plugins/QtProject/libHelp.so: Cannot load library /usr/lib/qtcreator/plugins/QtProject/libHelp.so: (libwebp.so.4: cannot open shared object file: No such file or directory)

Additional info:
* extra/qtcreator 3.0.0-2
* extra/libwebp 0.4.0-1
This task depends upon

Closed by  Eric Belanger (Snowman)
Tuesday, 04 February 2014, 17:33 GMT
Reason for closing:  Not a bug
Comment by Christian Bühler (cbuehler) - Tuesday, 04 February 2014, 10:11 GMT
Workaround: sudo ln -s libwebp.so /usr/lib/libwebp.so.4
Comment by Eric Belanger (Snowman) - Tuesday, 04 February 2014, 17:32 GMT
This library doesn't link to libwebp. Make sure your system is up-to-date and all custom packages have been rebuilt agsint new libwebp.

$ readelf -d /usr/lib/qtcreator/plugins/QtProject/libHelp.so

Dynamic section at offset 0x80c30 contains 43 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libCore.so]
0x0000000000000001 (NEEDED) Shared library: [libFind.so]
0x0000000000000001 (NEEDED) Shared library: [libLocator.so]
0x0000000000000001 (NEEDED) Shared library: [libExtensionSystem.so.1]
0x0000000000000001 (NEEDED) Shared library: [libUtils.so.1]
0x0000000000000001 (NEEDED) Shared library: [libAggregation.so.1]
0x0000000000000001 (NEEDED) Shared library: [libQt5WebKitWidgets.so.5]
0x0000000000000001 (NEEDED) Shared library: [libQt5Help.so.5]
0x0000000000000001 (NEEDED) Shared library: [libQt5PrintSupport.so.5]
0x0000000000000001 (NEEDED) Shared library: [libQt5WebKit.so.5]
0x0000000000000001 (NEEDED) Shared library: [libQt5Widgets.so.5]
0x0000000000000001 (NEEDED) Shared library: [libQt5Network.so.5]
0x0000000000000001 (NEEDED) Shared library: [libQt5Gui.so.5]
0x0000000000000001 (NEEDED) Shared library: [libQt5Core.so.5]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]

Loading...