summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-December/010449.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-December/010449.html')
-rw-r--r--zarb-ml/mageia-dev/2011-December/010449.html139
1 files changed, 139 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-December/010449.html b/zarb-ml/mageia-dev/2011-December/010449.html
new file mode 100644
index 000000000..f0482528f
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-December/010449.html
@@ -0,0 +1,139 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] How broken are RPM dependencies allowed to be?
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20How%20broken%20are%20RPM%20dependencies%20allowed%20to%20be%3F&In-Reply-To=%3C20111214223737.GA21938%40mars-attacks.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="010430.html">
+ <LINK REL="Next" HREF="010451.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] How broken are RPM dependencies allowed to be?</H1>
+ <B>nicolas vigier</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20How%20broken%20are%20RPM%20dependencies%20allowed%20to%20be%3F&In-Reply-To=%3C20111214223737.GA21938%40mars-attacks.org%3E"
+ TITLE="[Mageia-dev] How broken are RPM dependencies allowed to be?">boklm at mars-attacks.org
+ </A><BR>
+ <I>Wed Dec 14 23:37:37 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="010430.html">[Mageia-dev] How broken are RPM dependencies allowed to be?
+</A></li>
+ <LI>Next message: <A HREF="010451.html">[Mageia-dev] How broken are RPM dependencies allowed to be?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#10449">[ date ]</a>
+ <a href="thread.html#10449">[ thread ]</a>
+ <a href="subject.html#10449">[ subject ]</a>
+ <a href="author.html#10449">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Wed, 14 Dec 2011, Dan Fandrich wrote:
+
+&gt;<i> On Wed, Dec 14, 2011 at 12:31:36PM +0100, Thierry Vignaud wrote:
+</I>&gt;<i> &gt; On 14 December 2011 10:14, Dan Fandrich &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">dan at coneharvesters.com</A>&gt; wrote:
+</I>&gt;<i> &gt; &gt; I can understand that my particular case is unsupported, but I described
+</I>&gt;<i> &gt; &gt; a different, supported, scenario that would also fail due to this problem.
+</I>&gt;<i> &gt; &gt; To reiterate, a distribution upgrade from 1 to 2 (once it's finalized)
+</I>&gt;<i> &gt; &gt; could involve urpmi first upgrading the perl-dependent package but avoid
+</I>&gt;<i> &gt; &gt; installing the new perl itself until the end of the upgrade, which could be
+</I>&gt;<i> &gt; &gt; hours or (if interrupted) days later.
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; This is bullshit.
+</I>&gt;<i> &gt; urpmi will upgrade perl itself first (with glibc, rpm &amp; perl-URPM).
+</I>&gt;<i>
+</I>&gt;<i> What does perl have to do with this? It's a general problem that could
+</I>&gt;<i> happen with any upgrade where version dependencies aren't listed correctly.
+</I>&gt;<i>
+</I>&gt;<i> &gt; &gt; During the entirety of that time,
+</I>&gt;<i> &gt; &gt; that package would be unusable. If that package happened to be a key CGI
+</I>&gt;<i> &gt; &gt; script for a web site, the entire site would be down for that entire time.
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; This is totally unrealistic.
+</I>&gt;<i> &gt; If someone is fool enough to perform a live upgrade on a server
+</I>&gt;<i> &gt; still serving requests, it deserves being shoot. Twice.
+</I>&gt;<i> &gt; One usually pulls a server out of trafic, upgrade it, then put it back
+</I>&gt;<i> &gt; in use. And keeps HA by keeping another old server responding.
+</I>&gt;<i> &gt; That's not a valid use case.
+</I>&gt;<i>
+</I>&gt;<i> Once again, you're looking at this specific example and missing the general
+</I>&gt;<i> case. This problem can happen even when installing a batch of bug fixes within
+</I>&gt;<i> a single release. The time span would hopefully me more on the order of minutes
+</I>&gt;<i> than hours, but the problem remains the same.
+</I>
+We usually avoid pushing new incompatible perl version as update on
+stable releases.
+
+&gt;<i>
+</I>&gt;<i> &gt; This will break on every distro.
+</I>&gt;<i>
+</I>&gt;<i> Only those with broken dependencies. Plenty of people use Debian unstable, for
+</I>&gt;<i> example, but in my experience, their dependencies are much more extensively
+</I>&gt;<i> versioned. Libraries of the same SONAME are generally backwards-compatible,
+</I>&gt;<i> so there's nothing fundamentally preventing this from working. But, it
+</I>
+Dependencies based on SONAME are already added, because it can be done
+automatically.
+
+&gt;<i> does mean extra effort and I understand if that's why it isn't being
+</I>&gt;<i> done. But if that's the case, then when are versioned dependencies
+</I>&gt;<i> ever acceptable? The arguments I've been hearing (i.e. never try to mix
+</I>&gt;<i> releases &amp; don't bother trying to use your system during any kind of urpmi
+</I>&gt;<i> update) ultimately mean that they could be entirely removed everywhere.
+</I>
+Versionned dependencies are added when they are needed to allow correct
+updates on stable release or upgrades from one release to an other
+(installing all available updates, not only some of them), for example
+to require installing some packages in the same transaction. Or when
+the dependencies can be detected and added automatically. But I don't
+think you should expect to be able to take any package from any release
+and install it on an other release with accurate dependencies.
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="010430.html">[Mageia-dev] How broken are RPM dependencies allowed to be?
+</A></li>
+ <LI>Next message: <A HREF="010451.html">[Mageia-dev] How broken are RPM dependencies allowed to be?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#10449">[ date ]</a>
+ <a href="thread.html#10449">[ thread ]</a>
+ <a href="subject.html#10449">[ subject ]</a>
+ <a href="author.html#10449">[ 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>