[Mageia-dev] Trying to install Google Musicmanager under Cauldron

2013-01-14 Thread Robert Fox
[root@ThinkFox Downloads]# urpmi
google-musicmanager-beta_current_x86_64.rpm 
A requested package cannot be installed:
google-musicmanager-beta-1.0.54.4672-0.x86_64 (due to unsatisfied
qtwebkit)
Continue installation anyway? (Y/n) 
While some packages may have been installed, there were failures.
A requested package cannot be installed:
google-musicmanager-beta-1.0.54.4672-0.x86_64 (due to unsatisfied
qtwebkit)
Continue installation anyway?


[root@ThinkFox Downloads]# rpm -qa | grep qtwebkit
libqtwebkit2.2_4-2.2.2-5.mga3
qtwebkit-qmlplugin-2.2.2-5.mga3
lib64qtwebkit2.2_4-2.2.2-5.mga3

Any help would be welcome . . 

Cheers,
R.Fox



Re: [Mageia-dev] Trying to install Google Musicmanager under Cauldron

2013-01-14 Thread Donald Stewart
On 14 January 2013 20:27, Robert Fox l...@foxconsult.net wrote:
 [root@ThinkFox Downloads]# urpmi
 google-musicmanager-beta_current_x86_64.rpm
 A requested package cannot be installed:
 google-musicmanager-beta-1.0.54.4672-0.x86_64 (due to unsatisfied
 qtwebkit)
 Continue installation anyway? (Y/n)
 While some packages may have been installed, there were failures.
 A requested package cannot be installed:
 google-musicmanager-beta-1.0.54.4672-0.x86_64 (due to unsatisfied
 qtwebkit)
 Continue installation anyway?


 [root@ThinkFox Downloads]# rpm -qa | grep qtwebkit
 libqtwebkit2.2_4-2.2.2-5.mga3
 qtwebkit-qmlplugin-2.2.2-5.mga3
 lib64qtwebkit2.2_4-2.2.2-5.mga3

 Any help would be welcome . .

 Cheers,
 R.Fox


I just forced the install without the deps...


Re: [Mageia-dev] Trying to install Google Musicmanager under Cauldron

2013-01-14 Thread Olivier Blin
Donald Stewart watersnowr...@gmail.com writes:

 On 14 January 2013 20:27, Robert Fox l...@foxconsult.net wrote:
 A requested package cannot be installed:
 google-musicmanager-beta-1.0.54.4672-0.x86_64 (due to unsatisfied
 qtwebkit)
 Continue installation anyway?

 [root@ThinkFox Downloads]# rpm -qa | grep qtwebkit
 libqtwebkit2.2_4-2.2.2-5.mga3
 qtwebkit-qmlplugin-2.2.2-5.mga3
 lib64qtwebkit2.2_4-2.2.2-5.mga3

 I just forced the install without the deps...

Hi,

If it works fine after installing with --nodeps, maybe we could add
qtwebkit provides in the matching package.
Do you know if this application is linked against libQtWebKit.so.4?

-- 
Olivier Blin - blino


Re: [Mageia-dev] Trying to install Google Musicmanager under Cauldron

2013-01-14 Thread Donald Stewart
On 14 January 2013 20:56, Olivier Blin mag...@blino.org wrote:
 Donald Stewart watersnowr...@gmail.com writes:

 On 14 January 2013 20:27, Robert Fox l...@foxconsult.net wrote:
 A requested package cannot be installed:
 google-musicmanager-beta-1.0.54.4672-0.x86_64 (due to unsatisfied
 qtwebkit)
 Continue installation anyway?

 [root@ThinkFox Downloads]# rpm -qa | grep qtwebkit
 libqtwebkit2.2_4-2.2.2-5.mga3
 qtwebkit-qmlplugin-2.2.2-5.mga3
 lib64qtwebkit2.2_4-2.2.2-5.mga3

 I just forced the install without the deps...

 Hi,

 If it works fine after installing with --nodeps, maybe we could add
 qtwebkit provides in the matching package.
 Do you know if this application is linked against libQtWebKit.so.4?

 --
 Olivier Blin - blino

I don't know if it does, but I can check on it later. I was
considering making a downloader for it ala skype and flash.


Re: [Mageia-dev] Trying to install Google Musicmanager under Cauldron

2013-01-14 Thread Pascal Terjan
On Mon, Jan 14, 2013 at 8:56 PM, Olivier Blin mag...@blino.org wrote:
 Donald Stewart watersnowr...@gmail.com writes:

 On 14 January 2013 20:27, Robert Fox l...@foxconsult.net wrote:
 A requested package cannot be installed:
 google-musicmanager-beta-1.0.54.4672-0.x86_64 (due to unsatisfied
 qtwebkit)
 Continue installation anyway?

 [root@ThinkFox Downloads]# rpm -qa | grep qtwebkit
 libqtwebkit2.2_4-2.2.2-5.mga3
 qtwebkit-qmlplugin-2.2.2-5.mga3
 lib64qtwebkit2.2_4-2.2.2-5.mga3

 I just forced the install without the deps...

 Hi,

 If it works fine after installing with --nodeps, maybe we could add
 qtwebkit provides in the matching package.
 Do you know if this application is linked against libQtWebKit.so.4?

It seems to work fine on opensuse ignoring the dependency
http://opensuseadventures.blogspot.co.uk/2012/12/easily-install-dropbox-skype-and-google.html
Trying here the %post complains about missing service atd but then runs fine

[pterjan@chopin ~]$ ldd /opt/google/musicmanager/MusicManager | grep -i qt
libQtGui.so.4 = /lib64/libQtGui.so.4 (0x7f19bcb74000)
libQtNetwork.so.4 = /lib64/libQtNetwork.so.4 (0x7f19bc83c000)
libQtCore.so.4 = /lib64/libQtCore.so.4 (0x7f19bc365000)
libQtWebKit.so.4 = /lib64/libQtWebKit.so.4 (0x7f19ba765000)
libQtLocation.so.1 = /usr/lib64/libQtLocation.so.1 (0x7f19b3d73000)
libQtSensors.so.1 = /usr/lib64/libQtSensors.so.1 (0x7f19b3b46000)
libQtOpenGL.so.4 = /usr/lib64/libQtOpenGL.so.4 (0x7f19b3848000)
libQtSql.so.4 = /usr/lib64/libQtSql.so.4 (0x7f19b1cf)