Re: Error compiling posix_fadvise.S

Martin Husemann <[email protected]> Mon, 4 Feb 2008 17:18:14 +0100
Newsgroups gmane.os.netbsd.ports.evbmips
Message-ID <[email protected]>
On Mon, Feb 04, 2008 at 04:11:58PM +0000, [email protected] wrote:
> Hi there!
> 
> While trying to compile the release today using cvs updated from Friday, I get an error when compiling posix_fadvise.S.  When I looked at the source file, it was blank.

See UPDATING:
You need to remove all traces of the old posix_fadvise stub from your objdir
(in lib/libc) - do something like 

  cd /usr/obj/lib/libc/ && rm posix_fadvise* .depend

and then try to rebuild (a build.sh -u should be fine after the above).

Martin