Solved [Solved] Can't install FreeBSD Ports FreeBSD 8.1-RELEASE

Hi,

I'm facing an issue on my new FreeBSD server. Indeed, I don't understand why, but I can't install a software like Apache on my server. It's a new installation ( FreeBSD 8.1-RELEASE (64BITS) in online.net), I didn't make any change at that time.

I did a successful
Code:
portsnap fetch extract
But then when I did
Code:
cd /usr/ports/www/apache24/ && make install clean
I have this message
Code:
===>   apache24-2.4.6_1 depends on file: /usr/local/bin/autoconf-2.69 - not found
===>    Verifying install for /usr/local/bin/autoconf-2.69 in /usr/ports/devel/autoconf
===>   autoconf-2.69 depends on executable: gm4 - found
===>   autoconf-2.69 depends on executable: help2man - not found
===>    Verifying install for help2man in /usr/ports/misc/help2man
===>   help2man-1.43.3_1 depends on package: p5-Locale-gettext>=0 - not found
===>    Verifying install for p5-Locale-gettext>=0 in /usr/ports/devel/p5-Locale-gettext
===>  Building package for p5-Locale-gettext-1.05_3
Creating package /usr/ports/devel/p5-Locale-gettext/work/p5-Locale-gettext-1.05_3.tbz
Registering depends: gettext-0.18.1.1 libiconv-1.13.1_2 perl-5.12.4_4.
Creating bzip'd tar ball in '/usr/ports/devel/p5-Locale-gettext/work/p5-Locale-gettext-1.05_3.tbz'
tar: lib/perl5/site_perl/5.12/mach/auto/Locale/gettext/.packlist: Cannot stat: No such file or directory
tar: lib/perl5/site_perl/5.12/mach/auto/Locale/gettext/gettext.so: Cannot stat: No such file or directory
tar: lib/perl5/site_perl/5.12/mach/auto/Locale/gettext/gettext.bs: Cannot stat: No such file or directory
tar: lib/perl5/site_perl/5.12/mach/Locale/gettext.pm: Cannot stat: No such file or directory
tar: lib/perl5/5.12/man/man3/Locale::gettext.3.gz: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /usr/ports/devel/p5-Locale-gettext.
*** Error code 1

Stop in /usr/ports/misc/help2man.
*** Error code 1
[code]
Stop in /usr/ports/misc/help2man.
*** Error code 1

Stop in /usr/ports/devel/autoconf.
*** Error code 1

Stop in /usr/ports/www/apache24.
*** Error code 1

Stop in /usr/ports/www/apache24.
root#[/code]

Even pkg_add doesn't work ...
Code:
pkg_add -r apache24
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/Latest/apache24.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/Latest/apache24.tbz' by URL
root#

It's the first time that I saw this in FreeBSD, what should I do?

Thanks a lot
Sincerely
A
 
Re: Can't install FreeBSD Ports FreeBSD 8.1-RELEASE (64BITS

But my provider offers just this version. If I use this will I have the new FreeBSD version?
freebsd-update -r 10.0-RELEASE upgrade

Thanks
 
Re: Can't install FreeBSD Ports FreeBSD 8.1-RELEASE (64BITS

I won't suggest using a .0 version for production. If your provider only supplies 8.1 I'd try 8.4 instead. FreeBSD 8.4 is supported until June 2015. And I would urge the provider to stop supplying unsupported versions.
 
Re: Can't install FreeBSD Ports FreeBSD 8.1-RELEASE (64BITS

Well I decided to use the 9.2 for my server (the 10.0 installation doesn't work). And it seems, at that time, that I can now install software so thanks a lot!

Have a nice day

Sincerely
A
 
Back
Top