From owner-freebsd-stable Mon Sep 4 16:18:21 2000 Delivered-To: freebsd-stable@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 67A4B37B423 for ; Mon, 4 Sep 2000 16:18:19 -0700 (PDT) Received: from tao.thought.org (tao.sea.tera.com [207.108.223.55]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id QAA06491; Mon, 4 Sep 2000 16:18:36 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.9.3/8.7.3) id QAA58662; Mon, 4 Sep 2000 16:18:14 -0700 (PDT) Date: Mon, 4 Sep 2000 16:18:14 -0700 From: Gary Kline To: nop1@cornell.edu Cc: freebsd-stable@FreeBSD.org Subject: Re: problems with make world (Sunday) Message-ID: <20000904161814.A58272@tao.thought.org> References: <20000904151701.B28288@sendmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from nop1@cornell.edu on Mon, Sep 04, 2000 at 06:54:22PM -0400 X-Organization: Thought Unlimited. Public service Unix since 1986. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Sep 04, 2000 at 06:54:22PM -0400, nop1@cornell.edu wrote: > Hi again, > > I did another cvsup (several, in fact) before posting my first message. I > also tried "make buildworld" several times after the first build failed. > Of course, I removed obj directory in a manner similar to what was > suggested by some of you each time. I am using a very simple script that > automates the build from freebsddiary.org > > Yes, it is the build that fails, not the install. If I remember correctly, > the build does not even finish building all the stuff in the tools stage > (but proceeds for a long time with no errors). I guess you'll have to wait > until I am done with my work for the day and get back to the > (non-networked) machine on which I have the build logs and post excerpts > from them. > > My only guess at this point is that I managed to not have some C/C++ > libraries installed... Well, FreeBSD 4.0 install from the CD set is quite > buggy, given that there are 4 CDs and some of the packages/distributions > on the first CD are dependent on packages on other CDs and fail to install > from the /stand/sysinstall, not even prompting you for the other CD. So > that could have happened. I am still hunting down various components > across CDs and adding them with pkg_add. > > -j4 should only affect number of simultaneous processes. Since I have a > dual-processor machine, I may try -j8. > > Thanks for assuring me that the branch is not broken. I was about to ditch > FreeBSD with disgust thinking that "these losers even have their stable > branch broken...". Just kidding! > For the record, I just cvsup'ed this morning Monday, 04sep00) and buildworld hangs here: ===> objdump cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION=\"2.10.0\" -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/binutils/objdump.c cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION=\"2.10.0\" -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/binutils/prdbg.c cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION=\"2.10.0\" -I/usr/obj/usr/src/i386/usr/include -o objdump objdump.o prdbg.o ../libbinutils/libbinutils.a ../libopcodes/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a ../libiberty/libiberty.a(choose-temp.o): In function `make_temp_file': choose-temp.o(.text+0x264): undefined reference to `mkstemps' *** Error code 1 Stop. *** Error code 1 My /usr/src/Makefile.inc1 is patched to include chmod, &c.. but maybe this snippet will lend a clue. I'm finally nearing the point where I'll have time to actually _finish_ my up-rev.... but now it's up to the build wizards to puzzle out this bug. gary -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message