From owner-freebsd-questions Wed Jan 31 18:39:26 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA10317 for questions-outgoing; Wed, 31 Jan 1996 18:39:26 -0800 (PST) Received: from sed.cs.fsu.edu (sed.cs.fsu.edu [128.186.121.157]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA10305 for ; Wed, 31 Jan 1996 18:39:20 -0800 (PST) Received: by sed.cs.fsu.edu (8.6.9/56) id VAA23968; Wed, 31 Jan 1996 21:39:12 -0500 From: Gang-Ryung Uh Message-Id: <199602010239.VAA23968@sed.cs.fsu.edu> Subject: expect To: questions@freebsd.org Date: Wed, 31 Jan 1996 21:39:11 +73900 (EST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk 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 =====================================================