Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 1997 23:05:24 -0700 (PDT)
From:      asami@vader.cs.berkeley.edu (Satoshi Asami)
To:        ache@nagual.ru, ports@freebsd.org
Subject:   Re: pgp and unzip incompatible?
Message-ID:  <199704290605.XAA19670@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199704290401.VAA19197@silvia.HIP.Berkeley.EDU> (asami@vader.cs.berkeley.edu)

next in thread | previous in thread | raw e-mail | index | archive | help
 * cd /ccd/ports/security/pgp/work; unzip -q -aa pgp262si
 * *** Error code 1

Looking at it more, the man page says unzip returns 1 if any warnings
were supressed (by "-q").  I added a "-" in front of this line in the
Makefile and got a little further:

===
## make NO_IGNORE=t install clean distclean
>> Checksum OK for pgp262s.zip.
===>  Extracting for pgp-2.6.2
===>  pgp-2.6.2 depends on executable: gmake - found
===>  pgp-2.6.2 depends on executable: unzip - found
===>  pgp-2.6.2 depends on shared library: rsaref\.2\.0 - found
cd /ccd/ports/security/pgp/work; unzip -q -aa pgp262si
*** Error code 1 (ignored)
cd /ccd/ports/security/pgp/work; rm -f *.zip
===>  Patching for pgp-2.6.2
===>  Applying FreeBSD patches for pgp-2.6.2
===>  Configuring for pgp-2.6.2
===>  Building for pgp-2.6.2
make all LD="cc -s" OBJS_EXT="_80386.o _zmatch.o"  CFLAGS="-I/usr/local/include -DUSEMPILIB -O2 -DUNIX -DIDEA32 -DASM -DMAX_NAMELEN=255"
make: don't know how to make more.h. Stop
*** Error code 2
===

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704290605.XAA19670>