Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2011 22:30:15 GMT
From:      Vsevolod Lobko <seva@sevasoft.kiev.ua>
To:        freebsd-i386@FreeBSD.org
Subject:   Re: i386/153947: Make buildworld fails in hastd/token.c
Message-ID:  <201101132230.p0DMUFgK092466@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/153947; it has been noted by GNATS.

From: Vsevolod Lobko <seva@sevasoft.kiev.ua>
To: bug-followup@FreeBSD.org, tomdean@speakeasy.org
Cc:  
Subject: Re: i386/153947: Make buildworld fails in hastd/token.c
Date: Fri, 14 Jan 2011 00:02:13 +0200

 Rebuilding and installing lex from up-to-date sources fixes it.
 
 Hastd makefile has WARNS=6, but 8.1 lex does not have bin/139319 fix, so
 it outputs yyinput body without proper prototype.
 
 just do:
 
 cd /usr/src/usr.bin/lex
 make obj
 make
 make install
 
 and buildworld works properly
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101132230.p0DMUFgK092466>