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-December/020814.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-December/020814.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-December/020814.html | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-December/020814.html b/zarb-ml/mageia-dev/2012-December/020814.html new file mode 100644 index 000000000..265dd7244 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-December/020814.html @@ -0,0 +1,115 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] *.so files are text in some packages messing up provides (was: Re: abrt+libreport) + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%2A.so%20files%20are%20text%20in%20some%20packages%20messing%20up%0A%20provides%20%28was%3A%20Re%3A%20abrt%2Blibreport%29&In-Reply-To=%3C50CDAC74.6050105%40colin.guthr.ie%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="020807.html"> + <LINK REL="Next" HREF="020817.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] *.so files are text in some packages messing up provides (was: Re: abrt+libreport)</H1> + <B>Colin Guthrie</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%2A.so%20files%20are%20text%20in%20some%20packages%20messing%20up%0A%20provides%20%28was%3A%20Re%3A%20abrt%2Blibreport%29&In-Reply-To=%3C50CDAC74.6050105%40colin.guthr.ie%3E" + TITLE="[Mageia-dev] *.so files are text in some packages messing up provides (was: Re: abrt+libreport)">mageia at colin.guthr.ie + </A><BR> + <I>Sun Dec 16 12:11:48 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="020807.html">[Mageia-dev] abrt+libreport +</A></li> + <LI>Next message: <A HREF="020817.html">[Mageia-dev] *.so files are text in some packages messing up provides (was: Re: abrt+libreport) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#20814">[ date ]</a> + <a href="thread.html#20814">[ thread ]</a> + <a href="subject.html#20814">[ subject ]</a> + <a href="author.html#20814">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>'Twas brillig, and Colin Guthrie at 15/12/12 22:05 did gyre and gimble: +><i> 'Twas brillig, and Thierry Vignaud at 12/12/12 10:38 did gyre and gimble: +</I>>><i> On 11 December 2012 17:52, Colin Guthrie <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>> wrote: +</I>>>><i> I have updated versions of these packages (part of my /var/run updates) +</I>>>><i> locally. Can I submit them? It updates both to the latest upstream, but +</I>>>><i> I have no real way to test it properly. +</I>>><i> +</I>>><i> You could "kill -11" some rendom gtk+ appp (eg: gedit) and see if you +</I>>><i> get a segfault dialog. +</I>><i> +</I>><i> OK, so I downgraded to the current version and tried this and didn't get +</I>><i> any dialogs... +</I>><i> +</I>><i> So for want of any better testing, I've just pushed my updated versions +</I>><i> for now. +</I>><i> +</I>><i> Fingers crossed it didn't make things worse :) +</I> +OK, so this is happending: + +[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at jimmy</A> ~]# urpmi "pkgconfig(libreport-web)" +A requested package cannot be installed: +lib64report-web-devel-2.0.19-1.mga3.x86_64 (due to unsatisfied +devel(libxmlrpc_client(64bit))) +Continue installation anyway? (Y/n) + + +It turns out that "devel(libxmlrpc_client(64bit)))" is not provided by +lib64xmlrpc-c-devel. Looking closer this is because when building that +package, objdump does not recognise the file file format and thus +doesn't add provides. Looking closer it appears the files are txt not +symlinks: + +[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">colin at jimmy</A> xmlrpc-c]$ cat /usr/lib64/libxmlrpc_server.so +/* GNU ld script */ +INPUT(/usr/lib64/libxmlrpc_server.so.3 +AS_NEEDED(/usr/lib64/libxmlrpc.so.3 /usr/lib64/libxmlrpc_util.so.3)) + + +So the question is, should they just be fixed to be symlinks or should +we teach the rpm script the ability to extract info from these these GNU +ld scripts? + +Col + + +-- + +Colin Guthrie +colin(at)mageia.org +<A HREF="http://colin.guthr.ie/">http://colin.guthr.ie/</A> + +Day Job: + Tribalogic Limited <A HREF="http://www.tribalogic.net/">http://www.tribalogic.net/</A> +Open Source: + Mageia Contributor <A HREF="http://www.mageia.org/">http://www.mageia.org/</A> + PulseAudio Hacker <A HREF="http://www.pulseaudio.org/">http://www.pulseaudio.org/</A> + Trac Hacker <A HREF="http://trac.edgewall.org/">http://trac.edgewall.org/</A> +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="020807.html">[Mageia-dev] abrt+libreport +</A></li> + <LI>Next message: <A HREF="020817.html">[Mageia-dev] *.so files are text in some packages messing up provides (was: Re: abrt+libreport) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#20814">[ date ]</a> + <a href="thread.html#20814">[ thread ]</a> + <a href="subject.html#20814">[ subject ]</a> + <a href="author.html#20814">[ 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> |