Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2006 17:21:04 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Poul-Henning Kamp <phk@phk.freebsd.dk>
Cc:        freebsd-current@freebsd.org
Subject:   Re: md5c.c is broken on amd64
Message-ID:  <20060118012104.GA45779@troutmask.apl.washington.edu>
In-Reply-To: <63732.1137541297@critter.freebsd.dk>
References:  <20060117222233.GA99076@troutmask.apl.washington.edu> <63732.1137541297@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 18, 2006 at 12:41:37AM +0100, Poul-Henning Kamp wrote:
> In message <20060117222233.GA99076@troutmask.apl.washington.edu>, Steve Kargl writes:
> >It just isn't my day to work on upgrade a 3 day old -current. ;(
> >
> >/usr/src/lib/libcrypt/../libmd/md5c.c: In function `__MD5Update':
> >/usr/src/lib/libcrypt/../libmd/md5c.c:154: error: argument "in" doesn't match prototype
> >/usr/include/sys/md5.h:41: error: prototype declaration
> >*** Error code 1
> 
> Either you got a very unlucky CVSUP timing or you didn't run buildworld
> because it looks like you have an old <sys/md5.h> and a new source tree...
> 

I didn't do a buildworld.  It appears that one can no longer
rebuild only a part of the tree.  I did

rm -rf /usr/obj/*
cd /usr/src/lib
make clean && make cleandepend && make cleandir
make depend
make

Report problem.

On the bright, I found I have a boat loader of bitrot in /usr/include.

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060118012104.GA45779>