Solved [Solved] Problem installing haproxy

Hi,

I can't install haproxy on my FreeBSD 8.x. I went into cd /usr/ports/net/haproxy and i made a make install clean which generates a lot of errors. Then I made a
Code:
portsnap fetch
portsnap extract
portsnap update

I made another make install clean which generates differents errors:

Code:
FreeBSD-1#
FreeBSD-1# pwd
/usr/ports/net/haproxy
FreeBSD-1# make install clean
Unknown modifier 't'

"/usr/ports/Mk/bsd.port.mk", line 1739: Malformed conditional (defined(USE_RC_SUBR) && ${USE_RC_SUBR:tu} != "YES")
Unknown modifier 't'
Unknown modifier 't'
Unknown modifier 't'
Unknown modifier 't'

"/usr/ports/Mk/bsd.sites.mk", line 953: Malformed conditional (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan")
Unknown modifier 't'

"/usr/ports/Mk/bsd.port.mk", line 2874: Unclosed conditional/for loop
"/usr/ports/Mk/bsd.port.mk", line 2874: Unexpected end of file in for loop.

"/usr/ports/Mk/bsd.port.mk", line 6603: Unclosed conditional/for loop
"/usr/ports/Mk/bsd.port.mk", line 6603: Unexpected end of file in for loop.

make: fatal errors encountered -- cannot continue
FreeBSD-1#

Does it means something to you?

Thank you for your help.
 
Re: Problem installing haproxy

The errors suggest you are using an old version of make(1). I don't know when or if the latest make() was included in FreeBSD 8. What version of 8 do you have, specifically?
 
Re: Problem installing haproxy

Thank you for your answer. I'm using:
Code:
FreeBSD-1# uname -rs
FreeBSD 8.2-RELEASE

But I fixed the problem by installing FreeBSD 10 :)
 
FreeBSD 8.2 has been end-of-life since July 2012. There have been many changes recently and those changes pretty much broke every unsupported version. FreeBSD 8.4 is still supported and would probably have worked too.
 
Back
Top