From owner-freebsd-questions Thu Dec 11 20:10:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA13911 for questions-outgoing; Thu, 11 Dec 1997 20:10:43 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA13904 for ; Thu, 11 Dec 1997 20:10:39 -0800 (PST) (envelope-from kwoody@citytel.net) Received: from mybsd.net (citytelprct74.citytel.net [204.244.99.27]) by citytel1.citytel.net (8.8.4/8.7.3) with SMTP id UAA01816 for ; Thu, 11 Dec 1997 20:22:17 -0800 (PST) Date: Thu, 11 Dec 1997 20:05:54 -0800 (PST) From: Kwoody X-Sender: kwoody@mybsd.net To: freebsd-questions Subject: Fetchmail make install fails... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Went to install the port today of fetchmail. Got the opie error and seemed safe to comment it out in the makefile. But as it went to install the man pages, doc files it errors out here: >> Checksum OK for fetchmail-4.3.3.tar.gz. ===> Installing for fetchmail-4.3.3 /bin/sh ./mkinstalldirs /usr/local/bin /usr/local/man/man1 install -d -m 555 -o bin -g bin /usr/local/share/doc/fetchmail [gives install usage here] *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Looks like something in the Makefile generated when fetchmail starts to compile is missing. Like what parts of fetchmail to move to the /usr/local/share/doc/fetchmail. Seems most of the man page was installed, and can run the binary. I also grabbed the package but its compiled with opie in it, but I do have all the docs. Any iders? This is 4.3.3 of fetchmail and v2.1.7 of BSD. Keith