Bug 248803

Summary: devel/py-setuptools: getting conflict in make install for py36-setuptools
Product: Ports & Packages Reporter: shamsher <meetshamsher>
Component: Individual Port(s)Assignee: freebsd-python (Nobody) <python>
Status: Closed Not A Bug    
Severity: Affects Only Me CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description shamsher 2020-08-21 07:54:55 UTC
Hi,
Getting issues in make install for py36-setuptools. make is successful but make install is giving below conflict.
Tried with make clean;make also but stuck in same place.

# pwd
/usr/ports/devel/py36-setuptools
# make install
===>  Installing for py36-setuptools-36.5.0
===>   py36-setuptools-36.5.0 depends on file: /usr/local/bin/python3.6 - found
===>   Registering installation for py36-setuptools-36.5.0
Installing py36-setuptools-36.5.0...
pkg-static: py36-setuptools-36.5.0 conflicts with py37-setuptools-36.0.1 (installs files into the same place).  Problematic file: /usr/local/lib/python3.6/site-packages/easy-install.pth.dist
*** Error code 70

Stop.
make: stopped in /master/usr/ports/devel/py36-setuptools
# 
# uname -r
10.4-RELEASE
#

Thanks & regards,
Shamsher
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2020-08-21 08:53:59 UTC
devel/py-setuptools is 44.0.0 now, please upgrade your ports tree, and it is suggested to use pkg directly. Also, FreeBSD 10.4 is not supported anymore, please upgrade your base system to newer supported version.
Comment 2 shamsher 2020-08-21 10:23:47 UTC
Hi,
Thanks with "portupgrade -a" it got resolved.
Thanks & regards,
Shamsher