From owner-freebsd-stable Tue Sep 5 0:21: 3 2000 Delivered-To: freebsd-stable@freebsd.org Received: from areca.wanadoo.fr (smtp-rt-4.wanadoo.fr [193.252.19.156]) by hub.freebsd.org (Postfix) with ESMTP id 00F7637B422 for ; Tue, 5 Sep 2000 00:20:52 -0700 (PDT) Received: from villosa.wanadoo.fr (193.252.19.122) by areca.wanadoo.fr; 5 Sep 2000 09:10:40 +0200 Received: from hautmedoc.dockes.com (164.138.228.194) by villosa.wanadoo.fr; 5 Sep 2000 09:10:29 +0200 Received: (from dockes@localhost) by hautmedoc.dockes.com (8.9.3/8.9.3) id JAA60426; Tue, 5 Sep 2000 09:20:33 +0200 (MEST) From: Jean-Francois Dockes MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14772.40625.548392.199486@hautmedoc.dockes.com> Date: Tue, 5 Sep 2000 09:20:17 +0200 (MEST) To: Gary Kline Cc: freebsd-stable@FreeBSD.ORG Subject: Re: problems with make world (Sunday) In-Reply-To: <20000904161814.A58272@tao.thought.org> References: <20000904161814.A58272@tao.thought.org> X-Mailer: VM 6.75 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gary Kline writes: > 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 -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 I don't know if this applies to your case, but I had this error while trying a direct upgrade from 3.2-release to 4-stable. It appears that mkstemps() came in later than 3.2. I guess that a cvsup/buildworld to 3-stable would be the correct way to solve this issue, but I just ar'd the appropriate 4.x libc file into libiberty (cough, cough), in case it would save me one more cvsup and it did do it... I then remade world under 4-stable to clean things up. -- Jean-Francois Dockes jean-francois.dockes@wanadoo.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message