From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6444 Path: news.gmane.org!not-for-mail From: stephen Turner Newsgroups: gmane.linux.lib.musl.general Subject: Busybox awk errors Date: Wed, 5 Nov 2014 16:10:28 -0500 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0122ab6a609082050723027c X-Trace: ger.gmane.org 1415221849 21524 80.91.229.3 (5 Nov 2014 21:10:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Nov 2014 21:10:49 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6457-gllmg-musl=m.gmane.org@lists.openwall.com Wed Nov 05 22:10:43 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 1Xm7qk-0003Do-Il for gllmg-musl@m.gmane.org; Wed, 05 Nov 2014 22:10:42 +0100 Original-Received: (qmail 9374 invoked by uid 550); 5 Nov 2014 21:10:41 -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 9366 invoked from network); 5 Nov 2014 21:10:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/bzoYBbKSBvNjGDv7EFoxBRfRiHCUKD1UVNw7acm3bk=; b=JCf+0tHts2LxqzGSXwcCpV5rk0vblDtOyYk1KLD6VRQDQIsgv7aDxf0wslumAMZr1C mZa5bUMM2X8F3tmqVGZ9XEYWeGR8VDV4IkF5wpe9dABaXsgX6kFHrwjjMwuUQ9gcDGBV M0LQ4QYZjsrCWjc3rnSWSExHR4QhpQE9uGBDh1gFxlPl4cA/gfzeSdJD9HcBNPpqb9G1 N25rDo5uH6yP5NnPquvceJsNVsxWIjsC59PvkygC46uPW81U/ZAbCIePeqmRTuC173/E +DMyOoRIhz5eAGlzTnvWg5VoxXEZscrIHv0O4Xy4kdydfsKdJzPpI2NcxZ94MNrJ3tre w4Iw== X-Received: by 10.182.125.165 with SMTP id mr5mr3923442obb.71.1415221828684; Wed, 05 Nov 2014 13:10:28 -0800 (PST) Xref: news.gmane.org gmane.linux.lib.musl.general:6444 Archived-At: --089e0122ab6a609082050723027c Content-Type: text/plain; charset=UTF-8 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..... --089e0122ab6a609082050723027c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Quick question for those using a busybox based musl s= ystem,

I can cross compile musl programs fine on m= y host debian system (using a dynamically linked gcc/binutils/musl toolchai= n (thanks for all the help getting that working!)) but the build environmen= t i'm making (which could very well be broke as hell) Partially compile= s gcc then errors out complaining about=C2=A0

&quo= t;awk -f /blah/blah/i386-builtin-types.awk /blah/blah/i386-builtin-types.de= f > tmp-bt.inc"
"awk /blah/blah/i386-builtin-types.a= wk:164 call to undefined function"
"t-i386: recipe = for target s-i386-bt failed"=C2=A0

The bigges= t difference obviously is the use of gnu programs on debian vs the busybox = system that's failing.=C2=A0

Has anyone workin= g 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.....
--089e0122ab6a609082050723027c--