Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Current fails to build: Failed target: fixunsdfdi.ln
On Tue, Nov 04, 2008 at 03:24:33PM +0000, Mark Kirby wrote:
> Current from yesterday fails to build.
...
> /external/source/netbsd/src/lib/libc/quad/fixunsdfdi.c(64): warning:
> integer constant out of range [252]
> /external/source/netbsd/src/lib/libc/quad/fixunsdfdi.c(70): warning:
> integer constant out of range [252]
That looks like the following bit mentioned in UPDATING:
20080827:
If you built and installed a libc from sources between
2008/08/20 and 2008/08/26 you got a broken strtouq(3)
which results in false errors reported by lint(1).
Since this breaks the libc build itself, manual help is
needed -- lint must be disabled temporarily, e.g:
$ (cd lib/libc && make MKLINT=no dependall install)
Cheers,
Patrick
Home |
Main Index |
Thread Index |
Old Index