This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python 3 won't go on PC-BSD 9.1
Type: Stage: resolved
Components: Installation Versions: Python 3.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: Bobk48, ned.deily, r.david.murray
Priority: normal Keywords:

Created on 2013-09-16 02:35 by Bobk48, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg197864 - (view) Author: Robert M. Koretsky (Bobk48) Date: 2013-09-16 02:35
I use the instructions in the README file that gets unzipped with Python-3.0.tgz to install on PC-BSD 9.1
./configure, make, make test, sudo make install
and it does not work! Error messages too verbose to include here.
My path includes the directory that everything is unzipped into, and I'm executing the configure and makes from within that directory.
I am surprised that no one else has the same problem, or at least hasn't reported it. If the creation of python 3 is so difficult, why hasn't anyone come up with a clear, articulate set of instructions for PC-BSD or FreeBSD installs?
msg197874 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-09-16 07:07
We have FreeBSD buildbots.

Python 3.0 is an ancient version of Python3 (in Internet years, at least :)  Please try again with python 3.3, the current stable version of Python3.  

If that doesn't work, you should contact the pc-bsd support, since Python3 clearly configures and builds on FreeBSD (since it works on the buildbots).   (That said, note that the FreeBSD port does have some patches that provide better integration with the FreeBSD ports system...I don't know if PC-BSD uses the ports system or not, so that might or might not be relevant.)
msg197875 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2013-09-16 07:16
http://www.python.org/download/
http://www.freebsd.org/cgi/ports.cgi?query=python3&stype=all&sektion=all
History
Date User Action Args
2022-04-11 14:57:51adminsetgithub: 63233
2013-09-16 07:16:32ned.deilysetstatus: open -> closed
type: behavior ->
2013-09-16 07:16:07ned.deilysetnosy: + ned.deily
messages: + msg197875

resolution: out of date
stage: resolved
2013-09-16 07:07:18r.david.murraysetnosy: + r.david.murray
messages: + msg197874
2013-09-16 02:35:35Bobk48create