From owner-freebsd-ports@FreeBSD.ORG Fri Feb 22 14:51:44 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DF3A233F for ; Fri, 22 Feb 2013 14:51:44 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-la0-x231.google.com (la-in-x0231.1e100.net [IPv6:2a00:1450:4010:c03::231]) by mx1.freebsd.org (Postfix) with ESMTP id 5F3FB61E for ; Fri, 22 Feb 2013 14:51:44 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id fs13so684040lab.22 for ; Fri, 22 Feb 2013 06:51:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=0FC6mvSoKRCFiMEYokJhXWAjjFBg3QUa8UBESy8AUNU=; b=uqmXNI277v03mdBx9BB17KFuDdK3nTOvsoz7lVhDiwKOAk8GUvnrfEUi1SxplN0T/I 8VB5hiLHxS1eqYWI3hEOQJKWcFLR6uTrvNXW9/Zg0sN0JD9KSF5/YMHeSSW9NgB26nlX ikzaEsL1FInkWp4rhXa0qziaqX9qf5QQ5wULuVhD4uX7qYXfa4TvWFR5zmoFdxEwW8rJ 1dc6ENQAbaAHyd4sEmmMv6ZRwWE4+z00iW9e30axvUDdtHmZcVKzlORkReaI+8yCrSsV CWmt1WomW5iFSWfFDU1I+5H2wq1arzJmoeIY1ofB7Colhp3d5GC3wZd7xk4h+IQOd0Qd cl7A== MIME-Version: 1.0 X-Received: by 10.152.109.84 with SMTP id hq20mr1953202lab.48.1361544703151; Fri, 22 Feb 2013 06:51:43 -0800 (PST) Received: by 10.112.97.180 with HTTP; Fri, 22 Feb 2013 06:51:42 -0800 (PST) Date: Fri, 22 Feb 2013 09:51:42 -0500 Message-ID: Subject: Need help to port www/py-falcon From: Zhihao Yuan To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2013 14:51:44 -0000 Hi, hackers: I'm porting falcon http://falconframework.org/ , but I found a problem with installation. If I set USE_PYDISTUTILS= easy_install then I got ===> Generating temporary packing list running easy_install Creating /tmp/falcon/lib/python2.7/site-packages/site.py error: Not a URL, existing file, or requirement spec: '/home/lichray/devel/ports/www/py-falcon/work/falcon-0.1.1/dist/falcon-0.1.1-py2.7.egg' while my egg should be named falcon-0.1.1-py2.7-freebsd-8.3-STABLE-amd64.egg And if I set USE_PYDISTUTILS= easy_install I got ===> Generating temporary packing list running install Checking .pth file support in /tmp/falcon/lib/python2.7/site-packages/ error: can't create or remove files in install directory The following error occurred while trying to add or remove files in the installation directory: [Errno 2] No such file or directory: '/tmp/falcon/lib/python2.7/site-packages/test-easy-install-26039.pth' I don't get it, since I have no problem to install it through `pip` or manually run `python setup.py install` under the source tree. I need some help. -- Zhihao Yuan, ID lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/