Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 1995 16:14:35 +0200
From:      Mark Murray <mark@grondar.za>
To:        asami@freebsd.org, ache@freebsd.org
Cc:        ports@freebsd.org
Subject:   archivers/zip.with_encryption is broken.
Message-ID:  <199510111414.QAA09111@grumble.grondar.za>

next in thread | raw e-mail | index | archive | help
Hi

archivers/zip.with_encryption does not compile:

Script started on Wed Oct 11 16:05:20 1995
bash# make
Checksums OK.
===>  Extracting for zip-2.0k
===>  zip-2.0k depends on executable: unzip - found
===>  Patching for zip-2.0k
===>  Applying FreeBSD patches for zip-2.0k
===>  Configuring for zip-2.0k
===>  Building for zip-2.0k
make zips CFLAGS="-O2 -fno-strength-reduce -Wall -DASMV" CPP=/usr/bin/cpp OBJA=match.o
cc -O2 -fno-strength-reduce -Wall -DASMV -c zip.c
cc -O2 -fno-strength-reduce -Wall -DASMV -c zipfile.c
cc -O2 -fno-strength-reduce -Wall -DASMV -c zipup.c
cc -O2 -fno-strength-reduce -Wall -DASMV -c fileio.c
cc -O2 -fno-strength-reduce -Wall -DASMV -c util.c
cc -O2 -fno-strength-reduce -Wall -DASMV -c globals.c
cc -O2 -fno-strength-reduce -Wall -DASMV -c crypt.c
crypt.c:32: warning: `nopwd' defined but not used
cc -O2 -fno-strength-reduce -Wall -DASMV -c unix.c
unix.c: In function `set_extra_field':
unix.c:368: warning: unused variable `i'
cc -O2 -fno-strength-reduce -Wall -DASMV -c deflate.c
cc -O2 -fno-strength-reduce -Wall -DASMV -c trees.c
cc -O2 -fno-strength-reduce -Wall -DASMV -c bits.c
/usr/bin/cpp match.S > _match.s
cc -c _match.s
mv _match.o match.o
rm -f _match.s
cc -o zip  zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o unix.o deflate.o trees.o bits.o match.o -s
cc -O2 -fno-strength-reduce -Wall -DASMV -c zipnote.c
rm -f zipfile_.c; ln zipfile.c zipfile_.c
cc -O2 -fno-strength-reduce -Wall -DASMV -DUTIL -c zipfile_.c
rm -f zipfile_.c
rm -f zipup_.c; ln zipup.c zipup_.c
cc -O2 -fno-strength-reduce -Wall -DASMV -DUTIL -c zipup_.c
rm -f zipup_.c
rm -f fileio_.c; ln fileio.c fileio_.c
cc -O2 -fno-strength-reduce -Wall -DASMV -DUTIL -c fileio_.c
rm -f fileio_.c
rm -f util_.c; ln util.c util_.c
cc -O2 -fno-strength-reduce -Wall -DASMV -DUTIL -c util_.c
rm -f util_.c
cc -o zipnote  zipnote.o  zipfile_.o zipup_.o fileio_.o util_.o globals.o -s
zipnote.o: warning: this program uses gets(), which is unsafe.
cc -O2 -fno-strength-reduce -Wall -DASMV -c zipsplit.c
cc -o zipsplit  zipsplit.o zipfile_.o zipup_.o fileio_.o util_.o globals.o -s
cc -O2 -fno-strength-reduce -Wall -DASMV -c zipcloak.c
zipcloak.c:20: conflicting types for `err'
zip.h:237: previous declaration of `err'
zipcloak.c: In function `err':
zipcloak.c:48: `voidp' undeclared (first use this function)
zipcloak.c:48: (Each undeclared identifier is reported only once
zipcloak.c:48: for each function it appears in.)
zipcloak.c:48: parse error before `)'
zipcloak.c:50: parse error before `)'
zipcloak.c:50: warning: empty body in an if-statement
zipcloak.c: In function `main':
zipcloak.c:296: `voidp' undeclared (first use this function)
zipcloak.c:296: parse error before `)'
zipcloak.c:300: parse error before `)'
zipcloak.c:303: parse error before `)'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
bash# exit
exit

Script done on Wed Oct 11 16:08:50 1995

-- 
Mark Murray
46 Harvey Rd, Claremont, Cape Town 7700, South Africa
+27 21 61-3768 GMT+0200
Finger mark@grumble.grondar.za for PGP key



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