From owner-freebsd-questions Thu Dec 9 6:26:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.61]) by hub.freebsd.org (Postfix) with ESMTP id 47ACF15666 for ; Thu, 9 Dec 1999 06:26:23 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from 208-58-239-122.s122.tnt1.atnnj.pa.dialup.rcn.com ([208.58.239.122] helo=dogma.freebsd-uk.eu.org) by smtp02.mrf.mail.rcn.net with esmtp (Exim 2.12 #3) id 11w4WT-0000Yi-00 for freebsd-questions@freebsd.org; Thu, 9 Dec 1999 09:26:22 -0500 Message-ID: <384FBC10.1D094101@dogma.freebsd-uk.eu.org> Date: Thu, 09 Dec 1999 09:26:25 -0500 From: Jonathon McKitrick X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: questions Subject: problem making screen port.... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey everyone.. i read the comments on the 'screen' port and decided to give it a try. Here's what happened... MAKE worked fine... MAKE INSTALL gave me this... install -c -o root -g wheel -m 444 ./screen.1 /usr/local/man/man1/screen.1 make screen.info rm -f ./screen.info* makeinfo --no-split ./screen.texinfo -o screen.info Making info file `screen.info' from `./screen.texinfo'. if test -f screen.info; then d=.; else d=.; fi; if test -f $d/screen.info; then for f in $d/screen.info*; do install -c -o root -g wheel -m 444 $f /usr/local/info;done; fi if [ -d /usr/lib/terminfo ]; then PATH="ATH:/usr/5bin" tic ./terminfo/screeninfo.src; chmod 644 /usr/lib/terminfo/s/screen*; fi termcap entry (./terminfo/screencap) should be installed manually. You may also want to install ./etc/etcscreenrc in /usr/local/etc/screenrc ===> Generating temporary packing list install-info: Undefined error: 0 for /usr/local/info/dir *** Error code 1 Stop. Any ideas? -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message