Date: Mon, 4 Sep 2000 16:18:14 -0700 From: Gary Kline <kline@thought.org> To: nop1@cornell.edu Cc: freebsd-stable@FreeBSD.org Subject: Re: problems with make world (Sunday) Message-ID: <20000904161814.A58272@tao.thought.org> In-Reply-To: <Pine.SOL.3.91.1000904183655.11049B-100000@travelers.mail.cornell.edu>; from nop1@cornell.edu on Mon, Sep 04, 2000 at 06:54:22PM -0400 References: <20000904151701.B28288@sendmail.com> <Pine.SOL.3.91.1000904183655.11049B-100000@travelers.mail.cornell.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000904161814.A58272>