[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Inconsitancy Between Crypto..
I did a complete clean grab of the source with:
#setenv CVSROOT anoncvs@anoncvs5.usa.openbsd.org
setenv CVS_RSH /usr/bin/ssh
cvs -q get -PA src
And then compiled a new kernel, rebooted off of it, then went in to /usr/src:
make obj
make depend
make build
But the make build always craps out with something like "inconsistancy between crypto.c and crypto.o" or something very like that(sorry forgot to save exact wording).
I have tried completely clean src grabs from anoncvs@anoncvs.ca.openbsd.org:/cvs
and anoncvs@anoncvs5.usa.openbsd.org:/cvs and both give same results(I just noticed I forgot the :/cvs on my first example, I DID put that, just can't go back since I am using mail.). Anyone know whats wrong? I just did make -k build now to make it and that seems to work, but will this have any severe side effects?