Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2019 18:49:40 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        bob prohaska <fbsd@www.zefox.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Python conflict on RPI2
Message-ID:  <20190413014940.GA24965@troutmask.apl.washington.edu>
In-Reply-To: <20190413014541.GA90171@www.zefox.net>
References:  <20190413014541.GA90171@www.zefox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 12, 2019 at 06:45:41PM -0700, bob prohaska wrote:
> In tinkering with compiling firefox on an RPI2 attempts to use 
> portmaster fail with
> 
> ===>   Registering installation for py36-setuptools-40.8.0_1
> Installing py36-setuptools-40.8.0_1...
> pkg-static: py36-setuptools-40.8.0_1 conflicts with py27-setuptools-40.8.0 (installs files into the same place).  Problematic file: /usr/local/bin/easy_install
> *** Error code 70
> 
> I've tried things like deleting the problematic file, and compiling python36
> separately, to  no effect. What else is worth trying?  
> 
> Thanks for reading,
> 
> bob prohaska
> 

pkg info | grep py > py.txt
pkg delete -f py27-setuptools-40.8.0
install 3.6
re-install python27 


-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190413014940.GA24965>