Subject: Re: Can't apply SA2003-008 security patch
To: pcw <pcw@karpy.com>
From: Miroslav Urbanek <m.urbanek@sh.cvut.cz>
List: netbsd-users
Date: 03/28/2003 03:23:53
Hmmm, libc.so has some undefined symbols. The compilation ended with no error
messages but there are run-time problems.

There is one more file to update:

# cvs update -d -P -r netbsd-1-6 lib/libc/include/namespace.h

After recompiling & installing libc, everything seems all right now.
Those "accurate" security advisories are really beautiful ;-)

-- Radar

On Thu, Mar 27, 2003 at 10:30:07PM +0100, Miroslav Urbanek wrote:
> Hi,
> I've got the same problem. It seems you must upgrade also src/include/rpc:
> 
> # cd src
> # cvs update -d -P -r netbsd-1-6 include/rpc
> # cd include 
> # make includes
> 
> The NetBSD-SA2003-008 should be updated according to this.
> 
> -- Radar
> 
> On Wed, Mar 26, 2003 at 10:10:43AM -0800, pcw wrote:
> > 
> > 
> > 
> > 
> > What am I doing wrong?
> > 
> > 
> > 
> > 
> > lint -chapbxzF -w -X 272  -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT
> > -I/usr/src/lib/libc/include -DHESIOD -DINET6 -DNLS -DYP
> > -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../libexec/ld.elf_so
> > -I/usr/src/lib/libc/dlfcn -DI18NMODULE_MAJOR=4 -DWITH_RUNE
> > -I/usr/src/lib/libc -DRESOLVSORT -I. -DPOSIX_MISTAKE -DPORTMAP
> > -DFLOATING_POINT -i /usr/src/lib/libc/rpc/rpc_generic.c
> > /usr/src/lib/libc/rpc/rpc_generic.c(147): RPC_MAXDATASIZE undefined [99]
> > /usr/src/lib/libc/rpc/rpc_generic.c(176): RPC_MAXADDRSIZE undefined [99]
> > *** Error code 1
> > 
> > Stop.
> > make: stopped in /usr/src/lib/libc
> > *** Error code 1
> > 
> > 
> > PCW
> > 
> >