Date: Sat, 12 Feb 2000 14:50:04 -0500 From: "Michael R. Wayne" <wayne@staff.msen.com> To: ports@freebsd.org Subject: NFS install indicated makefile problem Message-ID: <200002121950.OAA09175@cave.msen.com>
next in thread | raw e-mail | index | archive | help
I believe that this sequence should properly install (in this case) ntop where /usr/ports is NFS mounted read only. But the makefile seems not to be properly respecting the environment variable $INSTALL_COOKIE, rather it is overrding it, causing make to fail. Problem appears to occur with all ports. cvsup yesterday to 3.4 STABLE. /\/\ \/\/ # TMPPLIST="/tmp/mktmp" ; export TMPPLIST # PACKAGE_COOKIE="/tmp/pkg" ; export PACKAGE_COOKIE # INSTALL_COOKIE="/tmp/inst" ; export INSTALL_COOKIE # make reinstall ===> Installing for ntop-1.1 /usr/bin/install -c -o root -g wheel -m 6550 ntop /usr/local/sbin/ntop /usr/bin/install -c -o root -g wheel -m 444 ntop.8 /usr/local/man/man8/ntop.8 ===> Generating temporary packing list strip /usr/local/sbin/ntop ===> Compressing manual pages for ntop-1.1 ===> Registering installation for ntop-1.1 touch: /usr/ports/net/ntop/work/.install_done: Read-only file system *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002121950.OAA09175>