Re: "make installworld" fail r363660 -> r363689 (amd64)

2020-07-30 Thread David Wolfskill
On Thu, Jul 30, 2020 at 07:14:26PM -0500, Kyle Evans wrote: > ... > > I finally just re-retried the "make installworld," and it succeeded. > > > > To be clear, this was just a second installworld without rebuilding, > correct? Yes. The most recent typescript from the build process on that machin

Re: "make installworld" fail r363660 -> r363689 (amd64)

2020-07-30 Thread Kyle Evans
On Thu, Jul 30, 2020 at 2:48 PM David Wolfskill wrote: > > On Thu, Jul 30, 2020 at 06:46:40AM -0500, Kyle Evans wrote: > > On Thu, Jul 30, 2020 at 6:24 AM David Wolfskill > > wrote: > > ... > > > ld-elf.so.1: /common/S4/obj/usr/src/amd64.amd64/tmp/legacy/usr/sbin/make: > > > Undefined symbol "r

Re: "make installworld" fail r363660 -> r363689 (amd64)

2020-07-30 Thread David Wolfskill
On Thu, Jul 30, 2020 at 06:46:40AM -0500, Kyle Evans wrote: > On Thu, Jul 30, 2020 at 6:24 AM David Wolfskill wrote: > ... > > ld-elf.so.1: /common/S4/obj/usr/src/amd64.amd64/tmp/legacy/usr/sbin/make: > > Undefined symbol "regcomp@FBSD_1.6" > > > > I would appreciate a suggestion. > > > > H

Re: "make installworld" fail r363660 -> r363689 (amd64)

2020-07-30 Thread Jeffrey Bouquet
On Thu, 30 Jul 2020 04:24:23 -0700, David Wolfskill wrote: > build{worl,kernel} and installkernel were uneventful, but: > > ... > install -l h -o root -g wheel -m 555 /usr/bin/mail /usr/bin/Mail > install -l h -o root -g wheel -m 555 /usr/bin/mail /usr/bin/mailx > ===> usr.bin/msgs (instal

Re: "make installworld" fail r363660 -> r363689 (amd64)

2020-07-30 Thread David Wolfskill
On Thu, Jul 30, 2020 at 06:46:40AM -0500, Kyle Evans wrote: > ... > Hi, > > Can you describe the environment in which you're running installworld, > please? i.e. is it just a raw installworld directly in your shell, or > something more complicated? "make installworld" is being invoked via [t]csh

Re: "make installworld" fail r363660 -> r363689 (amd64)

2020-07-30 Thread Kyle Evans
On Thu, Jul 30, 2020 at 6:24 AM David Wolfskill wrote: > > build{worl,kernel} and installkernel were uneventful, but: > > ... > install -l h -o root -g wheel -m 555 /usr/bin/mail /usr/bin/Mail > install -l h -o root -g wheel -m 555 /usr/bin/mail /usr/bin/mailx > ===> usr.bin/msgs (install) > ins

"make installworld" fail r363660 -> r363689 (amd64)

2020-07-30 Thread David Wolfskill
build{worl,kernel} and installkernel were uneventful, but: ... install -l h -o root -g wheel -m 555 /usr/bin/mail /usr/bin/Mail install -l h -o root -g wheel -m 555 /usr/bin/mail /usr/bin/mailx ===> usr.bin/msgs (install) install -s -o root -g wheel -m 555 msgs /usr/bin/msgs install -o root

Re: installworld fail

2002-12-11 Thread Ken Stailey
ep checking though. Date: Mon, 25 Nov 2002 19:04:28 +0800 From: Ying-Chieh Liao <[EMAIL PROTECTED]> To:[EMAIL PROTECTED] Cc:Ying-Chieh Liao <[EMAIL PROTECTED]> Subject: Re: installworld fail Message-ID: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL P

Re: installworld fail

2002-11-25 Thread Jos Backus
On Mon, Nov 25, 2002 at 05:51:43AM -0800, David Wolfskill wrote: > * I have never seen the failure on my SMP machine; I always (since > around 09 Nov) see it on my (UP) laptop (unless I run a script in > parallel with the installworld). Fwiw, I saw this failure while building world on my SMP s

Re: installworld fail

2002-11-25 Thread David Wolfskill
>Date: Mon, 25 Nov 2002 19:04:28 +0800 >From: Ying-Chieh Liao <[EMAIL PROTECTED]> >On Fri, Nov 22, 2002 at 00:06:59 +0800, Ying-Chieh Liao wrote: >> I'm in DP2, and cvsup and then make world... >> >> if [ -L /usr/share/examples/sunrpc ]; then rm -f /usr/share/examples/sunrpc; fi >> if [ -L /usr

Re: installworld fail

2002-11-25 Thread Ying-Chieh Liao
On Fri, Nov 22, 2002 at 00:06:59 +0800, Ying-Chieh Liao wrote: > I'm in DP2, and cvsup and then make world... > > if [ -L /usr/share/examples/sunrpc ]; then rm -f /usr/share/examples/sunrpc; fi > if [ -L /usr/share/examples/worm ]; then rm -f /usr/share/examples/worm; fi > mtree -deU -f /usr

installworld fail

2002-11-21 Thread Ying-Chieh Liao
I'm in DP2, and cvsup and then make world... if [ -L /usr/share/examples/sunrpc ]; then rm -f /usr/share/examples/sunrpc; fi if [ -L /usr/share/examples/worm ]; then rm -f /usr/share/examples/worm; fi mtree -deU -f /usr/src/share/examples/../../etc/mtree/BSD.usr.dist -p /usr /tmp/install.Ui

installworld fail with rtquery

2000-04-05 Thread Munehiro Matsuda
Hi all, When I do installworld, it fails in src/sbin/routed/rtquery: install -c -s -o root -g wheel -m 555 rtquery usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN d