From owner-freebsd-current@FreeBSD.ORG Thu Jan 12 15:20:33 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410AD16A420; Thu, 12 Jan 2006 15:20:33 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD8643D48; Thu, 12 Jan 2006 15:20:32 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1Ex4Fb-000AMk-7t; Thu, 12 Jan 2006 17:20:31 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Ruslan Ermilov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 12 Jan 2006 17:20:31 +0200 From: Danny Braniss Message-ID: Cc: current@freebsd.org Subject: make buildworld - cross compiling error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 12 Jan 2006 15:20:33 -0000 Hi, I have been using Freebsd 5.4/i386 to 'make build*' to cross build i386/amd64 5.4/6.0. So now im trying to use FreeBSD 6.0/amd64 to do the same. it's failing when: setenv MAKEOBJDIRPREFIX /r+d/obj/bsd cd /r+d/5.4/src make -j2 TARGET_ARCH=i386 buildworld i think the problem is somewhere here: ... crunchgen: make error: "/usr/share/mk/bsd.compat.mk", line 36: warning: NOLINT is deprecated in favor of NO_LINT btw, without the -j2 it works ok. danny