From owner-freebsd-questions@FreeBSD.ORG Wed Mar 27 13:27:13 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 E9F37C84 for ; Wed, 27 Mar 2013 13:27:13 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-bk0-x235.google.com (mail-bk0-x235.google.com [IPv6:2a00:1450:4008:c01::235]) by mx1.freebsd.org (Postfix) with ESMTP id 81D41CB9 for ; Wed, 27 Mar 2013 13:27:13 +0000 (UTC) Received: by mail-bk0-f53.google.com with SMTP id e19so1819444bku.12 for ; Wed, 27 Mar 2013 06:27: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=RZwPmEQ6d45qmkhqRWJk+0lo3wbzkf7ExmOmKJ2ipWY=; b=G3Z8P63g7258ypObbUxCJ6nmuIn3EC4ohU3KnsL3SCVPPgAcDUhJ1JPNkfrz/0lUaC UvEdH3uC1SND2WEO//LJ4hPGF8anqQyb3zib1Je8EwB3WfbebBPEuNGbcdLxOnrGf3l1 4gIrSU76d0+ToDREhKoEJkT+dbYfmb5R3Fyzy3zhdTWpAP6X0ET9iiE7dUvhQvAZk5NR 1h9VVhZsEjBdbVT/OubJ6bj0NnPqa0PLul97KSkMBs6kyuAa3yCGUlhbN3El4SFVd1d0 eaimYy9nqHjpo3kb5HiFagRsNs1Od6cKdqTXLa1/oY/NKFIVSPxqY1mveBA1RJvqjQm1 wRaQ== X-Received: by 10.204.146.141 with SMTP id h13mr9939797bkv.127.1364390832522; Wed, 27 Mar 2013 06:27:12 -0700 (PDT) Received: from [192.168.1.128] ([91.196.229.122]) by mx.google.com with ESMTPS id cr6sm1628409bkb.2.2013.03.27.06.27.11 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Mar 2013 06:27:12 -0700 (PDT) Message-ID: <5152F3AE.3010604@gmail.com> Date: Wed, 27 Mar 2013 15:27:10 +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> In-Reply-To: <5152EEBC.20805@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 13:27:14 -0000 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? -- Sphinx of black quartz, judge my vow.