Date: Wed, 2 Jul 1997 14:00:54 -0500 From: "Darrin R. Woods" <dwoods@netgazer.com> To: freebsd-hackers@freebsd.org Subject: Re: Make world problems Message-ID: <v0310281fafe055cf74da@[208.12.177.224]>
next in thread | raw e-mail | index | archive | help
>>Could someone please tell me what I might be able to do to get make world >>working or if there is a fix in the works. If this was not what the >>earlier thread was on, I can provide you with more detail of what is dying. > >If it looks like it's dying from a problem with include files, (either can't >find one explicitly, or is complaining about non-existent definitions), you >might win by doing a 'make includes' in /usr/src, before re-starting your >'make world'... Well I think it got further, but not sure. Here is where it stops: ===> rtld /usr/src/gnu/usr.bin/ld/rtld -> /usr/obj/gnu/usr.bin/ld/rtld cd /usr/src/usr.bin/ar && make depend all install cleandir obj rm -f .depend files=""; if [ "$files" != "" ]; then mkdep -a -I/usr/src/usr.bin/ar $files; fi files="/usr/src/usr.bin/ar/append.c /usr/src/usr.bin/ar/ar.c /usr/src/usr.bin/ar /archive.c /usr/src/usr.bin/ar/contents.c /usr/src/usr.bin/ar/delete.c /usr/src/ usr.bin/ar/extract.c /usr/src/usr.bin/ar/misc.c /usr/src/usr.bin/ar/move.c /usr/ src/usr.bin/ar/print.c /usr/src/usr.bin/ar/replace.c"; if [ "$files" != "" ]; t hen mkdep -a -I/usr/src/usr.bin/ar $files; fi files=" "; if [ "$files" != " " ]; then mkdep -a -I/usr/src/usr.bin/ar $fi les; fi cc -O -I/usr/src/usr.bin/ar -c /usr/src/usr.bin/ar/append.c cc -O -I/usr/src/usr.bin/ar -c /usr/src/usr.bin/ar/ar.c cc -O -I/usr/src/usr.bin/ar -c /usr/src/usr.bin/ar/archive.c /usr/src/usr.bin/ar/archive.c: In function `put_arobj': /usr/src/usr.bin/ar/archive.c:228: structure has no member named `ts_sec' /usr/src/usr.bin/ar/archive.c:234: structure has no member named `ts_sec' /usr/src/usr.bin/ar/archive.c:238: structure has no member named `ts_sec' *** Error code 1 Stop. *** Error code 1 Stop. Any ideas? Darrin R. Woods | "I'm so happy that I, can't stop crying." Director Operations | --- Sting Netgazer Solutions, Inc. | Dallas, Texas 972.702.9119 | work: http://www.netgazer.net My employer most whole-heartedly denies everything I say
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?v0310281fafe055cf74da>