On Thu, Feb 16, 2006 at 12:43:15PM +0530, Siju George wrote: > Hi all, > > I was trying to install Python 2.3 from OpenBSD 3.8 ports for > > http://www.jackal-net.at/tiki-read_article.php?articleId=1 > > The install did not succeed and I got an error message. > Could someone please help me troubleshoot it? > > The error messagr is shown below > > > > # cd ports/lang/python/2.3/ > # make install > ===> Checking files for python-2.3.5p2 > >> Python-2.3.5.tgz doesn't seem to exist on this system. > >> Attempting to fetch /usr/ports/distfiles/Python-2.3.5.tgz from > >> ftp://ftp.pyth > on.org/pub/python/2.3.5/. > ftp: connect: Connection refused > ftp: Can't connect or login to host `ftp.python.org' > >> Attempting to fetch /usr/ports/distfiles/Python-2.3.5.tgz from > >> http://python. > mirrors.pair.com/ftp/python/2.3.5/. > ftp: Error retrieving file: 404 Not Found > >> Attempting to fetch /usr/ports/distfiles/Python-2.3.5.tgz from > >> http://python. > mirrors.ilisys.com.au/ftp/python/2.3.5/. > 100% |**************************************************| 8335 KB 02:31 > >> Size matches for /usr/ports/distfiles/Python-2.3.5.tgz > >> Checksum OK for Python-2.3.5.tgz. (sha1) > ===> python-2.3.5p2 depends on: db-4.2.52p2 - not found > ===> Verifying install for db-4.2.52p2 in databases/db/v4 > ===> Checking files for db-4.2.52p2 > >> db-4.2.52.tar.gz doesn't seem to exist on this system. > >> Attempting to fetch /usr/ports/distfiles/db-4.2.52.tar.gz from > >> http://www.sle > epycat.com//update/snapshot/. > ftp: Error retrieving file: 404 Not Found > >> Attempting to fetch /usr/ports/distfiles/db-4.2.52.tar.gz from > >> ftp://sleepyca > t1.inetu.net/releases/. > 100% |**************************************************| 3827 KB 01:52 > >> Size does not match for /usr/ports/distfiles/db-4.2.52.tar.gz
The size of the file you downloaded does not match with the size the port expects. It's either corrupted or someone changed something without changing the version number (unlikely). rm /usr/ports/distfiles/db-4.2.52.tar.gz and try again or fetch it manually from somewhere else. I think it's on ftp.openbsd.org also. > > Thankyou so much > > Kind Regards > > Siju > > Tobias