diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-August/017882.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-1be510f9529cb082f802408b472a77d074b394c0.tar archives-1be510f9529cb082f802408b472a77d074b394c0.tar.gz archives-1be510f9529cb082f802408b472a77d074b394c0.tar.bz2 archives-1be510f9529cb082f802408b472a77d074b394c0.tar.xz archives-1be510f9529cb082f802408b472a77d074b394c0.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-August/017882.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-August/017882.html | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-August/017882.html b/zarb-ml/mageia-dev/2012-August/017882.html new file mode 100644 index 000000000..597c2592d --- /dev/null +++ b/zarb-ml/mageia-dev/2012-August/017882.html @@ -0,0 +1,98 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [changelog] [RPM] cauldron core/release kdelibs4-4.9.0-2.mga3 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%20kdelibs4-4.9.0-2.mga3&In-Reply-To=%3Calpine.LMD.2.02.1208012349110.23373%40zem.cjw.nep%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="017877.html"> + <LINK REL="Next" HREF="017883.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [changelog] [RPM] cauldron core/release kdelibs4-4.9.0-2.mga3</H1> + <B>Christiaan Welvaart</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%20kdelibs4-4.9.0-2.mga3&In-Reply-To=%3Calpine.LMD.2.02.1208012349110.23373%40zem.cjw.nep%3E" + TITLE="[Mageia-dev] [changelog] [RPM] cauldron core/release kdelibs4-4.9.0-2.mga3">cjw at daneel.dyndns.org + </A><BR> + <I>Thu Aug 2 00:09:40 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="017877.html">[Mageia-dev] [changelog] [RPM] cauldron core/release kdelibs4-4.9.0-2.mga3 +</A></li> + <LI>Next message: <A HREF="017883.html">[Mageia-dev] [changelog] [RPM] cauldron core/release kdelibs4-4.9.0-2.mga3 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#17882">[ date ]</a> + <a href="thread.html#17882">[ thread ]</a> + <a href="subject.html#17882">[ subject ]</a> + <a href="author.html#17882">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Wed, 1 Aug 2012, Colin Guthrie wrote: + +><i> I have to agree here that something is "funny" in the libattica package +</I>><i> which ultimately helped to contribute to this issue. +</I>><i> +</I>><i> e.g. on my system before update (tho' with similar results after): +</I>><i> +</I>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">colin at jimmy</A> ~]$ rpm -q --provides lib64attica0 +</I>><i> libattica.so.0.3()(64bit) +</I>><i> lib64attica0 = 0.3.0-1.mga2 +</I>><i> lib64attica0(x86-64) = 0.3.0-1.mga2 +</I>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">colin at jimmy</A> ~]$ rpm -ql lib64attica0 +</I>><i> /usr/lib64/libattica.so.0.3 +</I>><i> /usr/lib64/libattica.so.0.3.0 +</I> +><i> So I can see how this mistake was made and TBH I could have made the +</I>><i> same mistake myself (with the caveat that I likely would not have bumped +</I>><i> the version of someone else's package with out confirming first and that +</I>><i> it should have been obvious from testing and installing the build) +</I>><i> +</I>><i> But either way this seems like an issue to fix properly (possibly with +</I>><i> an upstream fix or some modification to the library policy when the +</I>><i> minor version is "presented" like this). +</I> +Good catch! Of course it's never the library policy that's wrong. The +library major version is apparently 0.4 so the correct package name is + lib64attica0.3 for the previous one + lib64attica0.4 for the current one + +... in the specfile: %define attica_major 0.4 + +Can the maintainer of this package please fix this? + +To find the version to use, look up the 'soname' of the library. I use: + readelf -a /usr/lib64/libattica.so.0.4|grep SONAME +=> +... Library soname: [libattica.so.0.4] + +What follows ".so." is the major version of the library. + + + Christiaan +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="017877.html">[Mageia-dev] [changelog] [RPM] cauldron core/release kdelibs4-4.9.0-2.mga3 +</A></li> + <LI>Next message: <A HREF="017883.html">[Mageia-dev] [changelog] [RPM] cauldron core/release kdelibs4-4.9.0-2.mga3 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#17882">[ date ]</a> + <a href="thread.html#17882">[ thread ]</a> + <a href="subject.html#17882">[ subject ]</a> + <a href="author.html#17882">[ 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> |