Date: Wed, 31 Jan 1996 21:39:11 +73900 (EST) From: Gang-Ryung Uh <uh@sed.cs.fsu.edu> To: questions@freebsd.org Subject: expect Message-ID: <199602010239.VAA23968@sed.cs.fsu.edu>
next in thread | raw e-mail | index | archive | help
Hi, I am trying to install expect-5.16 from the CD. In the /usr/ports/lang/expect, I successfully "make". But when I am trying to "make install", I got following error. What am I doing wrong here? Thanks. Regards, UGR (uh@cs.fsu.edu) ================================================ ... ... TCL_LIBRARY=`echo ./../tcl7.3 | sed -e 's/-I//`/library ; export TCL_LIBRARY ; if ./expect ./fixcat ; then /usr/bin/install -c -o bin -g bin ./fixcat/usr/local/lib/expect/cat-buffers ; else true; fi for i in timed-run timed-read ftp-rfc autopasswd lpunlock weather passmass rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz tknewsbiff unbuffer mkpasswd cryptdir decryptdir end_of_list ; do if [ -f $i ] ; then /usr/bin/install -c -o bin -g bin $i /usr/local/bin/$i ; chmod a+rx /usr/local/bin/$i ; rm $i ; else true; fi ; done for i in kibitz dislocate xkibitz tknewsbiff unbuffer mkpasswd passmass cryptdir decryptdir end_of_list ; do if [ -f ./example/$i.man ] ; then /usr/bin/install -c -o bin -g bin ./example/$i.man /usr/local/man/man1/$i.1 ; chmod a+rx /usr/local/man/man1/$i.1 ; else true; fi ; done ** Missing package files for expect-5.16 - installation not recorded. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 =====================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602010239.VAA23968>