Fixed that problem but now I get:
m_bio.c -o uvm_bio.o
/usr/src/sys/uvm/uvm_bio.c: In function 'ubc_fault':
/usr/src/sys/uvm/uvm_bio.c:358:45: error: missing terminating " character
[-Werror]
"out of range write: slot=%#"PRIxVADDR"
^
In file included from /usr/src/sys/sys/systm.h:427:0,
from /usr/src/sys/sys/timevar.h:66,
from /usr/src/sys/sys/time.h:307,
from /usr/src/sys/sys/param.h:145,
from /usr/src/sys/uvm/uvm_bio.c:42:
/usr/src/sys/uvm/uvm_bio.c:357:3: error: expected expression before '<<'
token
<<<<<<< uvm_bio.c
^
/usr/src/sys/lib/libkern/libkern.h:275:33: note: in definition of macro
'KASSERTMSG'
kern_assert(__KASSERTSTR msg, "diagnostic ", #e, \
^
/usr/src/sys/uvm/uvm_bio.c:357:3: error: missing terminating " character
<<<<<<< uvm_bio.c
^
/usr/src/sys/lib/libkern/libkern.h:275:33: note: in definition of macro
'KASSERTMSG'
kern_assert(__KASSERTSTR msg, "diagnostic ", #e, \
^
/usr/src/sys/uvm/uvm_bio.c:365:1: error: expected expression before '>>'
token
>>>>>>> 1.89
^
cc1: all warnings being treated as errors
On Mon, Mar 20, 2017 at 7:23 PM, Paul Goyette <[email protected]> wrote:
> I think christos's commits from (approx) 20:24 fidex this. Please update
> and try again.
>
>
>
>
> On Mon, 20 Mar 2017, pimin inwa wrote:
>
> Running an ancient NetBSD and chrooting into a jail built from current less
>> than a week ago. Running:
>>
>> cvs update -Pd && ./build.sh -U -u -o -O BUILD_OBJ -T BUILD_TOOL release
>>
>>
>> Within the hour and I get the following error:
>>
>> dependall ===> lib/libcurses/PSD.doc
>> # compile libcurses/refresh.o
>> /usr/src/BUILD_TOOL/bin/i486--netbsdelf-gcc -O2 -std=gnu99 -Wall
>> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare
>> -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type
>> -Wswitch -Wshadow -Werror -fPIE
>> --sysroot=/usr/src/BUILD_OBJ/destdir.i386 -I/usr/src/lib/libcurses
>> -I/usr/src/lib/libterminfo -DHAVE_WCHAR -c refresh.c -o refresh.o
>> refresh.c: In function 'makech':
>> refresh.c:988:5: error: null argument where non-null required (argument 1)
>> [-Werror=nonnull]
>> if (((clsp - nlsp >= strlen(clr_eol) &&
>> ^
>> cc1: all warnings being treated as errors
>>
>>
>> Is this just the risk of building ToT?
>>
>> Regards,
>> Paul N.
>>
>>
>> !DSPAM:58d088af192503509644477!
>>
>>
> +------------------+--------------------------+------------------------+
> | Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
> | (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
> | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
> +------------------+--------------------------+------------------------+
>