diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-November/009969.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-November/009969.html | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-November/009969.html b/zarb-ml/mageia-dev/2011-November/009969.html new file mode 100644 index 000000000..caafcaa1a --- /dev/null +++ b/zarb-ml/mageia-dev/2011-November/009969.html @@ -0,0 +1,138 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] glibc-debug missing libc symbols ? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20glibc-debug%20missing%20libc%20symbols%20%3F&In-Reply-To=%3C4ED5336B.4010407%40roadrunner.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009992.html"> + <LINK REL="Next" HREF="009994.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] glibc-debug missing libc symbols ?</H1> + <B>Frank Griffin</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20glibc-debug%20missing%20libc%20symbols%20%3F&In-Reply-To=%3C4ED5336B.4010407%40roadrunner.com%3E" + TITLE="[Mageia-dev] glibc-debug missing libc symbols ?">ftg at roadrunner.com + </A><BR> + <I>Tue Nov 29 20:32:59 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="009992.html">[Mageia-dev] Removing obsolete packages +</A></li> + <LI>Next message: <A HREF="009994.html">[Mageia-dev] Major issues after latest updates +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9969">[ date ]</a> + <a href="thread.html#9969">[ thread ]</a> + <a href="subject.html#9969">[ subject ]</a> + <a href="author.html#9969">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Apologies in advance if I'm just missing something obvious, but after +installing glibc-debug, it seems that there are no debugging symbol +files for common libc routines, e.g. vsnprintf(), even though their +source is included in the package: + + +[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at ftgme2</A> ld.so.conf.d]# cd /usr/lib/debug/lib64 +[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at ftgme2</A> lib64]# ls +libanl-2.14.1.so.debug libnss_files-2.14.1.so.debug +libanl.so.1.debug@ libnss_files.so.2.debug@ +libBrokenLocale-2.14.1.so.debug libnss_hesiod-2.14.1.so.debug +libBrokenLocale.so.1.debug@ libnss_hesiod.so.2.debug@ +libcidn-2.14.1.so.debug libnss_nis-2.14.1.so.debug +libcidn.so.1.debug@ libnss_nisplus-2.14.1.so.debug +libcrypt-2.14.1.so.debug libnss_nisplus.so.2.debug@ +libcrypt.so.1.debug@ libnss_nis.so.2.debug@ +libdl-2.14.1.so.debug libpcprofile.so.debug +libdl.so.2.debug@ libresolv-2.14.1.so.debug +libm-2.14.1.so.debug libresolv.so.2.debug@ +libmemusage.so.debug librt-2.14.1.so.debug +libm.so.6.debug@ librt.so.1.debug@ +libnsl-2.14.1.so.debug libSegFault.so.debug +libnsl.so.1.debug@ libthread_db-1.0.so.debug +libnss_compat-2.14.1.so.debug libthread_db.so.1.debug@ +libnss_compat.so.2.debug@ libutil-2.14.1.so.debug +libnss_dns-2.14.1.so.debug libutil.so.1.debug@ +libnss_dns.so.2.debug@ + +[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at ftgme2</A> lib64]# grep cosh * +Binary file libm-2.14.1.so.debug matches +Binary file libm.so.6.debug matches +[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at ftgme2</A> lib64]# grep vsnprintf * +[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at ftgme2</A> lib64]# + +I get hits on "fprintf", but not in any library I would think is +associated with stdio-common. + +Do we exclude these deliberately for some reason ? Or am I totally off +the mark ? +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009992.html">[Mageia-dev] Removing obsolete packages +</A></li> + <LI>Next message: <A HREF="009994.html">[Mageia-dev] Major issues after latest updates +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9969">[ date ]</a> + <a href="thread.html#9969">[ thread ]</a> + <a href="subject.html#9969">[ subject ]</a> + <a href="author.html#9969">[ 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> |