Bug 248803 - devel/py-setuptools: getting conflict in make install for py36-setuptools
Summary: devel/py-setuptools: getting conflict in make install for py36-setuptools
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-21 07:54 UTC by shamsher
Modified: 2020-08-21 10:33 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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