Subject: xinstall
To: current-users@netbsd.org <current-users@netbsd.org>
From: Werner Backes <werner@bit-1.de>
List: current-users
Date: 03/14/2002 23:02:20
build.sh -t stops with:

dependall ===> binstall
cc -O   -I/usr/src/tools/binstall/../../usr.bin/xinstall/../../bin/ls -c
-o xinstall.lo /usr/src/tools/binstall/../../usr.bin/xinstall/xinstall.c
cc -O   -I/usr/src/tools/binstall/../../usr.bin/xinstall/../../bin/ls  
-o xinstall xinstall.lo 
xinstall.lo: In function `do_link':
xinstall.lo(.text+0x788): warning: mktemp() possibly used unsafely, use
mkstemp() or mkdtemp()
xinstall.lo: In function `main':
xinstall.lo(.text+0x501): undefined reference to `string_to_flags'
collect2: ld returned 1 exit status
*** Error code 1

Stop.
nbmake: stopped in /usr/src/tools/binstall
*** Error code 1

I did a cvs update -dP yesterday evening but still the same. I don't see
where "string_to_flags" should come from, I can't find it anywhere.
I also tried to "make cleandir" before building but no success.

Werner