From owner-freebsd-emulation@FreeBSD.ORG Sun May 31 09:07:09 2009 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FDC7106566B; Sun, 31 May 2009 09:07:09 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id E011E8FC18; Sun, 31 May 2009 09:07:08 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from outgoing.leidinger.net (pD9E2DADC.dip.t-dialin.net [217.226.218.220]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id 7AFA88447AF; Sun, 31 May 2009 10:51:14 +0200 (CEST) Received: from unknown (IO.Leidinger.net [192.168.2.103]) by outgoing.leidinger.net (Postfix) with ESMTP id 92ED98972B; Sun, 31 May 2009 10:51:10 +0200 (CEST) Date: Sun, 31 May 2009 10:51:10 +0200 From: Alexander Leidinger To: QAT@FreeBSD.org Message-ID: <20090531105110.0000391a@unknown> In-Reply-To: <20090529114800.E8CF08FC50@release.ixsystems.com> References: <20090529114800.E8CF08FC50@release.ixsystems.com> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.10.13; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: emulators/linux_base-fc4 - fails: mtree X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2009 09:07:09 -0000 On Fri, 29 May 2009 04:48:00 -0700 (PDT) QAT@FreeBSD.org wrote: > The Restless Daemon identified a mtree error while trying to build: > linux_base-fc-4_14 maintained by freebsd-emulation@FreeBSD.org > Makefile ident: $FreeBSD: ports/emulators/linux_base-fc4/Makefile,v > 1.32 2009/01/21 16:17:46 bsam Exp $ THIS A BUILD WITH CUSTOM PREFIX > AND LOCALBASE, _standard_ env in rest. I'm not sure what to expect from a non-default PREFIX and LOCALBASE for a linux_base port... The PREFIX of such a port is for sure not equal to LOCALBASE like for other ports. And if there's a mtree error, then I'm not surprised, as LOCALBASE (= mtree base) is unequal to LINUXBASE (= PREFIX in the default case). Maybe the QA box needs to not take care about ports which install into LINUXBASE (or special case to non-default PREFIX=LINUXBASE). Bye, Alexander.