From owner-freebsd-python@FreeBSD.ORG Fri Nov 22 04:59:14 2013 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01098C5C; Fri, 22 Nov 2013 04:59:14 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26B9527BA; Fri, 22 Nov 2013 04:59:13 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id cc10so685972wib.16 for ; Thu, 21 Nov 2013 20:59:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Nt1VshKtBrJgnpHInTHoldHbS841ibqBAw7pNNRE5N0=; b=F1Eimqq/EmHK8IwnE3ipDlQVmkqQ1rqB++p2P1eGqQmK5phhaMUjiTLwJT6KSPqBKV bbt+FPnta5DS6kcRx8CjfY9u6GvuYf6Ysk9W93EiYO2i1t8qrl3MfrWFnTLBB+TO4Lhs rQXJNxTE9zqIJDaRLBaWlA6E0AdmOqQxkeyLq4YGRqroblqgoB9md4cqLYEnvk+nU6Ar z5EngzRylZvyDNNXI7fOuUJ/ns/PvAOmjeHxG6cCm0Es0BnpgC3V6Z+Qkubce/SHUgyP NcMFGUqOjiBsQeGUyzoNiCuAEw3a4SoHHWyabbk5FxFKGT4DDYrMMNF4D+qoodMHMn7Z +rgA== X-Received: by 10.181.12.75 with SMTP id eo11mr861358wid.37.1385096351462; Thu, 21 Nov 2013 20:59:11 -0800 (PST) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.180.75.8 with HTTP; Thu, 21 Nov 2013 20:58:31 -0800 (PST) In-Reply-To: References: <5280F298.2020604@marino.st> <528DF2F8.1010702@marino.st> From: Nicola Vitale Date: Fri, 22 Nov 2013 05:58:31 +0100 X-Google-Sender-Auth: 3UXpE9akfKcP_cg3fsnVhUcvg2Q Message-ID: Subject: Re: systematic issue with PYDISTUTILS_AUTOPLIST To: William Grzybowski 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 04:59:14 -0000 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? (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