pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PLIST Conflicts



On Fri, Jan 28, 2022 at 07:01:03AM -0700, Boyd Lynn Gerber wrote:
> I am not sure how to resolve thes PLIST conflicts?
> 
> ===> Installing binary package of py39-expat-3.9.9
> pkg_add: Conflicting PLIST with python39-3.9.9nb2:
> lib/python3.9/lib-dynload/pyexpat.so
> pkg_add: 1 package addition failed
> *** Error code 1
> 
> ===> Installing binary package of py39-cElementTree-3.9.9
> pkg_add: Conflicting PLIST with python39-3.9.9nb2:
> lib/python3.9/lib-dynload/_elementtree.so
> pkg_add: 1 package addition failed
> *** Error code 1
> 
> Removing them from my Python build PLIST causes errors with it's binary and
> installation.
> 
> What is the proper way to deal with this issue?

They shouldn't be installed by the python39 package.  pkgsrc has split
them off because they incur additional dependencies.

Fix your version of the python39 package to not install them.
 Thomas


Home | Main Index | Thread Index | Old Index