diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2013-January/021616.html')
-rw-r--r-- | zarb-ml/mageia-dev/2013-January/021616.html | 171 |
1 files changed, 171 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-January/021616.html b/zarb-ml/mageia-dev/2013-January/021616.html new file mode 100644 index 000000000..0d37329cd --- /dev/null +++ b/zarb-ml/mageia-dev/2013-January/021616.html @@ -0,0 +1,171 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Trying to install Google Musicmanager under Cauldron + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Trying%20to%20install%20Google%20Musicmanager%20under%0A%09Cauldron&In-Reply-To=%3C50F5299D.1070004%40colin.guthr.ie%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="021600.html"> + <LINK REL="Next" HREF="021592.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Trying to install Google Musicmanager under Cauldron</H1> + <B>Colin Guthrie</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Trying%20to%20install%20Google%20Musicmanager%20under%0A%09Cauldron&In-Reply-To=%3C50F5299D.1070004%40colin.guthr.ie%3E" + TITLE="[Mageia-dev] Trying to install Google Musicmanager under Cauldron">mageia at colin.guthr.ie + </A><BR> + <I>Tue Jan 15 11:04:13 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="021600.html">[Mageia-dev] Trying to install Google Musicmanager under Cauldron +</A></li> + <LI>Next message: <A HREF="021592.html">[Mageia-dev] freeze push: ldetect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#21616">[ date ]</a> + <a href="thread.html#21616">[ thread ]</a> + <a href="subject.html#21616">[ subject ]</a> + <a href="author.html#21616">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>'Twas brillig, and Pascal Terjan at 14/01/13 22:07 did gyre and gimble: +><i> On Mon, Jan 14, 2013 at 8:56 PM, Olivier Blin <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at blino.org</A>> wrote: +</I>>><i> Donald Stewart <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">watersnowrock at gmail.com</A>> writes: +</I>>><i> +</I>>>><i> On 14 January 2013 20:27, Robert Fox <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">list at foxconsult.net</A>> wrote: +</I>>>>><i> A requested package cannot be installed: +</I>>>>><i> google-musicmanager-beta-1.0.54.4672-0.x86_64 (due to unsatisfied +</I>>>>><i> qtwebkit) +</I>>>>><i> Continue installation anyway? +</I>>>>><i> +</I>>>>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at ThinkFox</A> Downloads]# rpm -qa | grep qtwebkit +</I>>>>><i> libqtwebkit2.2_4-2.2.2-5.mga3 +</I>>>>><i> qtwebkit-qmlplugin-2.2.2-5.mga3 +</I>>>>><i> lib64qtwebkit2.2_4-2.2.2-5.mga3 +</I>>>><i> +</I>>>><i> I just forced the install without the deps... +</I>>><i> +</I>>><i> Hi, +</I>>><i> +</I>>><i> If it works fine after installing with --nodeps, maybe we could add +</I>>><i> "qtwebkit" provides in the matching package. +</I>>><i> Do you know if this application is linked against libQtWebKit.so.4? +</I>><i> +</I>><i> It seems to work fine on opensuse ignoring the dependency +</I>><i> <A HREF="http://opensuseadventures.blogspot.co.uk/2012/12/easily-install-dropbox-skype-and-google.html">http://opensuseadventures.blogspot.co.uk/2012/12/easily-install-dropbox-skype-and-google.html</A> +</I>><i> Trying here the %post complains about missing service atd but then runs fine +</I>><i> +</I>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">pterjan at chopin</A> ~]$ ldd /opt/google/musicmanager/MusicManager | grep -i qt +</I>><i> libQtGui.so.4 => /lib64/libQtGui.so.4 (0x00007f19bcb74000) +</I>><i> libQtNetwork.so.4 => /lib64/libQtNetwork.so.4 (0x00007f19bc83c000) +</I>><i> libQtCore.so.4 => /lib64/libQtCore.so.4 (0x00007f19bc365000) +</I>><i> libQtWebKit.so.4 => /lib64/libQtWebKit.so.4 (0x00007f19ba765000) +</I>><i> libQtLocation.so.1 => /usr/lib64/libQtLocation.so.1 (0x00007f19b3d73000) +</I>><i> libQtSensors.so.1 => /usr/lib64/libQtSensors.so.1 (0x00007f19b3b46000) +</I>><i> libQtOpenGL.so.4 => /usr/lib64/libQtOpenGL.so.4 (0x00007f19b3848000) +</I>><i> libQtSql.so.4 => /usr/lib64/libQtSql.so.4 (0x00007f19b1cf0000) +</I>><i> +</I> + +Yeah the %post scripts in these google rpms to add custom urpmi packages +seems a bit rubbish (they do it via an at/cron job from what I gather). + +At least they are doing urpmi stuff tho' - just not sure I approve of it +silently and automatically adding a software repository on my computer... + +Same for the google talk plugin. + +Col + + +-- + +Colin Guthrie +colin(at)mageia.org +<A HREF="http://colin.guthr.ie/">http://colin.guthr.ie/</A> + +Day Job: + Tribalogic Limited <A HREF="http://www.tribalogic.net/">http://www.tribalogic.net/</A> +Open Source: + Mageia Contributor <A HREF="http://www.mageia.org/">http://www.mageia.org/</A> + PulseAudio Hacker <A HREF="http://www.pulseaudio.org/">http://www.pulseaudio.org/</A> + Trac Hacker <A HREF="http://trac.edgewall.org/">http://trac.edgewall.org/</A> +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="021600.html">[Mageia-dev] Trying to install Google Musicmanager under Cauldron +</A></li> + <LI>Next message: <A HREF="021592.html">[Mageia-dev] freeze push: ldetect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#21616">[ date ]</a> + <a href="thread.html#21616">[ thread ]</a> + <a href="subject.html#21616">[ subject ]</a> + <a href="author.html#21616">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |