Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Eugene Grosbein
On 18.01.2011 13:31, Larry Rosenman wrote: Someone have to fix hastd's Makefile and change WARNS level there. This problem breaks source upgrade. Eugene Grosbein Is anyone working on it? I'm trying to get a source upgrade from 8.0 to 8.2 done. It seems, no. Also, there is PR for that:

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Eugene Grosbein
On 18.01.2011 13:34, Lystopad Aleksandr wrote: There are solution from Vsevolod Lobko: : just do: : : cd /usr/src/usr.bin/lex : make obj : make : make install : : and buildworld works properly in http://www.freebsd.org/cgi/query-pr.cgi?pr=153947 I make

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Olivier Certner
I make buildworld without problems after that yesturday. Same here. Perhaps someone could add a small entry about that in UPDATING? It seems that this problem is likely to be reported over and over without such a notice. Thanks, Olivier Certner

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Eugene Grosbein
On 18.01.2011 14:18, Olivier Certner wrote: I make buildworld without problems after that yesturday. Same here. Perhaps someone could add a small entry about that in UPDATING? It seems that this problem is likely to be reported over and over without such a notice. IMO the problem

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Olivier Certner
That's not a solution for 7-8 upgrade as new lex won't run under 7.x kernel. I can confirm that compiling and installing 'lex' in advance produces a working 'lex' on 7.x. My current understanding is that the procedure mentioned in a previous mail uses the 8.x source but the

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Eugene Grosbein
On 18.01.2011 14:47, Olivier Certner wrote: That's not a solution for 7-8 upgrade as new lex won't run under 7.x kernel. I can confirm that compiling and installing 'lex' in advance produces a working 'lex' on 7.x. My current understanding is that the procedure mentioned in

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Duane H. Hesser
On Mon, 17 Jan 2011 16:38:57 -0600 (CST) Larry Rosenman l...@lerctr.org wrote: What can I do to fix this? csup'd around 2pm Central (US) time from cvsup5. cc -O2 -pipe -I/usr/src/sbin/hastd -DINET -DINET6 -DYY_NO_UNPUT -DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Max Khon
Eugene, On Tue, Jan 18, 2011 at 4:11 PM, Eugene Grosbein egrosb...@rdtc.ru wrote: On 18.01.2011 14:47, Olivier Certner wrote: That's not a solution for 7-8 upgrade as new lex won't run under 7.x kernel. I can confirm that compiling and installing 'lex' in advance produces a

8.2-PRE: hastd: Compile Error

2011-01-17 Thread Larry Rosenman
What can I do to fix this? csup'd around 2pm Central (US) time from cvsup5. cc -O2 -pipe -I/usr/src/sbin/hastd -DINET -DINET6 -DYY_NO_UNPUT -DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes

Re: 8.2-PRE: hastd: Compile Error

2011-01-17 Thread Eugene Grosbein
On 18.01.2011 04:38, Larry Rosenman wrote: What can I do to fix this? csup'd around 2pm Central (US) time from cvsup5. cc -O2 -pipe -I/usr/src/sbin/hastd -DINET -DINET6 -DYY_NO_UNPUT -DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k

Re: 8.2-PRE: hastd: Compile Error

2011-01-17 Thread Larry Rosenman
Eugene Grosbein egrosb...@rdtc.ru wrote: On 18.01.2011 04:38, Larry Rosenman wrote: What can I do to fix this? csup'd around 2pm Central (US) time from cvsup5. cc -O2 -pipe -I/usr/src/sbin/hastd -DINET -DINET6 -DYY_NO_UNPUT -DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector

Re: 8.2-PRE: hastd: Compile Error

2011-01-17 Thread Lystopad Aleksandr
Hello, Eugene Grosbein! On Tue, Jan 18, 2011 at 01:28:26PM +0600 egrosb...@rdtc.ru wrote about Re: 8.2-PRE: hastd: Compile Error: On 18.01.2011 04:38, Larry Rosenman wrote: What can I do to fix this? csup'd around 2pm Central (US) time from cvsup5. cc -O2 -pipe -I/usr/src/sbin