[New-bugs-announce] [issue17975] libpython3.so conflicts between $VERSIONs

Patrick Welche report at bugs.python.org
Tue May 14 16:43:59 CEST 2013


New submission from Patrick Welche:

I currently have python 2.7 and 3.2 installed concurrently. I just tried to install 3.3 as well, but a file conflicts between 3.2 and 3.3. It is libpython3.so.

Given that we go out of our way e.g. with

$(INSTALL_DATA) Misc/python.pc $(DESTDIR)$(LIBPC)/python-$(VERSION).pc

to avoid clashes, what should be done about PY3LIBRARY?

----------
components: Build
messages: 189223
nosy: prlw1
priority: normal
severity: normal
status: open
title: libpython3.so conflicts between $VERSIONs
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17975>
_______________________________________


More information about the New-bugs-announce mailing list