Date: Mon, 24 Jun 2002 22:46:50 +0200 (W. Europe Daylight Time) From: Johan Granlund <johan@granlund.nu> To: <robert@fledge.watson.org> Cc: <freebsd-current@FreeBSD.ORG> Subject: Re: Error in truss (Was: Re: error in ncurses in 'make buildworld') Message-ID: <Pine.WNT.4.31.0206242246070.896-100000@hatchet> In-Reply-To: <Pine.NEB.3.96L.1020624155729.32271V-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Worked. Thanks a million for the _very_ fast answer. /Johan On Mon, 24 Jun 2002, Robert Watson wrote: > Compile and install a fresh sed. > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > robert@fledge.watson.org Network Associates Laboratories > > On Mon, 24 Jun 2002, Johan Granlund wrote: > > > Hi > > > > I'ts probably not related, but i have problems :) > > > > I have tried a couple of days to compile world, with CFLAGS=-O -pipe, with > > a system from Jun 16 and it stops at the same place every time. I have > > tried to clean out /usr/src and obj and resup. Recompiled awk and sh if > > something happened to them but no change. > > > > Any ideas as what happened ? > > > > The error is: > > > > ===> usr.bin/truncate > > rm -f .depend > > mkdep -f .depend -a /usr/src/usr.bin/truncate/truncate.c > > echo truncate: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend > > ===> usr.bin/truss > > cp /usr/src/usr.bin/truss/../../sys/kern/syscalls.master syscalls.master > > /bin/sh /usr/src/usr.bin/truss/../../sys/kern/makesyscalls.sh > > syscalls.master / > > usr/src/usr.bin/truss/i386.conf > > syscalls.master: line 55: syscall number out of sync at 7 > > line is: > > struct rusage * rusage ) ; } wait4 > > wait_args int > > *** Error code 1 > > > > Stop in /usr/src/usr.bin/truss. > > *** Error code 1 > > > > > > Regards > > > > /Johan > > > > > > On Mon, 24 Jun 2002, Claus Guttesen wrote: > > > > > Hi. > > > > > > > What -O level did you compile libc with? > > > > Optimisation levels >= 2 damage > > > > __vfprintf() with the in-tree gcc, causing these > > > > same symptoms. > > > > > > > > The fix is to remove any optimisation options above > > > > -O, go into > > > > /usr/src/lib/libc, rebuild and install the static > > > > libc.a, build and install a > > > > static linked awk binary, then rebuild world + > > > > kernel as usual. > > > > > > > > > > With this advise my 'make world' and 'make kernel' > > > completed without any errors. Thank you. > > > > > > Regards > > > Claus > > > > > > > > > _____________________________________________________ > > > Følg VM i fodbold på tæt hold fra Yahoo!s officielle VM-side > > > www.yahoo.dk/vm2002 > > > > > > 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 > > > > > > 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?Pine.WNT.4.31.0206242246070.896-100000>
