Hello all,
I am attempting to use FreeBSD on my home server, mostly for SFTP and as a web development testbed. I am fairly new to FreeBSD, although I have used various Linux distributions as my main OS for some time now. My main reason for choosing FreeBSD was to learn it, but I digress...
In setting up the server last night, I went to install Python27 from Ports (I am strictly using Ports) and I executed the following command (in /usr/ports/python27, using a recent snapshot of the ports tree):
and so I then executed the command it suggested,
any suggestions? Your help is greatly appreciated!
I am attempting to use FreeBSD on my home server, mostly for SFTP and as a web development testbed. I am fairly new to FreeBSD, although I have used various Linux distributions as my main OS for some time now. My main reason for choosing FreeBSD was to learn it, but I digress...
In setting up the server last night, I went to install Python27 from Ports (I am strictly using Ports) and I executed the following command (in /usr/ports/python27, using a recent snapshot of the ports tree):
Code:
# make install clean
===> Vulnerability check disabled, database not found
===> License check disabled, port has not defined LICENSE
===> Found saved configuration for python27-2.7.2_1
===> Extracting for python27-2.7.2_1
=> SHA256 Checksum mismatch for python/Python-2.7.2.tgz.
===> Refetch for 1 more times files: python/Python-2.7.2.tgz
===> Vulnerability check disabled, database not found
===> License check disabled, port has not defined LICENSE
===> Found saved configuration for python27-2.7.2_1
=> Python-2.7.2.tgz doesn't seem to exist in /usr/ports/distfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz
Python-2.7.2.tgz 100% of 13 MB 162 kBps 00m00s
===> Vulnerability check disabled, database not found
===> License check disabled, port has not defined LICENSE
===> Found saved configuration for python27-2.7.2_1
=> SHA256 Checksum mismatch for python/Python-2.7.2.tgz.
===> Giving up on fetching files: python/Python-2.7.2.tgz
Make sure the Makefile and distinfo file (/usr/ports/lang/python27/distinfo)
are up to date. If you are absolutely sure you want to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1
Stop in /usr/ports/lang/python27.
*** Error code 1
Stop in /usr/ports/lang/python27.
*** Error code 1
Stop in /usr/ports/lang/python27.
and so I then executed the command it suggested,
Code:
# make install clean NO_CHECKSUM=yes
===> Vulnerability check disabled, database not found
===> License check disabled, port has not defined LICENSE
===> Found saved configuration for python27-2.7.2_1
===> Extracting for python27-2.7.2_1
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
*** Error code 1
Stop in /usr/ports/lang/python27.
*** Error code 1
Stop in /usr/ports/lang/python27.
any suggestions? Your help is greatly appreciated!
