Python conflict on RPI2

Tatsuki Makino tatsuki_makino at hotmail.com
Sat Apr 13 02:07:35 UTC 2019


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...
>> 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 
> 
> 

py27-cython and py27-sphinx are also cause.
Probably, pkg query -e %\#r\ =\ 0 -g %n py27-\* ports/packages can be
deleted in advance.


More information about the freebsd-ports mailing list