Re: Python conflict on RPI2

2019-04-15 Thread Tatsuki Makino
correction Tatsuki Makino wrote on 2019/04/13 11:07: > > py27-cython and py27-sphinx are also cause. > Probably, pkg query -e %\#r\ =\ 0 -g %n py27-\* ports/packages can be > deleted in advance. > pkg query -e %n\ ~\ py27-\*\ \&\&\ %\#r\ =\ 0 %n The previous mail command dredges all py27-* :)

Re: Python conflict on RPI2

2019-04-13 Thread Kubilay Kocak
On 13/04/2019 12:09 pm, Jan Beich wrote: bob prohaska writes: 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

Re: Python conflict on RPI2

2019-04-12 Thread Jan Beich
bob prohaska writes: > On Sat, Apr 13, 2019 at 04:09:13AM +0200, Jan Beich wrote: > >> bob prohaska writes: >> >> > In tinkering with compiling firefox on an RPI2 attempts to use >> > portmaster fail with >> > >> > ===> Registering installation for py36-setuptools-40.8.0_1 >> > Installing py

Re: Python conflict on RPI2

2019-04-12 Thread Steve Kargl
On Fri, Apr 12, 2019 at 09:47:54PM -0700, bob prohaska wrote: > > Is there any hope of simply replacing python27 with python36? The > goal at hand is merely to compile a working version of firefox. > In general, no. Python 2.7 and 3.6 are incompatible. -- Steve ___

Re: Python conflict on RPI2

2019-04-12 Thread bob prohaska
On Sat, Apr 13, 2019 at 02:07:28AM +, Tatsuki Makino wrote: > Steve Kargl wrote on 2019/04/13 10:49: > > > > pkg info | grep py > py.txt > > pkg delete -f py27-setuptools-40.8.0 > > install 3.6 > > re-install python27 > > > > > > py27-cython and py27-sphinx are also cause. > Probably, pkg

Re: Python conflict on RPI2

2019-04-12 Thread bob prohaska
On Sat, Apr 13, 2019 at 04:09:13AM +0200, Jan Beich wrote: > bob prohaska writes: > > > 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-

Re: Python conflict on RPI2

2019-04-12 Thread bob prohaska
On Fri, Apr 12, 2019 at 06:49:40PM -0700, Steve Kargl wrote: > > pkg info | grep py > py.txt > pkg delete -f py27-setuptools-40.8.0 > install 3.6 > re-install python27 Looks like that's working. I'm still baffled where the py27-setuptools-40.8.0 came from. And, it seems there're a few other py

Re: Python conflict on RPI2

2019-04-12 Thread Jan Beich
bob prohaska writes: > 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 (i

Re: Python conflict on RPI2

2019-04-12 Thread Tatsuki Makino
Steve Kargl wrote on 2019/04/13 10:49: > 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

Re: Python conflict on RPI2

2019-04-12 Thread Steve Kargl
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 co

Python conflict on RPI2

2019-04-12 Thread bob prohaska
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).