Subject: Re: 1.5X difficulties
To: None <current-users@netbsd.org, martti.kuparinen@iki.fi>
From: None <eeh@netbsd.org>
List: current-users
Date: 08/01/2001 18:54:18
| I'm still having problems with my UltraSparc. The kernel is
| running 1.5X from yesterday but the user-space is still 1.5.1
|
|     [ make new include files etc ]
|     cd /usr/src/lib/libc
|     make NOGCCERROR=1 all && make install && make cleandir
|     [ New libc.* files are now in /usr/lib/ ]
|
|     [ Just for fun, try to compile libc again ]
|     make NOGCCERROR=1 all && make install && make cleandir
|     ...
|     cc  -Wa,-Av9a  -D_LIBC -DNLS -DYP -DHESIOD -DLIBC_SCCS -DSYSLIBC_SCCS  -D_REENTRANT -I/usr/src/lib/libc/include -DINET6 -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../libexec/ld.elf_so -I/usr/src/lib/libc/dlfcn -DWITH_RUNE -DRUNEMOD_MAJOR=3  -D_PATH_LOCALEMODULE=\"/usr/lib/runemodule\" -DRESOLVSORT -I. -DPOSIX_MISTAKE -DPORTMAP -DFLOATING_POINT -c -traditional-cpp -DALL_STATE -DUSG_COMPAT -I/usr/src/lib/libc/arch/sparc64 /usr/src/lib/libc/arch/sparc64/sys/Ovfork.S
|     cpp: : No such file or directory
|
| Here's my kernel info:
|
|     NetBSD axil 1.5X NetBSD 1.5X (GENERIC) #0: Tue Jul 31 15:58:32 CEST 2001     root@axil:/usr/src/sys/arch/sparc64/compile/GENERIC sparc64
|
| Restoring the 1.5.1 libc.* files makes "make NOGCCERROR=1 all"
| work again. I get the same "cpp: : No such file or directory" error
| while compiling other parts (including texinfo, compile_et, ...)
| when the new libc files are installed.
|
| Please help me, I want to have the whole 1.5X...

I'm afraid you will have to wait a while.  Between the partial integration
of the new toolchain and the new code in csu and libc, -current is currently
not functional.

Eduardo