You were dead right. Dont know why they were different though, but problem solved.
> Date: Fri, 28 Nov 2014 22:04:48 -0500 > From: n...@holland-consulting.net > To: misc@openbsd.org > Subject: Re: Error while building current > > On 11/28/14 20:52, Edgar Pettijohn wrote: > > Not terribly concerned just wanted to let the powers that be know about this > > error. Will try and update src and rebuild tomorrow. > > ===> usr.sbin/httpdcc -O2 -pipe -Wall -I/usr/src/usr.sbin/httpd > > -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow > > -Wpointer-arith -Wsign-compare -c parse.c/usr/src/usr.sbin/httpd/parse.y: In > > function 'yyparse':/usr/src/usr.sbin/httpd/parse.y:289: error: expected > > expression before '<<' token/usr/src/usr.sbin/httpd/parse.y:293: error: > ^^ > > expected expression before '==' token/usr/src/usr.sbin/httpd/parse.y:300: > ^^ > > error: expected expression before '>>' > ^^ > > token/usr/src/usr.sbin/httpd/parse.y:442: error: expected expression before > > '<<' token/usr/src/usr.sbin/httpd/parse.y:461: error: expected expression > > before '==' token/usr/src/usr.sbin/httpd/parse.y:484: error: expected > > expression before '>>' token*** Error 1 in usr.sbin/httpd (<sys.mk>:87 > > 'parse.o')*** Error 1 in usr.sbin (<bsd.subdir.mk>:48 'all')*** Error 1 in . > > (<bsd.subdir.mk>:48 'all')*** Error 1 in /usr/src (Makefile:82 'build') > > the powers that be don't care about local errors. ;) > > the <<, == and >> errors pretty well indicate you have a CVS conflict in > that directory. > > Most likely, you have some local changes which conflicted with something > new, if you run "cvs up -Pd" in that directory, you will probably see an > "M" or "C" in front of at least parse.y > > Either reconcile your local changes with the ones in tree, or delete the > files with "M" and "C" chars in the beginning of the CVS output and > update again. > > > Here is dmesg if anyone wants it. > > We love dmesg porn. Unfortunately, your mail client mangled that pretty > completely. :( > > Nick.