summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-October/019519.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-October/019519.html')
-rw-r--r--zarb-ml/mageia-dev/2012-October/019519.html167
1 files changed, 167 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-October/019519.html b/zarb-ml/mageia-dev/2012-October/019519.html
new file mode 100644
index 000000000..eedabdf07
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-October/019519.html
@@ -0,0 +1,167 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] On binary version references requirements
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20On%20binary%20version%20references%20requirements&In-Reply-To=%3CCAOfq2QTNYkh8jvGVORriS2G7Ys3wfmRsGSyy4-fMB-u_Bxd73A%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="019517.html">
+ <LINK REL="Next" HREF="019537.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] On binary version references requirements</H1>
+ <B>Funda Wang</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20On%20binary%20version%20references%20requirements&In-Reply-To=%3CCAOfq2QTNYkh8jvGVORriS2G7Ys3wfmRsGSyy4-fMB-u_Bxd73A%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] On binary version references requirements">fundawang at gmail.com
+ </A><BR>
+ <I>Thu Oct 25 08:20:25 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="019517.html">[Mageia-dev] Asia-Pacific packager newbie needs mentor
+</A></li>
+ <LI>Next message: <A HREF="019537.html">[Mageia-dev] On binary version references requirements
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#19519">[ date ]</a>
+ <a href="thread.html#19519">[ thread ]</a>
+ <a href="subject.html#19519">[ subject ]</a>
+ <a href="author.html#19519">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hello,
+
+In /usr/lib/rpm/mageia/find-requires, it reads:
+
+# Weak symbol versions (from glibc).
+&lt;snip&gt;
+ (START==2) &amp;&amp; (LIBNAME!=&quot;&quot;) &amp;&amp; ($4!=&quot;&quot;) &amp;&amp; (($4~/^GLIBC_*/) ||
+($4~/^GCC_*/)) {
+ print LIBNAME &quot;(&quot; $4 &quot;)'$lib64'&quot;;
+ }
+
+
+That means, we only prints those weak symbols regarding GLIBC and GCC. But why?
+
+$ objdump -x /usr/lib64/libwebkitgtk-1.0.so.0
+Version References:
+ required from libxml2.so.2:
+ 0x08f4cab6 0x00 19 LIBXML2_2.6.6
+ 0x08f4cab0 0x00 16 LIBXML2_2.6.0
+ 0x0f4c8be0 0x00 15 LIBXML2_2.4.30
+ required from libpthread.so.0:
+ 0x09691a75 0x00 10 GLIBC_2.2.5
+ required from libstdc++.so.6:
+ 0x056bafd3 0x00 18 CXXABI_1.3
+ 0x02297f89 0x00 17 GLIBCXX_3.4.9
+ 0x0297f865 0x00 11 GLIBCXX_3.4.15
+ 0x08922974 0x00 08 GLIBCXX_3.4
+ required from libxslt.so.1:
+ 0x0f5c4bd4 0x00 20 LIBXML2_1.0.24
+ 0x08f5c3b9 0x00 14 LIBXML2_1.1.9
+ 0x0f5c4bd2 0x00 12 LIBXML2_1.0.22
+ 0x0f5c4bc1 0x00 07 LIBXML2_1.0.11
+ required from libjpeg.so.8:
+ 0x04cdfde0 0x00 06 LIBJPEG_8.0
+ required from libdl.so.2:
+ 0x09691a75 0x00 04 GLIBC_2.2.5
+ required from libm.so.6:
+ 0x09691a75 0x00 03 GLIBC_2.2.5
+ required from libc.so.6:
+ 0x0d696918 0x00 23 GLIBC_2.8
+ 0x06969191 0x00 22 GLIBC_2.11
+ 0x06969194 0x00 21 GLIBC_2.14
+ 0x0d696914 0x00 13 GLIBC_2.4
+ 0x0d696913 0x00 09 GLIBC_2.3
+ 0x09691a75 0x00 05 GLIBC_2.2.5
+ 0x09691974 0x00 02 GLIBC_2.3.4
+
+That means, ABI versions regarding LIBXML2* and LIBJPEG* are not
+raised when packaging. Fedora is promoting those extra ABI versions
+now. I read history on mandriva's repository, but could not find any
+relevant information.
+
+Any thoughts to export those requirements?
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="019517.html">[Mageia-dev] Asia-Pacific packager newbie needs mentor
+</A></li>
+ <LI>Next message: <A HREF="019537.html">[Mageia-dev] On binary version references requirements
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#19519">[ date ]</a>
+ <a href="thread.html#19519">[ thread ]</a>
+ <a href="subject.html#19519">[ subject ]</a>
+ <a href="author.html#19519">[ 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>