From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Fischer Date: Fri, 15 Dec 2006 15:21:31 +0100 Subject: [Buildroot] [patch] fakeroot does not apply patches In-Reply-To: <200612151507.06146.uli@suse.de> References: <200612151417.58106.uli@suse.de> <20061215134537.GA13485@aon.at> <200612151507.06146.uli@suse.de> Message-ID: <20061215142131.GB13757@aon.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Fri, Dec 15, 2006 at 03:07:06PM +0100, Ulrich Hecht wrote: >Hi! > >On Friday 15 December 2006 14:45, Bernhard Fischer wrote: >> Several packages unpack their sources twice. These should ideally be >> build out of tree for one make (i'd generally do it for the dir2, i.e. >> the host). >> >> Uli, could you perhaps try if fakeroot builds out of tree? Several >> packages may not support this and should receive upstream-fixes to >> make them behave, IMHO. > >Building one in and one out of tree does not work (configure complains if >you try to use an unclean tree for external compilation). Building both >versions out of tree works though, see the attached patch. Excellent. Thanks! PS: fakeroot-clean did lack a rm -f $(TARGET_DIR)/usr/bin/fake{d,root} Fixed.