Date: Fri, 22 Feb 2013 17:28:50 +0000 From: "Gary J. Hayers" <gary@hayers.org> To: Zhihao Yuan <lichray@gmail.com> Cc: FreeBSD Ports ML <freebsd-ports@freebsd.org> Subject: Re: Need help to port www/py-falcon Message-ID: <5127AAD2.2060504@hayers.org> In-Reply-To: <CAGsORuA0zYNcE0kv7476fLtsNT9cUA_TpohNJMuWyBD6BzN77Q@mail.gmail.com> References: <CAGsORuA0zYNcE0kv7476fLtsNT9cUA_TpohNJMuWyBD6BzN77Q@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 22/02/2013 14:51, Zhihao Yuan wrote: > 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. > > Would need to see the rest of the Makefile to help really. -- Regards, Gary J. Hayers gary@hayers.org PGP Signature http://www.hayers.org/pgp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5127AAD2.2060504>