Martin Gansser wrote:
> Hi,
>
> If I want to install glmixer compiled with [1] I get the following
> dependencies error:
>
> [root@fc29 tmp]# rpm -ivh
> [/home/martin/rpmbuild/RPMS/x86_64/glmixer-1.7.1835-1.fc29.x86_64.rpm
> error: Failed dependencies:
> libFreeFrameGL.so()(64bit) is needed by glmixer-1.7.1835-1.fc29.x86_64
> libOSCPack.so()(64bit) is needed by glmixer-1.7.1835-1.fc29.x86_64
> libQtColorPicker.so()(64bit) is needed by glmixer-1.7.1835-1.fc29.x86_64
> libQtProperty.so()(64bit) is needed by glmixer-1.7.1835-1.fc29.x86_64
>
> [1] https://martinkg.fedorapeople.org/Packages/glmixer/glmixer.spec
> [3]
> [https://martinkg.fedorapeople.org/Packages/glmixer/GLMixer-1.7.1835-Source.tar.gz
> [4]
> [https://martinkg.fedorapeople.org/Packages/glmixer/glmixer-glew-sys.patch
>
> Is there any solution ?
2 things.
1. %cmake macro may be getting in the way here,
$ rpm --eval %cmake | grep SHARED
-DBUILD_SHARED_LIBS:BOOL=ON
in that those may be bundled libraried intended to build/link statically.
2. unrelated to this particular problem, but I see in the .spec:
BuildRequires: pkgconfig(Qt)
BuildRequires: pkgconfig(QtWebKit)
those are qt4-based dependencies, mixed with
BuildRequires: qt5-linguist
is that intentional? Usually applications use qt4 *or* qt5, but not both, I
recommend you double-check those.
-- Rex
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]