From owner-freebsd-ports@freebsd.org Sat Apr 9 03:57:31 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11F26B086B6 for ; Sat, 9 Apr 2016 03:57:31 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E61AB1D3C for ; Sat, 9 Apr 2016 03:57:30 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: Subject:To:From:Date; bh=czYP7atbx/AgOoBFbA20krl0/j5Oa4P8r2jPAvzscW8=; b=A3zV EUMFiMvJEfiHDynFTVLjhYNvyJ1FEVbLn9pTCTYiTBSt5llnUKmZ9xOqDouu9E9JcBLQq0rJTXRjR QJmid7uIDwrtz306/EWHeFKC6BFCM4MOYOxe95MZo/hQGSaJ+W/CE4E6ZBR9Tf+U7bcaxqhZ1oaWQ VEbPTnG+TBVDs=; Received: from subs12-223-255-228-98.three.co.id ([223.255.228.98]:37662 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86_1) (envelope-from ) id 1aoj4n-0038ix-Cm for freebsd-ports@FreeBSD.org; Fri, 08 Apr 2016 20:56:46 -0600 Date: Sat, 9 Apr 2016 10:56:35 +0800 From: Erich Dollansky To: freebsd-ports@FreeBSD.org Subject: impossible to compile firefox when WRKDIRPREFIX is used Message-ID: <20160409105635.404e9871@X220.alogt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2016 03:57:31 -0000 Hi, I use WRKDIRPREFIX as a standard outside of jails. I could not compile there firefox since some time. I started to investigate today with a ports tree from last Sunday/Monday and still have had this problem. After removing WRKDIRPREFIX, it all worked as expected. Erich