From owner-freebsd-questions@FreeBSD.ORG Wed Mar 27 16:30:13 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5C69FCB0 for ; Wed, 27 Mar 2013 16:30:13 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-bk0-x22d.google.com (mail-bk0-x22d.google.com [IPv6:2a00:1450:4008:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id E7ED4B3F for ; Wed, 27 Mar 2013 16:30:12 +0000 (UTC) Received: by mail-bk0-f45.google.com with SMTP id j10so1169378bkw.32 for ; Wed, 27 Mar 2013 09:30:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Pf9DCu7d4CyrED77oGcvIjuwTlIaNWOKRCSWiTpx9Iw=; b=kqf+45WI4Tq0Iac4JeNnoyIgS+18etp7/ge+Qh9zfSFQAa9u9GwdXHs4cFjlmduWbR daNQqufF5moE7dYO2GfYAfCNtn6EJOpdViU8NLZxkB288veUypESjnE0vwsb//Xo6JvQ yMvHQcu3/5xZUIzKnCyHmTUGlkWiaSxo/+ztbxzVSEk5yPEg1Wxkt+i7T/8gRN2XmBUG KhftglbQmCsm3C6PV4uexCdyC+BsuJeagYjRarMc9GVNccsd6poWMUt09audPBcBViUF ZzOr8+qDJnaXjccoxQLq81146h6u59UWYCnnR9Mm9bKjkltCZniUjnL8XHHsAK+Q404B sQjA== X-Received: by 10.204.170.202 with SMTP id e10mr9985323bkz.41.1364401812023; Wed, 27 Mar 2013 09:30:12 -0700 (PDT) Received: from [192.168.1.128] ([91.196.229.122]) by mx.google.com with ESMTPS id fy17sm5411998bkc.6.2013.03.27.09.30.10 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Mar 2013 09:30:11 -0700 (PDT) Message-ID: <51531E91.7000306@gmail.com> Date: Wed, 27 Mar 2013 18:30:09 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16.1 MIME-Version: 1.0 To: Loic Capdeville 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> In-Reply-To: <5152F513.3040205@lolox.net> Content-Type: text/plain; charset=UTF-8; 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:30:13 -0000 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. -- Sphinx of black quartz, judge my vow.