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 -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c token.c cc1: warnings being treated as errors /usr/src/sbin/hastd/token.l:456: warning: function declaration isn't a prototype *** Error code 1 Stop in /usr/src/sbin/hastd. *** Error code 1 Stop in /usr/src/sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. # $ -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
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 -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c token.c > cc1: warnings being treated as errors > /usr/src/sbin/hastd/token.l:456: warning: function declaration isn't a prototype > *** Error code 1 > > Stop in /usr/src/sbin/hastd. > *** Error code 1 > > Stop in /usr/src/sbin. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > # $Someone have to fix hastd's Makefile and change WARNS level there. This problem breaks source upgrade. 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 should be fixed, not documented :-)
On Mon, 17 Jan 2011 16:38:57 -0600 (CST) Larry Rosenman <ler@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 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c token.c > cc1: warnings being treated as errors > /usr/src/sbin/hastd/token.l:456: warning: function declaration isn't a prototype > *** Error code 1 > > Stop in /usr/src/sbin/hastd. > *** Error code 1 > > Stop in /usr/src/sbin. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > # $"make -i" will get you past it, provided you do not need 'hastd', and provided you watch carefully for other possible errors (there appear to be no others at this time). -- Duane H. Hesser <dhesser@accima.com>