Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 2014 18:55:10 -0700
From:      paul beard <paulbeard@gmail.com>
To:        "koobs@FreeBSD.org" <koobs@freebsd.org>
Cc:        python@freebsd.org
Subject:   Re: This seems messed up [py-setuptools]
Message-ID:  <CAMtcK2pGZpdoYpBXfqU4Y=xU93pqm5BJVEjoZHPrj8gnUmG=9g@mail.gmail.com>
In-Reply-To: <534F32D2.1070107@FreeBSD.org>
References:  <CAMtcK2ocBN=E5Vep38KDhiY30asJ1iEd5d-_PkvqFfEY-q4mYw@mail.gmail.com> <534E264A.7020106@FreeBSD.org> <CAMtcK2ra8th2y_xJ-RCUS8Hn2kjS2QCP1K6Pfw75XqNNSNOd6A@mail.gmail.com> <534F32D2.1070107@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 16, 2014 at 6:48 PM, Kubilay Kocak <koobs.freebsd@gmail.com> 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMtcK2pGZpdoYpBXfqU4Y=xU93pqm5BJVEjoZHPrj8gnUmG=9g>