summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-June/005719.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-June/005719.html')
-rw-r--r--zarb-ml/mageia-dev/2011-June/005719.html238
1 files changed, 238 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-June/005719.html b/zarb-ml/mageia-dev/2011-June/005719.html
new file mode 100644
index 000000000..7de5c104d
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-June/005719.html
@@ -0,0 +1,238 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Lib policy change needed ?
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Lib%20policy%20change%20needed%20%3F&In-Reply-To=%3CBANLkTiku_6aeCCyTrnBn77eUmo2ErUBDKA%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="005691.html">
+ <LINK REL="Next" HREF="005723.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Lib policy change needed ?</H1>
+ <B>Ahmad Samir</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Lib%20policy%20change%20needed%20%3F&In-Reply-To=%3CBANLkTiku_6aeCCyTrnBn77eUmo2ErUBDKA%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] Lib policy change needed ?">ahmadsamir3891 at gmail.com
+ </A><BR>
+ <I>Wed Jun 15 18:15:58 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="005691.html">[Mageia-dev] Lib policy change needed ?
+</A></li>
+ <LI>Next message: <A HREF="005723.html">[Mageia-dev] Lib policy change needed ?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5719">[ date ]</a>
+ <a href="thread.html#5719">[ thread ]</a>
+ <a href="subject.html#5719">[ subject ]</a>
+ <a href="author.html#5719">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 15 June 2011 10:44, Christiaan Welvaart &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">cjw at daneel.dyndns.org</A>&gt; wrote:
+&gt;<i> On Wed, 15 Jun 2011, Dexter Morgan wrote:
+</I>&gt;<i>
+</I>&gt;&gt;<i> the last BS breakage makes me thing that we should adjust our
+</I>&gt;&gt;<i> packaging policy and add only one lib per lib package.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> On our last BS breakage we had as error :
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> A requested package cannot be installed:
+</I>&gt;&gt;<i> seahorse-2.32.0-2.mga1.x86_64 (due to unsatisfied libgp11.so.0()(64bit))
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> because libgp11.so.0 was in libgcr0 but disappeared.
+</I>&gt;<i>
+</I>&gt;<i> This was of course a packaging error, the version postfix in the package
+</I>&gt;<i> name should have been modified.
+</I>&gt;<i>
+</I>&gt;&gt;<i> WDYT about this new policy ?
+</I>&gt;<i>
+</I>&gt;<i> Fine with me, always considered it strange when the lib version in the pkg
+</I>&gt;<i> name does not correspond to major version of some of the libraries in a
+</I>&gt;<i> package. I agree this policy change or clarification (if followed) will
+</I>&gt;<i> likely prevent such mistakes in the future. And it should not cause any
+</I>&gt;<i> problems since we have automatic library provides and dependencies.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> &#160; &#160;Christiaan
+</I>&gt;<i>
+</I>
+Splitting every single lib in a separate package isn't ideal, IMHO
+(just look at how many kde library packages we have).
+
+Libraries that have the same major from the same src.rpm should be in
+the same sub-package as much as possible (i.e. all glib-related libs
+in one package, extensions (e.g. nautilus extensions) could be each in
+a sub-package); and split only if something would require one lib but
+not another from that lib package, i.e. split when needed, not
+generally.
+
+For example look at Amarok:
+$ urpmf --sourcerpm :amarok | sort | grep lib
+lib64amarokcore1:amarok-2.4.1-0.mga1.src.rpm
+lib64amaroklib1:amarok-2.4.1-0.mga1.src.rpm
+lib64amarokocsclient4:amarok-2.4.1-0.mga1.src.rpm
+lib64amarokpud1:amarok-2.4.1-0.mga1.src.rpm
+lib64amarok-sqlcollection1:amarok-2.4.1-0.mga1.src.rpm
+lib64amarok-transcoding1:amarok-2.4.1-0.mga1.src.rpm
+
+every lib is in a separate package, even though:
+- Nothing else uses any of those libs other than Amarok
+- Amarok is linked against all of those libs and it wouldn't work if
+you uninstall any of them
+
+In such a case grouping all of them in one lib*amarok package would be
+easier, there'll never be any file conflicts when the mojor of any of
+them changes.
+
+P.S. I am not a packaging expert.
+
+--
+Ahmad Samir
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="005691.html">[Mageia-dev] Lib policy change needed ?
+</A></li>
+ <LI>Next message: <A HREF="005723.html">[Mageia-dev] Lib policy change needed ?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5719">[ date ]</a>
+ <a href="thread.html#5719">[ thread ]</a>
+ <a href="subject.html#5719">[ subject ]</a>
+ <a href="author.html#5719">[ 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>