From owner-freebsd-current@FreeBSD.ORG Mon Feb 20 13:57:07 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EFDB106566B for ; Mon, 20 Feb 2012 13:57:07 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 959258FC08 for ; Mon, 20 Feb 2012 13:57:06 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so4609777wib.13 for ; Mon, 20 Feb 2012 05:57:05 -0800 (PST) Received-SPF: pass (google.com: domain of adrian.chadd@gmail.com designates 10.180.95.105 as permitted sender) client-ip=10.180.95.105; Authentication-Results: mr.google.com; spf=pass (google.com: domain of adrian.chadd@gmail.com designates 10.180.95.105 as permitted sender) smtp.mail=adrian.chadd@gmail.com; dkim=pass header.i=adrian.chadd@gmail.com Received: from mr.google.com ([10.180.95.105]) by 10.180.95.105 with SMTP id dj9mr17300601wib.18.1329746225770 (num_hops = 1); Mon, 20 Feb 2012 05:57:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=BERFc/I4fVG+kHF1e1XnPqKSyWp1TTZKkY6Shje3ISE=; b=elQxf8XnZoXTPcgRTt7eljGdaqYa/+39MOh5QwTdwecIV+O0AdxzsxXN8w/vUJHL2K 07gpBIFA7PGP3CPL/P0cmNhTdA5GIvSFTsmfOYBeJ/ON75IryQh916gVXNaGYOfjCtes cN0XVguD1S5cBZlNU8qVYE1t+IDC/PmzVr4N4= MIME-Version: 1.0 Received: by 10.180.95.105 with SMTP id dj9mr14369008wib.18.1329746225732; Mon, 20 Feb 2012 05:57:05 -0800 (PST) Received: by 10.216.154.199 with HTTP; Mon, 20 Feb 2012 05:57:05 -0800 (PST) Date: Mon, 20 Feb 2012 05:57:05 -0800 Message-ID: From: Adrian Chadd To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 Subject: rescue build broken? 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: Mon, 20 Feb 2012 13:57:07 -0000 Hi, Is anyone seeing this? (cd /usr/home/adrian/work/freebsd/svn/src/rescue/rescue/../../usr.bin/tar && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/tar/ depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/tar/ bsdtar.o cmdline.o getdate.o read.o subst.o tree.o util.o write.o err.o line_reader.o matching.o pathmatch.o) make: don't know how to make /usr/home/adrian/work/freebsd/svn/src/usr.bin/tar/bsdtar.c. Stop *** Error code 2 1 error I'm doing a cross-build on i386 to MIPS. Thanks, Adrian