Hi, newbie here, after a fight trying to install python2.5 (issues with _md5 not found) I downloaded and tried to install something I thought would be simpler. This is on a hosted, preconfigured FreeBSD 7.2 box with Linux emulation, and /usr/ports populated, to which I have root access. wget wasn't there, so I downloaded the tar.gz and decompressed it without incident. Here's what happened:
This was the same before and after running portsnap fetch - it's not clear to me what is the BSD equivalent of apt-get upgrade.
Any suggestions? Thanks!
Code:
[root@xxx /usr/ports/www/wget]# make install
===> Vulnerability check disabled, database not found
===> Found saved configuration for wget-1.12_1
=> wget-1.12.tar.lzma doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from [url]http://ftp.gnu.org/gnu/wget/[/url].
wget-1.12.tar.lzma 100% of 1172 kB 419 kBps
===> Extracting for wget-1.12_1
=> MD5 Checksum OK for wget-1.12.tar.lzma.
=> SHA256 Checksum OK for wget-1.12.tar.lzma.
===> wget-1.12_1 depends on file: /usr/local/bin/perl5.8.8 - found
tar: Unrecognized archive format: Inappropriate file type or format
tar: Error exit delayed from previous errors.
*** Error code 1
Stop in /usr/ports/www/wget.
*** Error code 1
Stop in /usr/ports/www/wget.
This was the same before and after running portsnap fetch - it's not clear to me what is the BSD equivalent of apt-get upgrade.
Any suggestions? Thanks!