Date: Sat, 3 May 1997 14:17:18 +0100 From: "Ian Vaudrey" <ivaudrey@test.nemko.ltd.uk> To: <freebsd-questions@freebsd.org> Cc: <freebsd-emulation@freebsd.org> Subject: Fw: Problem with 22upgrade-97.04.18 ports update? Message-ID: <199705031320.OAA14013@mail.nemko.ltd.uk>
next in thread | raw e-mail | index | archive | help
I've now tried making and installing the latest unzip port (5.3), and it worked perfectly. I guess the problem is with the mtools port and not the 22upgrade-97.04.18 update? - Ian P.S. I should've mentioned that this is on 2.2.1-RELEASE. ---------- > From: Ian Vaudrey <ivaudrey@test.nemko.ltd.uk> > To: freebsd-questions@freebsd.org > Subject: Problem with 22upgrade-97.04.18 ports update? > Date: 03 May 1997 14:01 > > 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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705031320.OAA14013>