From owner-freebsd-python@FreeBSD.ORG Thu Apr 17 01:55:11 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 C96E6296; Thu, 17 Apr 2014 01:55:11 +0000 (UTC) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (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 8FCD71240; Thu, 17 Apr 2014 01:55:11 +0000 (UTC) Received: by mail-ig0-f171.google.com with SMTP id c1so1763928igq.16 for ; Wed, 16 Apr 2014 18:55:11 -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+f2Q37wQ3X1VuEC0OmGNEn/3/2Uoez8MiMxbbsMPAA=; b=M7KqK+PMFQUyYuUm/+bJj3oljZaRTSP3BGXfqlnaRDohpcI2eI7RblbjpAtm5TnZUw 5csB0v/cuR57gvc67WxTLdwbDG+9JkQAEdvnrEz3r1C8bXrnak+piA/FmYBM+OjivDSQ mkEtuL8Poj6MhJ2GNzOdhWzXeSbqacwzC0hp0B55duLYRIuLVqv3BGCvXhIIV0Zj0zZG K5j59kVgwzAczvsvLK4Gq/sHWHK/eIndO66o5RU8s/9/wbl4YdU2AIcSYR/vo/L+qedC VpeyHmOVxUOdb/YmcOlaULe10D696wuLveyWfFBqw2XK4i/4HaqV3axcgKk/56l0ezuG MrcA== MIME-Version: 1.0 X-Received: by 10.50.111.135 with SMTP id ii7mr8214187igb.35.1397699711040; Wed, 16 Apr 2014 18:55:11 -0700 (PDT) Received: by 10.64.15.225 with HTTP; Wed, 16 Apr 2014 18:55:10 -0700 (PDT) In-Reply-To: <534F32D2.1070107@FreeBSD.org> References: <534E264A.7020106@FreeBSD.org> <534F32D2.1070107@FreeBSD.org> Date: Wed, 16 Apr 2014 18:55:10 -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: Thu, 17 Apr 2014 01:55:11 -0000 On Wed, Apr 16, 2014 at 6:48 PM, Kubilay Kocak wrote: > We're also available to assist on #freebsd-python on IRC (freenode) if > you need anything :) Probably should have taken you up on that. What I ended up doing, in my brutally stupid way: portmaster | grep py27 | cut -c7-100 | sed "s/-[^-]*$//" > /tmp/list cp -rp site-packages site-packages.old cat /tmp/list | while read p; do pkg delete -fy $p; done mv site-packages site-packages.bad cat /tmp/list | while read p; do pkg install -y $p; done We'll see what shows up as missing. At the same time as these shenanigans, portmaster has been acting up and I couldn't tell if they were related. portmaster -a ===>>> The -[lL] options are not compatible with -FRaefnors You see any invocation of [lL] in there? Me neither. -- Paul Beard / www.paulbeard.org/