From owner-freebsd-questions Sat May 3 06:29:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA28514 for questions-outgoing; Sat, 3 May 1997 06:29:55 -0700 (PDT) Received: from pulp.nildram.co.uk (root@pulp.nildram.co.uk [195.112.4.8]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA28506 for ; Sat, 3 May 1997 06:29:45 -0700 (PDT) Received: (from uucp@localhost) by pulp.nildram.co.uk (8.7.5/8.7.3) with UUCP id OAA30416 for freebsd-questions@freebsd.org; Sat, 3 May 1997 14:03:58 GMT Received: from i.vaudrey ([10.0.0.5]) by mail.nemko.ltd.uk (8.8.5/8.8.5) with ESMTP id OAA13601 for ; Sat, 3 May 1997 14:05:02 +0100 (BST) Message-Id: <199705031305.OAA13601@mail.nemko.ltd.uk> From: "Ian Vaudrey" To: Subject: Problem with 22upgrade-97.04.18 ports update? Date: Sat, 3 May 1997 14:01:46 +0100 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've just installed the 22upgrade-97.04.18.tgz ports update. As there were no installation instructions, I did this by copying it to / and then running gunzip and tar -xvf on it. I then tried to make and install the latest mtools port (3.6). The make goes fine, but the install phase produces this output: # make install >> Checksum OK for mtools-3.6.tar.gz. ===> Installing for mtools-3.6 /usr/local/man/man1/mattrib.1 /usr/local/man/man1/mbadblocks.1 /usr/local/man/man1/mcd.1 /usr/local/man/man1/mcopy.1 /usr/local/man/man1/mdel.1 /usr/local/man/man1/mdeltree.1 /usr/local/man/man1/mdir.1 /usr/local/man/man1/mformat.1 /usr/local/man/man1/mkmanifest.1 /usr/local/man/man1/mlabel.1 /usr/local/man/man1/mmd.1 /usr/local/man/man1/mmount.1 /usr/local/man/man1/mmove.1 /usr/local/man/man1/mrd.1 /usr/local/man/man1/mread.1 /usr/local/man/man1/mren.1 /usr/local/man/man1/mtoolstest.1 /usr/local/man/man1/mtools.1 /usr/local/man/man1/mtype.1 /usr/local/man/man1/mwrite.1 /usr/local/man/man1/mzip.1 /usr/local/man/man5/mtools.5 /usr/local/bin/mattrib /usr/local/bin/mcd /usr/local/bin/mcopy /usr/local/bin/mdel /usr/local/bin/mdeltree /usr/local/bin/mdir /usr/local/bin/mformat /usr/local/bin/minfo /usr/local/bin/mlabel /usr/local/bin/mmd /usr/local/bin/mmount /usr/local/bin/mmove /usr/local/bin/mpartition /usr/local/bin/mrd /usr/local/bin/mread /usr/local/bin/mren /usr/local/bin/mtype /usr/local/bin/mwrite /usr/local/bin/mtoolstest /usr/local/bin/mbadblocks /usr/local/bin/mzip install: ./scripts/mcheck: No such file or directory /usr/local/bin/mcheck install: ./scripts/mxtar: No such file or directory /usr/local/bin/mxtar install: ./scripts/xcopy: No such file or directory /usr/local/bin/xcopy install: ./scripts/mcomp: No such file or directory /usr/local/bin/mcomp rm -f /usr/local/bin/lz ln -s uz /usr/local/bin/lz ./mkinstalldirs /usr/local/info if test -f mtools.info; then \ for i in mtools.info*; do \ /usr/bin/install -c -o bin -g bin -m 644 $i /usr/local/info/$i; \ done; \ else \ for i in ./mtools.info*; do \ /usr/bin/install -c -o bin -g bin -m 644 $i /usr/local/info/`echo $i | sed ' s|^./||'`; \ done; \ fi install-info: No such file or directory for /usr/local/info/dir *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. # What did I do wrong? - Ian