1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
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 <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">bgmilne at staff.telkomsa.net</A>> wrote:
><i> On Thursday, 1 September 2011 12:12:46 Samuel Verschelde wrote:
</I>>><i> Le jeudi 25 août 2011 11:03:42, David W. Hodgins a écrit :
</I>>><i> > If the Mandriva way is kept, we must ensure all needed dependencies
</I>>><i> > are available in Updates (Testing too).
</I>><i>
</I>><i> I note that the exception given for Mageia 1 to have packages that were in
</I>><i> Mandriva, but weren't available at Mageia 1 release be available in updates
</I>><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>
|