Date: Fri, 22 Nov 2013 05:58:31 +0100 From: Nicola Vitale <nivit@FreeBSD.org> To: William Grzybowski <william88@gmail.com> Cc: Baptiste Daroussin <bapt@freebsd.org>, Vladimir Chukharev <Vladimir.Chukharev@gmail.com>, John Marino <marino@freebsd.org>, William Grzybowski <wg@freebsd.org>, xmj@chaot.net, python <python@freebsd.org> Subject: Re: systematic issue with PYDISTUTILS_AUTOPLIST Message-ID: <CAEQKd7US5HBR89iw%2BOG3qE0F3DMuLqcxDgdgrqcSG7kKmyfRbg@mail.gmail.com> In-Reply-To: <CAHtVNLON0Ew5SokAZsNKcWv44F4x7EPgYT%2BucG55RvgkSmNN9Q@mail.gmail.com> References: <5280F298.2020604@marino.st> <CAHtVNLN2=YUic3d=tymj8LOyJ7mtvyG6QM0TmdE8-E-k199dZw@mail.gmail.com> <528DF2F8.1010702@marino.st> <CAHtVNLON0Ew5SokAZsNKcWv44F4x7EPgYT%2BucG55RvgkSmNN9Q@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, > [2013/11/21 William Grzybowski <william88@gmail.com>] > The conclusion is that there are issues to fix in setuptools like > easy-install.pth. Do you mean errors such as /usr/local/lib/python2.7/site-packages/easy-install.pth: No such file or directory? (see for example http://package19.nyi.freebsd.org/bulk/91amd64-default-pr_183726/2013-11-13_11h43m59s/logs/errors/py27-scriptaculous-1.8.1.1_2.log ) If so, in my opinion the cause may be this change to bsd.python.mk: http://svnweb.freebsd.org/ports?view=revision&revision=322046 In fact, with the new setuptools, easy-install.pth is created the first time you run easy_install; but if you use only packages to install programs/dependencies, then this never happens, so the ed command fails to edit the file ${PYEASYINSTALL_SITELIBDIR}/easy-install.pth. HTH. -- Nicola Vitale
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEQKd7US5HBR89iw%2BOG3qE0F3DMuLqcxDgdgrqcSG7kKmyfRbg>