Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 1997 15:41:52 -0400 (EDT)
From:      Matt Pounsett <mattp@vex.net>
To:        ports@freebsd.org
Subject:   Pine 3.96 port bug
Message-ID:  <Pine.GSO.3.95.970521152942.27425A-100000@vex.net>

next in thread | raw e-mail | index | archive | help
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.
------------------------------





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.95.970521152942.27425A-100000>