From owner-freebsd-ports@FreeBSD.ORG Mon May 26 07:57:02 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49CADB5D for ; Mon, 26 May 2014 07:57:02 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (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 224D7237F for ; Mon, 26 May 2014 07:57:01 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id A815A43B4A for ; Mon, 26 May 2014 02:56:41 -0500 (CDT) Message-ID: <5382F3A7.6090307@marino.st> Date: Mon, 26 May 2014 09:56:23 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: is referring to /wrkdirs/usr/ports problems References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 07:57:02 -0000 On 5/26/2014 09:52, Muhammad Moinur Rahman wrote: > Hi, > > Anyone have any idea on "is referring to /wrkdirs/usr/ports/" sort of > errors specifically for py-* and p5-* modules in Poudriere. > > Thanks in advance. You probably have a symlink that points at ${WRKSRC} when it should point to the ${LOCALBASE} somewhere. There are also supposed to be runpath checks to make sure -rpath is not defined for $WRKDIR but I don't think they are active yet. John