From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6447 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: Busybox awk errors Date: Thu, 06 Nov 2014 02:26:34 +0100 Message-ID: <545ACE4A.5060508@barfooze.de> References: <20141105213154.GY22465@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1415237303 625 80.91.229.3 (6 Nov 2014 01:28:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2014 01:28:23 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6460-gllmg-musl=m.gmane.org@lists.openwall.com Thu Nov 06 02:28:15 2014 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XmBrz-0001vZ-4I for gllmg-musl@m.gmane.org; Thu, 06 Nov 2014 02:28:15 +0100 Original-Received: (qmail 28453 invoked by uid 550); 6 Nov 2014 01:28:13 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 28441 invoked from network); 6 Nov 2014 01:28:13 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <20141105213154.GY22465@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:6447 Archived-At: Rich Felker wrote: > On Wed, Nov 05, 2014 at 04:10:28PM -0500, stephen Turner wrote: >> Quick question for those using a busybox based musl system, >> >> I can cross compile musl programs fine on my host debian system (using a >> dynamically linked gcc/binutils/musl toolchain (thanks for all the help >> getting that working!)) but the build environment i'm making (which could >> very well be broke as hell) Partially compiles gcc then errors out >> complaining about >> >> "awk -f /blah/blah/i386-builtin-types.awk /blah/blah/i386-builtin-types.def >>> tmp-bt.inc" >> "awk /blah/blah/i386-builtin-types.awk:164 call to undefined function" >> "t-i386: recipe for target s-i386-bt failed" >> >> The biggest difference obviously is the use of gnu programs on debian vs >> the busybox system that's failing. >> >> Has anyone working with similar setups seen this issue before? I guess I >> could just install gawk and try again to prove if its the busybox awk or >> not..... > > I think this particular failure was a bug in busybox that was fixed > more than a year ago. But if you have further problems and it's yep. sabotage has a patch for it in KEEP/ (i believe it was busybox-awk-emptyfun.patch), and in the latest busybox version it's fixed as well. --JS