From owner-freebsd-python@FreeBSD.ORG Wed Apr 16 15:16:29 2014 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 987EE644; Wed, 16 Apr 2014 15:16:29 +0000 (UTC) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 600271A62; Wed, 16 Apr 2014 15:16:29 +0000 (UTC) Received: by mail-ig0-f179.google.com with SMTP id hl10so1154541igb.12 for ; Wed, 16 Apr 2014 08:16:28 -0700 (PDT) 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=P+GXQOueeQTLqKtkNOVwETD0Sdcmmw2fcq30nOSSS7U=; b=C+vGo8jNknXNAWNVX381FxNKPB2+NgItjHXoZ+o6EmCBjvi04zUl7Zv34Fvf/KfK9k ZYdLKUAMwYzRMf6KSxTjPAmUiFuUZuAV+dQWzYxeuXDXQCB8liVyNbkorlceCM3xAWT3 be0kWx0a3v8scXv+Mc0t/oWdkEMt/0nDp5N54Nm4FsyF5JYqA/lL7f9QC3BScyb9FO+c nxe1Kq1bVPwrItb4SkMQb6Vnq10AQspPdVfrVh/GSfe5+/z2upmWTZ2QK1rBmQusI/Qb vyvYCYb6u+1x7tX7VGzEuyrz7avQGoEY6RYbAbimgVbHUQWwZYJlN/3nGQ1uq6nRbEM2 BW1g== MIME-Version: 1.0 X-Received: by 10.50.153.49 with SMTP id vd17mr10903269igb.40.1397661387904; Wed, 16 Apr 2014 08:16:27 -0700 (PDT) Received: by 10.64.15.225 with HTTP; Wed, 16 Apr 2014 08:16:27 -0700 (PDT) In-Reply-To: <534E264A.7020106@FreeBSD.org> References: <534E264A.7020106@FreeBSD.org> Date: Wed, 16 Apr 2014 08:16:27 -0700 Message-ID: Subject: Re: This seems messed up [py-setuptools] From: paul beard To: "koobs@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 15:16:29 -0000 On Tue, Apr 15, 2014 at 11:42 PM, Kubilay Kocak wrote: > > Please have a read of /usr/ports/UPDATING entry 20140307, with tl;dr: >From the URL listed there: > > If you have any questions, or are unsure whether you can remove a > particular entry or not, either: > - Delete it, then reinstall devel/py-setuptoolsXY for good measure, OR > - Check with us on the mailing list or at #freebsd-python on freenode IRC I deleted it more than once but apparently it was the /usr/local/lib/python2.7/site-packages/distribute-0.6.35-py2.7.egg file that was the issue. In the old days, before pkgng, there was a way to find files that weren't registered to a port. I should perhaps have thought to use that if it still exists. -- Paul Beard / www.paulbeard.org/