summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-September/007773.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2011-September/007773.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/2011-September/007773.html')
-rw-r--r--zarb-ml/mageia-dev/2011-September/007773.html95
1 files changed, 95 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-September/007773.html b/zarb-ml/mageia-dev/2011-September/007773.html
new file mode 100644
index 000000000..4499e9d33
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-September/007773.html
@@ -0,0 +1,95 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Copying dependencies to Updates (Testing), or changing mgaapplet to use urpmi --auto-update instead of urpmi --update.
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Copying%20dependencies%20to%20Updates%20%28Testing%29%2C%0A%20or%20changing%20mgaapplet%20to%20use%20urpmi%20--auto-update%20instead%20of%20urpmi%0A%20--update.&In-Reply-To=%3Cop.v07hv3c0n7mcit%40hodgins.homeip.net%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="007736.html">
+ <LINK REL="Next" HREF="007801.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Copying dependencies to Updates (Testing), or changing mgaapplet to use urpmi --auto-update instead of urpmi --update.</H1>
+ <B>David W. Hodgins</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Copying%20dependencies%20to%20Updates%20%28Testing%29%2C%0A%20or%20changing%20mgaapplet%20to%20use%20urpmi%20--auto-update%20instead%20of%20urpmi%0A%20--update.&In-Reply-To=%3Cop.v07hv3c0n7mcit%40hodgins.homeip.net%3E"
+ TITLE="[Mageia-dev] Copying dependencies to Updates (Testing), or changing mgaapplet to use urpmi --auto-update instead of urpmi --update.">davidwhodgins at gmail.com
+ </A><BR>
+ <I>Sat Sep 3 02:20:17 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="007736.html">[Mageia-dev] Copying dependencies to Updates (Testing), or changing mgaapplet to use urpmi --auto-update instead of urpmi --update.
+</A></li>
+ <LI>Next message: <A HREF="007801.html">[Mageia-dev] Copying dependencies to Updates (Testing), or changing mgaapplet to use urpmi --auto-update instead of urpmi --update.
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#7773">[ date ]</a>
+ <a href="thread.html#7773">[ thread ]</a>
+ <a href="subject.html#7773">[ subject ]</a>
+ <a href="author.html#7773">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Thu, 01 Sep 2011 06:43:17 -0400, Buchan Milne &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">bgmilne at staff.telkomsa.net</A>&gt; wrote:
+
+&gt;<i> On Thursday, 1 September 2011 12:12:46 Samuel Verschelde wrote:
+</I>&gt;&gt;<i> Le jeudi 25 ao&#251;t 2011 11:03:42, David W. Hodgins a &#233;crit :
+</I>&gt;&gt;<i> &gt; If the Mandriva way is kept, we must ensure all needed dependencies
+</I>&gt;&gt;<i> &gt; are available in Updates (Testing too).
+</I>&gt;<i>
+</I>&gt;<i> I note that the exception given for Mageia 1 to have packages that were in
+</I>&gt;<i> Mandriva, but weren't available at Mageia 1 release be available in updates
+</I>&gt;<i> makes this more difficult.
+</I>
+Agreed. What really makes things worse, is the dependencies of the dependencies.
+With kipi-plugins-expoblending, a requires was added for the package hugin.
+
+Since hugin was only in Core release, the mgaapplet fails to install it.
+So, hugin was copied to pushed to Core Updates Testing, and then to
+Core Updates.
+
+But, mgaapplet still couldn't install the update for kipi-plugins-expoblending,
+even though hugin was available, as enblend, required by hugin, is only in
+Core Release, so the dependencies dependencies must copied too.
+
+Identifying which packages must be copied, is going to be difficult.
+
+Effectively, everything listed by
+urpmq --requires-recursive kipi-plugins-expoblending
+minus the packages listed by
+urpmq --requires-recursive basesystem-minimal
+should be copied.
+
+$ urpmq --requires-recursive kipi-plugins-expoblending|wc -l
+629
+$ urpmq --requires-recursive basesystem-minimal|wc -l
+312
+
+So 317 packages would have to be copied, to be absolutely safe.
+
+Regards, Dave Hodgins
+</PRE>
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="007736.html">[Mageia-dev] Copying dependencies to Updates (Testing), or changing mgaapplet to use urpmi --auto-update instead of urpmi --update.
+</A></li>
+ <LI>Next message: <A HREF="007801.html">[Mageia-dev] Copying dependencies to Updates (Testing), or changing mgaapplet to use urpmi --auto-update instead of urpmi --update.
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#7773">[ date ]</a>
+ <a href="thread.html#7773">[ thread ]</a>
+ <a href="subject.html#7773">[ subject ]</a>
+ <a href="author.html#7773">[ 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>