Over the last few days I am constantly getting an error making
buildworld.  
To me this looks like group name is not being passed to install.sh
when doing 
make install in /usr/src/games/fortunes/strfile -- but I can't figure
out 
why...  Any ideas?  make output follows.

--------------------------------------------------------------
>>> stage 1: bootstrap tools

--------------------------------------------------------------
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  
DESTDIR=/usr/obj/usr/src/i386  INSTALL="sh /usr/src/tools/install.sh"
 
MACHINE_ARCH=i386  TOOLS_PREFIX=/usr/obj/usr/src/i386  
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin

make -f Makefile.inc1 -DNOHTML -DNOINFO  -DNOMAN -DNOPIC -DNOPROFILE 
-DNOSHARED bootstrap-tools
cd /usr/src/games/fortune/strfile;  make obj;  make depend;  make
all;  make 
install
/usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for 
/usr/src/games/fortune/strfile
rm -f .depend
mkdep -f .depend -a    -I/usr/obj/usr/src/i386/usr/include  
/usr/src/games/fortune/strfile/strfile.c
cd /usr/src/games/fortune/strfile; make _EXTRADEPEND
echo strfile: /usr/obj/usr/src/i386/usr/lib/libc.a  >> .depend
cc -O -pipe  -Wall   -I/usr/obj/usr/src/i386/usr/include  -c 
/usr/src/games/fortune/strfile/strfile.c
cc -O -pipe  -Wall   -I/usr/obj/usr/src/i386/usr/include   -static -o
strfile 
strfile.o
sh /usr/src/tools/install.sh -c -s -o root -g  -m 555   strfile 
/usr/obj/usr/src/i386/usr/games
install: 555: No such file or directory
*** Error code 71
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to