i386/153947: Make buildworld fails in hastd/token.c

Vsevolod Lobko seva at sevasoft.kiev.ua
Thu Jan 13 22:30:16 UTC 2011


The following reply was made to PR i386/153947; it has been noted by GNATS.

From: Vsevolod Lobko <seva at sevasoft.kiev.ua>
To: bug-followup at FreeBSD.org, tomdean at 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
 


More information about the freebsd-i386 mailing list