From owner-freebsd-current@FreeBSD.ORG Fri Oct 4 21:59:51 2013 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32957A0E for ; Fri, 4 Oct 2013 21:59:51 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A28B2940 for ; Fri, 4 Oct 2013 21:59:50 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VSDPT-0003CH-Je; Fri, 04 Oct 2013 21:59:43 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r94LxeIM014388; Fri, 4 Oct 2013 15:59:40 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19FmsMmJVT7PKCdukRw19Vc Subject: Re: kernel-toolchain won't compile From: Ian Lepore To: Martin Galvan In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" Date: Fri, 04 Oct 2013 15:59:40 -0600 Message-ID: <1380923980.1146.43.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Oct 2013 21:59:51 -0000 On Fri, 2013-10-04 at 15:02 -0300, Martin Galvan wrote: > Hey, how's it going? I'm currently trying to cross-compile CURRENT for a > Cubieboard1. I'm following this tutorial: > > https://wiki.freebsd.org/FreeBSD/arm/Cubieboard > > However, when I try to compile the kernel toolchain I get the following > error: > > ===> lib/ncurses/form (cleandir) > Unknown modifier 't' > > Error expanding embedded variable. > *** Error code 2 > > Stop in /home/ppsmartin/FreeBSD-CURRENT/lib/ncurses. > *** Error code 1 > > Stop in /home/ppsmartin/FreeBSD-CURRENT/lib. > *** Error code 1 > > Stop in /home/ppsmartin/FreeBSD-CURRENT. > *** Error code 1 > > At first I thought it was because I used TARGET_ARCH=armv6, but it also > happens when doing make kernel-toolchain TARGET=i386. Anyone else is having > this issue? That happens when you try to build -current on a "too old" system. I'm not sure what too old is, but my 8.3 system had that problem and the only way I could get rid of it was to hack the make in 8.3 to understand the new bmake style variable modifiers. -- Ian