From owner-freebsd-ports Wed May 21 13:46:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA05185 for ports-outgoing; Wed, 21 May 1997 13:46:34 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA05171 for ; Wed, 21 May 1997 13:46:20 -0700 (PDT) Received: from localhost (tom@localhost) by misery.sdf.com (8.8.5/8.8.5) with SMTP id NAA00629; Wed, 21 May 1997 13:44:48 -0700 (PDT) Date: Wed, 21 May 1997 13:44:47 -0700 (PDT) From: Tom Samplonius To: Matt Pounsett cc: ports@FreeBSD.ORG Subject: Re: Pine 3.96 port bug In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 21 May 1997, Matt Pounsett wrote: > A bug in the Pine 3.96 port (currently available from > ftp.freebsd.org:/pub/FreeBSD/ports/mail/pine) causes a 'make install' to die > under FreeBSD 2.1.6-RELEASE. The culprit appears to be an incorrect call to > 'install' for /usr/local/share/doc/pine. The system has a fairly minimal > install of the OS and associated files (no sources yet, for example). From my > point of view, this looks like enough info to track the problem down, but not > having written a port for freebsd before, I could be mistaken. Just let me > know if you would like any more info. Output follows: > > ------------------------------ > [mattp:conundrum:/usr/ports/mail/pine]# make install > Checksums OK. > ===> Installing for pine-3.96 > install -c -o bin -g bin -m 444 bin/libpico.so.1.3 /usr/local/lib/libpico.so.1.3 > /sbin/ldconfig -m /usr/local/lib > install -c -s -o bin -g bin -m 555 bin/pico /usr/local/bin/pico > install -c -s -o bin -g bin -m 555 bin/pilot /usr/local/bin/pilot > install -c -s -o bin -g bin -m 555 bin/pine /usr/local/bin/pine > install -c -o bin -g bin -m 555 ../../files/pgpencrypt /usr/local/bin/pgpencrypt > install -c -o bin -g bin -m 555 ../../files/pgpdecode /usr/local/bin/pgpdecode > install -c -o bin -g bin -m 555 ../../files/pgpsign /usr/local/bin/pgpsign > install -c -o bin -g bin -m 444 ../../files/dot.pinerc.pgp.sample /usr/local/etc/dot.pinerc.pgp.sample > install -c -o bin -g bin -m 444 doc/pico.1 /usr/local/man/man1/pico.1 > install -c -o bin -g bin -m 444 doc/pilot.1 /usr/local/man/man1/pilot.1 > install -c -o bin -g bin -m 444 doc/pine.1 /usr/local/man/man1/pine.1 > install -d -o bin -g bin -m 755 /usr/local/share/doc/pine > usage: install [-Ccdps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2; > or file1 ... fileN directory > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > ------------------------------ > > > > This port will only build on 2.2 or higher. You will need to modify the port to build on a 2.1 system. Tom