From owner-freebsd-questions@FreeBSD.ORG Wed Mar 27 16:37:18 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 17BD2E43 for ; Wed, 27 Mar 2013 16:37:18 +0000 (UTC) (envelope-from lolox-freebsd@lolox.net) Received: from altenberg.lolox.net (unknown [IPv6:2001:41d0:2:17c5::]) by mx1.freebsd.org (Postfix) with ESMTP id CC2D3BEC for ; Wed, 27 Mar 2013 16:37:17 +0000 (UTC) Received: from altenberg.lolox.net (localhost [127.0.0.1]) by altenberg.lolox.net (Postfix) with ESMTP id 4C52C7F41A; Wed, 27 Mar 2013 17:38:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lolox.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=lolox; t=1364402322; bh=9Z3S+w2y0f4qOWXCWH1hA9mJakZ9VD0EoOwdLHNBnMQ=; b=HPwO01Tt/iur JVF1QcSoTM9thReKpU4aDeqk67dqz2pYTbaxqoPlfFF9sw3e3d1MwrpQl/EIbQsF 8/IinVwDT6QGi+j01pnUT4/HjqQp/newXP99hRriA0haekzckp7HyGVNl/MW/Zpw VruRP/9Q3KMd1RcYR55mUSCrKDVPPS0= X-Virus-Scanned: Mailstorm at lolox.net Received: from altenberg.lolox.net ([127.0.0.1]) by altenberg.lolox.net (altenberg.lolox.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ez5E0lg08pfj; Wed, 27 Mar 2013 17:38:42 +0100 (CET) Received: from orkher.lolox.net (ANancy-555-1-130-211.w92-161.abo.wanadoo.fr [92.161.202.211]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: lolox@lolox.net) by altenberg.lolox.net (Postfix) with ESMTPSA id 4F8707F314; Wed, 27 Mar 2013 17:38:42 +0100 (CET) Message-ID: <5153204C.6080905@lolox.net> Date: Wed, 27 Mar 2013 17:37:32 +0100 From: Loic Capdeville User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Volodymyr Kostyrko Subject: Re: Upgrade devel/py-setuptools References: <5152E47B.6080904@lolox.net> <5152EB33.4010009@gmail.com> <5152ED8B.8080408@lolox.net> <5152EEBC.20805@lolox.net> <5152F3AE.3010604@gmail.com> <5152F513.3040205@lolox.net> <51531E91.7000306@gmail.com> In-Reply-To: <51531E91.7000306@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 16:37:18 -0000 On 27/03/2013 17:30, Volodymyr Kostyrko wrote: > 2013-03-27 15:33, Loic Capdeville wrote: >> On 27/03/2013 14:27, Volodymyr Kostyrko wrote: >>> 2013-03-27 15:06, Loic Capdeville wrote: >>>> /usr/local/lib/python2.7/site-packages/easy-install.pth: >>>> >>>> import sys; sys.__plen = len(sys.path) >>>> ../setuptools-0.6c11-py2.7.egg >>>> ../Pygments-1.5-py2.7.egg >>>> ../Babel-0.9.6-py2.7.egg >>>> ../MarkupSafe-0.15-py2.7-freebsd-9.0-RELEASE-amd64.egg >>>> ../Jinja2-2.6-py2.7.egg >>>> ../Sphinx-1.1.3-py2.7.egg >>>> ../virtualenv-1.9.1-py2.7.egg >>>> import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; >>>> p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = >>>> p+len(new) >>>> >>>> >>>> /usr/local/lib/python2.7/site-packages/easy-install.pth.dist: >>>> >>>> import sys; sys.__plen = len(sys.path) >>>> ../setuptools-0.6c11-py2.7.egg >>>> import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; >>>> p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = >>>> p+len(new) >>> >>> Looks like py-distribute is not installed at all. >>> >>> what was the outcome of "portupgrade -fo devel/py-distribute >>> devel/py-setuptools"? Can you try running that again? >>> >> >> It hasn't printed anything since the first time I tried to run it... >> and still print nothing. > > So here is a main problem. If it prints nothing it doesn't work. > > Do you have portupgrade or portmaster installed? Did it yield at least > one line? Some errors? If it doesn't that's surely a sign that something > is going wrong. > I use portupgrade regularly to upgrade my ports, and usually everything goes right. If fails only with that particular operation (or these portupgrade options) Do I have to install "devel/py-distribute" separately, or should the "portupgrade -fo" command do everything itself (uninstall py-setuptools and install py-distribute) ?