Subject: Build failure?
To: None <current-users@netbsd.org>
From: Joachim Thiemann <thiemann@gel.usherbrooke.ca>
List: current-users
Date: 11/06/2003 16:29:28
Hello, anyone else seeing -current failing in building of tools? I see:
....(obj dir making)
obj ===> tools/zic
obj ===> tools/groff
echo /home/src/obj/tooldir.NetBSD-1.6ZE-i386 > PREVIOUSTOOLDIR
dependall ===> host-mkdep
install ===> host-mkdep
dependall ===> compat
install ===> compat
dependall ===> binstall
# link xinstall
cc -O -I/home/src/bin/ls -I/home/src/usr.sbin/mtree -o xinstall
xinstall.lo getid.lo
xinstall.lo: In function `do_link':
xinstall.lo(.text+0x69a): warning: mktemp() possibly used unsafely, use
mkstemp() or mkdtemp()
xinstall.lo: In function `main':
xinstall.lo(.text+0x406): undefined reference to `string_to_flags'
*** Failed target: xinstall
*** Failed command: cc -O -I/home/src/bin/ls -I/home/src/usr.sbin/mtree -o
xinstall xinstall.lo getid.lo
*** Error code 1
Stop.
....(make stack popping)
I'm doing the compile on i386-1.6ZE kernel, userland a bit older, command
line:
./build.sh tools kernel=IBMT30
Did a cvs -q update -P -d just before (~16:20 EST)
Where IBMT30 is GENERIC_LAPTOP with things removed.
A make clean beforehand didn't help.
Anyone else have the same problem?
Joachim.