Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944414 - app-text/master-pdf-editor: libQt5Qml.so.5 not found
Summary: app-text/master-pdf-editor: libQt5Qml.so.5 not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-22 09:03 UTC by oxensepp
Modified: 2024-11-28 12:03 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description oxensepp 2024-11-22 09:03:52 UTC
a dependency seems missing:

nico@schubert:~ > export PATH=$PATH:/opt/master-pdf-editor
nico@schubert:~ > masterpdfeditor5
masterpdfeditor5: error while loading shared libraries: libQt5Qml.so.5: cannot open shared object file: No such file or directory
nico@schubert:~ > masterpdfeditor5.sh 
/opt/master-pdf-editor/masterpdfeditor5: error while loading shared libraries: libQt5Qml.so.5: cannot open shared object file: No such file or directory


libQt5Qml.so.5 seems indeed not present on my system.
Comment 1 Andrey Grozin gentoo-dev 2024-11-27 06:12:11 UTC
What version of master-pdf-editor do you use? The current version is 5.9.86.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-27 06:13:38 UTC
The ebuild doesn't depend on qtdeclarative:5 which provides qt5qml.
Comment 3 oxensepp 2024-11-27 09:26:44 UTC
(In reply to Andrey Grozin from comment #1)
> What version of master-pdf-editor do you use? The current version is 5.9.86.

I installed 5.9.86.
Comment 4 Larry the Git Cow gentoo-dev 2024-11-28 12:03:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f7383f432c124b7b193cdd8f112fb85db18a8a

commit 26f7383f432c124b7b193cdd8f112fb85db18a8a
Author:     Andrey Grozin <grozin@gentoo.org>
AuthorDate: 2024-11-28 12:02:42 +0000
Commit:     Andrey Grozin <grozin@gentoo.org>
CommitDate: 2024-11-28 12:02:42 +0000

    app-text/master-pdf-editor: add missing dependencies
    
    Closes: https://bugs.gentoo.org/944414
    Signed-off-by: Andrey Grozin <grozin@gentoo.org>

 .../master-pdf-editor-5.9.86-r1.ebuild             | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)