Date: Thu, 7 Mar 2002 01:36:20 +0200 From: Alex Popa <razor@ldc.ro> To: David O'Brien <obrien@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: Should 4.5-STABLE -> 5.0-CURRENT work? Message-ID: <20020307013620.A47627@ldc.ro> In-Reply-To: <20020306003628.A6868@dragon.nuxi.com>; from obrien@freebsd.org on Wed, Mar 06, 2002 at 12:36:28AM -0800 References: <20020306100019.A208@ldc.ro> <20020306003628.A6868@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 06, 2002 at 12:36:28AM -0800, David O'Brien wrote: > On Wed, Mar 06, 2002 at 10:00:19AM +0200, Alex Popa wrote: > > cc -O -pipe -march=pentiumpro -funsigned-char -I. -I/usr/src/usr.bin/awk/../../contrib/one-true-awk /usr/src/usr.bin/awk/../../contrib/one-true-awk/maketab.c -o maketab > > ./maketab > proctab.c > > /usr/libexec/ld-elf.so.1: Shared object "libc.so.5" not found > > *** Error code 1 > > > > Stop in /usr/src/usr.bin/awk. > > *** Error code 1 > > (*sigh*) Fixed. Thank you, that worked for me! There were some problems during installworld, with sh getting killed during installworld, in chpass on: [ ! -e /usr/bin/chpass ] || chflags noschg /usr/bin/chpass || true sh was getting killed w/ signal 10 or 11, I cannot remember. However, I just removed the setuid binaries in /usr/bin and /usr/sbin, then everything worked. Also got some problems with sh at kernel "make", just before the linking part. Solved by replacing /bin/sh with /usr/local/bin/bash during kernel build and install. This was with the old kernel I mentioned in my first message, so world and kernel were out of sync. All seems to work OK w/ the -release kernel and world (until now, at least, built two other kernels, and used X w/ no apparent problems). Thank you, everybody! You are doing a great job! Alex (now a happy 5.0-CURRENT user) ------------+------------------------------------------ Alex Popa, | "Artificial Intelligence is razor@ldc.ro| no match for Natural Stupidity" ------------+------------------------------------------ "It took the computing power of three C-64s to fly to the Moon. It takes a 486 to run Windows 95. Something is wrong here." 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?20020307013620.A47627>