Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 1999 15:00:47 +0000
From:      Adam Wight <adamw@.holonet.net>
To:        current@freebsd.org
Subject:   make world broken by choose-temp.c
Message-ID:  <19991211150046.A47179@>

next in thread | raw e-mail | index | archive | help
===> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991211150046.A47179>