From owner-freebsd-current Sat Dec 11 15: 2:39 1999 Delivered-To: freebsd-current@freebsd.org Received: from tulum.brsys.com (tulum.brsys.com [216.15.105.2]) by hub.freebsd.org (Postfix) with ESMTP id 14EFB1530F for ; Sat, 11 Dec 1999 15:00:56 -0800 (PST) (envelope-from adamw@holonet.net) Received: from holonet.net (ifmxoak.informix.com [192.147.88.2]) by tulum.brsys.com (8.8.8/8.6.12) with ESMTP id PAA08304 for ; Sat, 11 Dec 1999 15:09:07 -0800 (PST) Received: by holonet.net (Postfix, from userid 667) id BD993216F; Sat, 11 Dec 1999 15:00:48 +0000 (GMT) Date: Sat, 11 Dec 1999 15:00:47 +0000 From: Adam Wight To: current@freebsd.org Subject: make world broken by choose-temp.c Message-ID: <19991211150046.A47179@> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ===> cc cc -O -pipe -m486 -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H -DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/usr2/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr2/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr2/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/usr2/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/obj/usr2/src/tmp/usr/include -o cc gcc.o gccspec.o /usr/obj/usr2/src/gnu/usr.bin/cc/cc/../cc_drv/libcc_drv.a /usr/obj/usr2/src/gnu/usr.bin/cc/cc/../cc_drv/libcc_drv.a(choose-temp.o): In function `make_temp_file': choose-temp.o(.text+0x286): undefined reference to `mkstemps' *** Error code 1 After my hard drive died, I was put in the unfortunate position of building current from a 3.3-RELEASE system and found what is apparently a known problem with this compilation path... The fix was checked in as rev 1.8 of gnu/usr.bin/cc/cc_drv/Makefile, but was backed out several hours later. Considering that 3.x is where many -current users have to begin, either this fix should be re-inserted or the reference to mkstemps should be removed. -adam wight To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message