From owner-freebsd-stable@FreeBSD.ORG Sat Jun 7 00:22:21 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E6207B5 for ; Sat, 7 Jun 2014 00:22:21 +0000 (UTC) Received: from pacha.mail.dyslexicfish.net (space.mail.dyslexicfish.net [91.109.5.35]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEAE220A4 for ; Sat, 7 Jun 2014 00:22:19 +0000 (UTC) Received: from catnip.dyslexicfish.net (space.mail.dyslexicfish.net [91.109.5.35]) by pacha.mail.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id s570MGn4009989; Sat, 7 Jun 2014 01:22:17 +0100 (BST) (envelope-from jamie@catnip.dyslexicfish.net) Received: (from jamie@localhost) by catnip.dyslexicfish.net (8.14.5/8.14.5/Submit) id s570MGkw009988; Sat, 7 Jun 2014 01:22:16 +0100 (BST) (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <201406070022.s570MGkw009988@catnip.dyslexicfish.net> Date: Sat, 07 Jun 2014 01:22:16 +0100 To: wolfgang@lyxys.ka.sub.org, freebsd-stable@freebsd.org Subject: Re: Problem building ports after upgrade References: <20140606231402.GA914@lyxys.ka.sub.org> In-Reply-To: <20140606231402.GA914@lyxys.ka.sub.org> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (pacha.mail.dyslexicfish.net [91.109.5.35]); Sat, 07 Jun 2014 01:22:17 +0100 (BST) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2014 00:22:21 -0000 Wolfgang Zenker wrote: > Hi, > > after upgrading 10-STABLE to r267142 and going to r356862 in ports, > I now have a problem building ports: The ports that I have tried to > build so far failed after the configuration build with > > env: NO_PIE: No such file or directory Yep, same here. Seems to be a cockup in bsd.port.mk as described here: http://www.opendevs.org/nqnmm/env-no-pie-no-such-file-or-directory.html Cheers, Jamie