How to build glibc_2.19-13.debian.tar.xz

Asked by john.d@servergy.com

 I am debugging a issue with malloc/free corruption and I want to build glibc_2.19-13.debian.tar.xz
to debug my app issue

I grapped:

wget http://ftp.de.debian.org/debian/pool/main/g/glibc/glibc_2.19-13.debian.tar.xz

tar -zJf glib*

the README file in debian dir leaves no hint how to build it.

Suggestions welcome

uname -a
Linux dyn-x64-01 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

please contact me at " b 2 4 warbaby" at yahoo com
                                  --> b24 < no spaces
thx

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Compiling from Debian sources in Ubuntu will only destroy your Ubuntu install. Ubuntu and Debian packages are NOT compatible and NOT interchangeable.

Please try the following debugging utilities instead:

http://mylinuxbook.com/debugging-linux-memory-corruption/

Revision history for this message
john.d@servergy.com (john-d-0) said :
#2

Thank you for your advice . I would still like to build libc from src.

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

The file glibc_2.19-13.debian.tar.xz contains only the additions that have been added to the original glibc_2.19.orig.tar.xz package to adapt it to Debian or Ubuntu. You cannot compile or build that file alone.

You can download the complete source and build your own copy with the command
apt-get source
See the man pages for apt-get

Can you help with this problem?

Provide an answer of your own, or ask john.d@servergy.com for more information if necessary.

To post a message you must log in.