From mboxrd@z Thu Jan 1 00:00:00 1970 From: Micha Nelissen Date: Tue, 07 Oct 2008 22:39:28 +0200 Subject: [Buildroot] proftpd does not compile In-Reply-To: <48EA3AEA.7070206@netcentral.co.uk> References: <48E9CB77.8060808@netcentral.co.uk> <48EA3AEA.7070206@netcentral.co.uk> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Nick Peirson wrote: > I think I misunderstood you. It looks like there was a patch to resolve > bcopy related issues in the buildroot repository, but it was removed: > http://busybox.net/lists/buildroot/2008-June/009198.html > > Not sure if it helps it would help with the issue your seeing or not? Could be but this seems to replace all bcopy uses with memcpy? That seems a workaround to me, not really solving the root problem. Anyway, the umode_t problem is a compilation error so more problematic at this point. (The bcopy thing is "only" a compilation warning). Micha