From owner-freebsd-ports@freebsd.org Sun Apr 10 23:17:15 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 B3163B0A4D9 for ; Sun, 10 Apr 2016 23:17:15 +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 950991B7C for ; Sun, 10 Apr 2016 23:17:15 +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:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=f9AhhkFn5U9LuSG+Q5XCL4436zyTEOwUb2lXWmzEIeI=; b=Sl6Pjwt+qQF+7jhW4lUzyh07aw VjpUdy4Mwvzytbp4xy7eJIJvrVHU+PvRszPE551amV7IvYnPAIZwFGerp7QBnfhtBOoKsaqKpEOaZ GrEfH2mn2fd7C5giX9OTd4q3B2lyLoRE1VycQXymC/XR8r/wvctcmUaeiltG6ybrpfkE=; Received: from subs12-223-255-228-101.three.co.id ([223.255.228.101]:37061 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 1apObL-000P5O-Mo; Sun, 10 Apr 2016 17:17:08 -0600 Date: Mon, 11 Apr 2016 07:16:56 +0800 From: Erich Dollansky To: Jan Beich Cc: freebsd-ports@FreeBSD.org Subject: Re: impossible to compile firefox when WRKDIRPREFIX is used Message-ID: <20160411071656.56883349@X220.alogt.com> In-Reply-To: References: <20160409105635.404e9871@X220.alogt.com> <20160410104654.0a4d5546@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: Sun, 10 Apr 2016 23:17:15 -0000 Hi, On Sun, 10 Apr 2016 05:55:30 +0200 Jan Beich wrote: > Erich Dollansky writes: > > >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206980 > [...] > > Before I have been able to built firefox without WRKDIRPREFIX in the > > same shell. The same error happens in a fresh shell. If it matters, > > I believe that 37 was the last version I could built with > > WRKDIRPREFIX. > > Did you actually read that bug? It builds fine with WRKDIRPREFIX I stumbled over this: PACKAGES=/home/david/portbuildpkg > defined or pkg-fallout@ would complain as poudriere relies on > WRKDIRPREFIX working correctly. So, the issue is only with symlinks > and the most egregious example is a historic quirk FreeBSD cannot get > rid of. ;\ > > I may need to file a bug upstream but it's a low priority because why > one would want a symlink for MOZ_OBJDIR if they can override it via > environment. Why did it work earlier? Erich