Subject: current libc broken?
To: None <current-users@netbsd.org>
From: Mario Kemper <magick@bundy.lip.owl.de>
List: current-users
Date: 12/27/2000 12:06:02
Hi,
for some time now my libc is broken. After a make install in /usr/src/lib
i get the following after the new lib is installed:
install -r -p -c -o root -g wheel -m 444 libc.so.12.69 /usr/lib/libc.so.12.69
ln -sf libc.so.12.69 /usr/lib/libc.so.12.tmp
mv -f /usr/lib/libc.so.12.tmp /usr/lib/libc.so.12
ln -sf libc.so.12.69 /usr/lib/libc.so.tmp
mv -f /usr/lib/libc.so.tmp /usr/lib/libc.so
install ===> libcompat
install ===> libcrypt
awk: cmd. line:1: BEGIN { FS="." } { print $3 }
awk: cmd. line:1: ^ Invalid char 'B' in expression
awk: cmd. line:1: BEGIN { FS="." } { print $4 }
awk: cmd. line:1: ^ Invalid char 'B' in expression
awk: cmd. line:1: BEGIN { FS="." } { print $5 + 0 }
awk: cmd. line:1: ^ Invalid char 'B' in expression
I get this on every awk script and several other things too. Building gawk
against the new libc didn't help either.
I suspect is's the new locale stuff that breaks things, but i may be wrong.
Sources are from yesterday (26.12), kernel is:
root@bundy:/usr/lib#uname -a
NetBSD bundy 1.5P NetBSD 1.5P (BUNDY) #1: Tue Dec 26 19:40:23 CET 2000 root@bundy:/usr/netbsd-src/src/sys/arch/i386/compile/BUNDY i386
--
Mario Kemper
magick@bundy.zhadum.de