Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Sep 2015 14:32:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 202982] port install of python3-3_3 conflicts with python2-2_3 (installs into same place)
Message-ID:  <bug-202982-21822-SOzRDY4KzH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202982-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202982-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202982

--- Comment #2 from dennis <drac7ft@gmail.com> ---

Hi Kubilay.

python2 make makeplist:

/you/have/to/check/what/makeplist/gives/you
bin/2to3-2
bin/idle2
bin/pydoc2
bin/python2
bin/python2-config
libdata/pkgconfig/python2.pc

python3 make makeplist:

/you/have/to/check/what/makeplist/gives/you
bin/2to3-2
bin/idle2
bin/pydoc2
bin/python2
bin/python2-config
libdata/pkgconfig/python2.pc

I get the same result for both python2 as for python3, I checked it twice since
it seems odd.

I don't have an /etc/make.conf, so that implies a default make environment.

Dennis.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202982-21822-SOzRDY4KzH>