Date: Sat, 29 Jan 2000 14:19:31 -0500 From: Jim Bloom <bloom@acm.org> To: Forrest Aldrich <forrie@forrie.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: More breakages Message-ID: <38933D43.7BAF88AC@acm.org> References: <4.2.2.20000129135739.00c0a140@216.67.12.69>
next in thread | previous in thread | raw e-mail | index | archive | help
It looks like your last make world or make installworld did not complete. There is an install problem with installworld bootstrapping itself. New libraries are installed before the install binary is installed. When they try to use the "-fschg" option, you get that error. (installworld aborts at rcp with the same problem.) Simple recompile and install /usr/src/usr.bin/xinstall to fix both of these problems. Jim Bloom bloom@acm.org Forrest Aldrich wrote: > > cc -c -O -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. > -I../../../include -D_KERNEL -include opt_global.h > -elf -mpreferred-stack-boundary=2 vers.c > linking kernel > text data bss dec hex filename > 1807056 139340 115448 2061844 1f7614 kernel > chflags noschg /kernel > mv /kernel /kernel.old > install -c -m 555 -o root -g wheel -fschg kernel /kernel > /usr/libexec/ld-elf.so.1: install: Undefined symbol "string_to_flags" > *** Error code 1 > > This is from a cvsup I just performed minutes ago, FYI. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38933D43.7BAF88AC>