From owner-freebsd-python@FreeBSD.ORG Fri Nov 22 09:33:07 2013 Return-Path: Delivered-To: python@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 2B637AEE; Fri, 22 Nov 2013 09:33:07 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D0072548; Fri, 22 Nov 2013 09:33:06 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id c9so416861qcz.30 for ; Fri, 22 Nov 2013 01:33:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=i7jiC4dBD38+4etyq4CthmyKU539/tsTZGsjVpPAK50=; b=bjf21Hm3x2/ys4sKNg+hHCqqhy3EQKABgD2bCsMH/LiyN0mnwEIDUE7cQJieP3jFpb X7OipkkwtzvHzh+yWUtQKf0IlIisVTpKl03lPzJmvq/6sUMYQHj/Kg4JKY6jyu/PkW6O vgClAPkLRRopkv0iBvNSw5c3BBWxJNX4vuNZQSocCdkVf7X4I6HD+z4O2OdiY+sTKsZ9 zMIKJ74dB2NZK/nShV46GMA/fqejiBGvZOEjvsf9ek34ckDY97VFMJ6lF3xFHI+hd3pn 2ltZnGjTQ0Sn+1P+fuIgvsA5/J5y451qVcLrkPVbC6V95a91XL/uvyFoNBTptUnmuyEE G12g== MIME-Version: 1.0 X-Received: by 10.49.71.207 with SMTP id x15mr19445648qeu.49.1385112785833; Fri, 22 Nov 2013 01:33:05 -0800 (PST) Received: by 10.140.81.233 with HTTP; Fri, 22 Nov 2013 01:33:05 -0800 (PST) In-Reply-To: References: <5280F298.2020604@marino.st> <528DF2F8.1010702@marino.st> Date: Fri, 22 Nov 2013 07:33:05 -0200 Message-ID: Subject: Re: systematic issue with PYDISTUTILS_AUTOPLIST From: William Grzybowski To: Nicola Vitale Content-Type: text/plain; charset=ISO-8859-1 Cc: Baptiste Daroussin , Vladimir Chukharev , John Marino , William Grzybowski , xmj@chaot.net, python X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 09:33:07 -0000 On Fri, Nov 22, 2013 at 2:58 AM, Nicola Vitale wrote: > Hi, > >> [2013/11/21 William Grzybowski ] >> 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? Yes. > (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 my opinion its not really a cause, how else would you do that? We are dealing with packages, I don't see another way to install the packages if not manually poking with easy-install.pth. > 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. Sure, but the only way around that I see is manually creating the easy-install.pth, or figure out a way to tel setuptools to, regardless. -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil