FS#70267 - [cppcheck] Missing Optioanal Dependency Tied to cppcheck-gui

Attached to Project: Community Packages
Opened by Jhonatha Asimov (Jasimov) - Friday, 02 April 2021, 18:00 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 09 January 2022, 14:55 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

By launching cppcheck-gui this message occours:
"cppcheck-gui: error while loading shared libraries: libQt5Help.so.5: cannot open shared object file: No such file or directory"

Problem:
In fact the optional dependency qt5-base does not contain such file.

Solution:
Add [qt5-tools](https://archlinux.org/packages/extra/x86_64/qt5-tools/) as an optional dependency to run cppcheck-gui.

Additional info:
* package version(s) 2.4.1

Steps to reproduce:
Install cppcheck from pacman repositories with qt5-base and python-pygments optional dependencies.
run cppcheck-gui
This task depends upon

Closed by  Jelle van der Waa (jelly)
Sunday, 09 January 2022, 14:55 GMT
Reason for closing:  Fixed
Comment by Jelle van der Waa (jelly) - Sunday, 09 January 2022, 14:55 GMT
qt5-tools is an optional dependency of cppcheck now.

Loading...