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
96
97
98
99
100
101
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] Copying packages from release to updates_testing
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Copying%20packages%20from%20release%20to%20updates_testing&In-Reply-To=%3C201110101600.01918.stormi%40laposte.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="004006.html">
<LINK REL="Next" HREF="004010.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] Copying packages from release to updates_testing</H1>
<B>Samuel Verschelde</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Copying%20packages%20from%20release%20to%20updates_testing&In-Reply-To=%3C201110101600.01918.stormi%40laposte.net%3E"
TITLE="[Mageia-sysadm] Copying packages from release to updates_testing">stormi at laposte.net
</A><BR>
<I>Mon Oct 10 16:00:01 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="004006.html">[Mageia-sysadm] Copying packages from release to updates_testing
</A></li>
<LI>Next message: <A HREF="004010.html">[Mageia-sysadm] Creating ldap account
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4008">[ date ]</a>
<a href="thread.html#4008">[ thread ]</a>
<a href="subject.html#4008">[ subject ]</a>
<a href="author.html#4008">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le dimanche 9 octobre 2011 04:59:45, andre999 a écrit :
><i> David W. Hodgins a écrit :
</I>><i> > On Tue, 06 Sep 2011 14:05:02 -0400, Michael Scherer <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">misc at zarb.org</A>>
</I>><i> >
</I>><i> > wrote:
</I>><i> >> Packagers should list them, we will manage to copy when needed.
</I>><i> >
</I>><i> > Going to be getting a new type of copy request shortly.
</I>><i> >
</I>><i> > As demonstrated by <A HREF="https://bugs.mageia.org/show_bug.cgi?id=2977">https://bugs.mageia.org/show_bug.cgi?id=2977</A>
</I>><i> > where updating mencoder from the Core Release version to the
</I>><i> > Tainted Release version is failing, as the libtwolame package
</I>><i> > is not available to the Tainted Release repository.
</I>><i> >
</I>><i> > Arrgh. Please ignore the message for now. I'm still trying
</I>><i> > to figure out exactly what is going on with this one.
</I>><i>
</I>><i> What we need is the build system to do something like :
</I>><i> Updates to tainted to search for requires in
</I>><i> 1) first tainted/updates
</I>><i> 2) then tainted/release
</I>><i> 3) then core/updates and release, nonfree/updates and release
</I>><i>
</I>><i> Similarly, for updates to nonfree it would be
</I>><i> 1) first nonfree/updates
</I>><i> 2) then nonfree/release
</I>><i> 3) then core/updates and release
</I>><i>
</I>><i> And updates to core
</I>><i> 1) first core/updates
</I>><i> 2) then core/release
</I>><i>
</I>><i> So in other words, we need a table to tell the build system where to look.
</I>><i> With at least a 2-stage search, for efficiency.
</I>><i> (which is apparently already more or less planned.)
</I>><i> The above doesn't take into account i586/x86_64, or backports.
</I>
It's not related to the build system, and urpmi already does that (not exactly
following your algorithm, but the dependency solving is working). The problem
is only in MageiaUpdate.
Samuel
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004006.html">[Mageia-sysadm] Copying packages from release to updates_testing
</A></li>
<LI>Next message: <A HREF="004010.html">[Mageia-sysadm] Creating ldap account
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4008">[ date ]</a>
<a href="thread.html#4008">[ thread ]</a>
<a href="subject.html#4008">[ subject ]</a>
<a href="author.html#4008">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|