Re: can't install rpm file due failed dependencies

2018-12-08 Thread Samuel Sieb
On 12/8/18 6:49 AM, Martin Gansser wrote: [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

Re: can't install rpm file due failed dependencies

2018-12-08 Thread Martin Gansser
> Martin Gansser wrote: > > > 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. ok, I have now with glmixer

Re: can't install rpm file due failed dependencies

2018-12-08 Thread Antonio Trande
Usually are compiled and installed inside a private library path. A build log could be useful. On 08/12/18 16:37, Martin Gansser wrote: >> Look all libraries bundled inside glmixer code: >> https://sourceforge.net/p/glmixer/Source/HEAD/tree/trunk/ >> >> On 08/12/18 15:49, Martin Gansser wrote: >

Re: can't install rpm file due failed dependencies

2018-12-08 Thread Martin Gansser
> Look all libraries bundled inside glmixer code: > https://sourceforge.net/p/glmixer/Source/HEAD/tree/trunk/ > > On 08/12/18 15:49, Martin Gansser wrote: that means ? all libraries must be included in the rpm package ? how can i do this, by hand ? [martin@fc29 x86_64-redhat-linux-gnu]$ ll

Re: can't install rpm file due failed dependencies

2018-12-08 Thread Rex Dieter
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

Re: can't install rpm file due failed dependencies

2018-12-08 Thread Antonio Trande
Look all libraries bundled inside glmixer code: https://sourceforge.net/p/glmixer/Source/HEAD/tree/trunk/ On 08/12/18 15:49, Martin Gansser wrote: > Hi, > > If I want to install glmixer compiled with [1] I get the following > dependencies error: > > [root@fc29 tmp]# rpm -ivh >

can't install rpm file due failed dependencies

2018-12-08 Thread Martin Gansser
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