On Mon, Aug 23, 2010 at 2:08 AM, Amit Kulkarni <amitk...@gmail.com> wrote: > # sysctl -n kern.version > OpenBSD 4.8-current (GENERIC) #3: Sun Aug 22 12:49:11 CDT 2010 > a...@pilloo.my.domain:/usr/src/sys/arch/i386/compile/GENERIC > > I did do a cvs update src, ports, xenocara for -current. Submitted dmesg > too. > > Compiled, installed, rebooted with new kernel > > Having the same problem since yesterday (or was it friday?) & today, so > thought to report it > > Complete newbie to -current > > cc -O2 -pipe -g -I/usr/src/lib/libc/include -DAPIWARN -DYP > -I/usr/src/lib/libc/yp -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc > -I/usr/src/lib/libc/gdtoa -I/usr/src/lib/libc/arch/i386/gdtoa -DINFNAN_CHECK > -DMULTIPLE_THREADS -DNO_FENV_H -DUSE_LOCALE -I/usr/src/lib/libc > -I/usr/src/lib/libc/citrus -DRESOLVSORT -DPOSIX_MISTAKE -DFLOATING_POINT > -DNLS -c /usr/src/lib/libc/gen/vis.c -o vis.o > /usr/src/lib/libc/gen/vis.c: In function 'vis': > /usr/src/lib/libc/gen/vis.c:57: error: 'VIS_ALL' undeclared (first use in > this function) > /usr/src/lib/libc/gen/vis.c:57: error: (Each undeclared identifier is > reported only once > /usr/src/lib/libc/gen/vis.c:57: error: for each function it appears in.) > /usr/src/lib/libc/gen/vis.c:109: error: 'VIS_HEX' undeclared (first use in > this function) [...]
I hope you are religiously following instructions here: http://www.openbsd.org/faq/faq5.html#BldUserland. Another important thing you may want to look at (since you run -current) is http://www.openbsd.org/faq/current.html Especially check the config(8) and gcc4 updates. -Amarendra