From owner-freebsd-ports@FreeBSD.ORG  Mon May 26 07:57:02 2014
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
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 <freebsd-ports@freebsd.org>; 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 <freebsd-ports@freebsd.org>; 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 <freebsd-ports@freebsd.org>; 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 <freebsd.contact@marino.st>
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: <CA+nPUkxcnYbj6AhBeDaERzisCtpYcU=A5Z2EyP4aU_azXbaZKA@mail.gmail.com>
In-Reply-To: <CA+nPUkxcnYbj6AhBeDaERzisCtpYcU=A5Z2EyP4aU_azXbaZKA@mail.gmail.com>
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 <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=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