Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2013 09:51:42 -0500
From:      Zhihao Yuan <lichray@gmail.com>
To:        FreeBSD Ports ML <freebsd-ports@freebsd.org>
Subject:   Need help to port www/py-falcon
Message-ID:  <CAGsORuA0zYNcE0kv7476fLtsNT9cUA_TpohNJMuWyBD6BzN77Q@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGsORuA0zYNcE0kv7476fLtsNT9cUA_TpohNJMuWyBD6BzN77Q>