Re: eglibc fails to build from source

2012-04-30 Thread Jon Dowland
On Mon, Apr 30, 2012 at 12:01:37PM +0100, Brian wrote: >sudo apt-get build-dep If you would prefer to be able to remove the build dependencies afterwards easily, you could do (assuming one has devscripts and gdebi installed): mk-build-deps sudo gdebi install sudo dpkg -i

Re: eglibc fails to build from source

2012-04-30 Thread Brian
On Mon 30 Apr 2012 at 12:00:32 +0200, bibop554 - wrote: > It works ! > > Is there a good documentation somewhere about the "official" method for > building eglibc for debian ? The Debian wiki should provide helpful advice and another useful page is http://raphaelhertzog.com/2010/12/15/howto-

Re: eglibc fails to build from source

2012-04-30 Thread bibop554 -
It works ! Is there a good documentation somewhere about the "official" method for building eglibc for debian ? i was not aware of this way of patching source and the "classical" way (patch, configure) that i used does not show any error although the compilation failed. It is a little misleading

Re: eglibc fails to build from source

2012-04-30 Thread bibop554
Same error. But eglibc now compile with the method proposed by Sven Joachim Thanks On Mon, Apr 30, 2012 at 5:48 AM, Christofer C. Bell < christofer.c.b...@gmail.com> wrote: > On Sun, Apr 29, 2012 at 9:01 PM, bibop554 - wrote: > > Hi all, > > > > I try to build eglibc from source but it fails. I'

Re: eglibc fails to build from source

2012-04-29 Thread Sven Joachim
On 2012-04-30 04:01 +0200, bibop554 - wrote: > I try to build eglibc from source but it fails. I'm on Debian squeeze 6.0.3 > I downloaded [eglibc_2.11.3.orig.tar.gz] and [eglibc_2.11.3-2.diff.gz] from > http://packages.debian.org/squeeze/libc6 > Then: > gzip -d eglibc_2.11.3-2.diff.gz > tar xf egl

Re: eglibc fails to build from source

2012-04-29 Thread Christofer C. Bell
On Sun, Apr 29, 2012 at 9:01 PM, bibop554 - wrote: > Hi all, > > I try to build eglibc from source but it fails. I'm on Debian squeeze 6.0.3 > I downloaded [eglibc_2.11.3.orig.tar.gz] and [eglibc_2.11.3-2.diff.gz] > from http://packages.debian.org/squeeze/libc6 Did you install the build dependenc

eglibc fails to build from source

2012-04-29 Thread bibop554 -
Hi all, I try to build eglibc from source but it fails. I'm on Debian squeeze 6.0.3 I downloaded [eglibc_2.11.3.orig.tar.gz] and [eglibc_2.11.3-2.diff.gz] from http://packages.debian.org/squeeze/libc6 Then: gzip -d eglibc_2.11.3-2.diff.gz tar xf eglibc_2.11.3.orig.tar.gz cd eglibc-2.11.3/ patch <