[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: eglibc fails to build from source



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-to-rebuild-debian-packages/
 
> 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 for a beginner.

Someone recently guided me through rebuilding a package with

   sudo apt-get build-dep <package_name>

   apt-get source <package_name>

   quilt import /path/to/patch; quilt push

   debuild -us -uc

The system used was only a basic install so I needed devscripts and
fakeroot.


Reply to: