/usr/bin/make -f unix/Makefile generic CC=gcc CPP="gcc -E" make[1]: Entering directory `/isthmus/tmp/zip30' sh unix/configure "gcc" "-I. -DUNIX " "" Check C compiler type (optimization options) GNU C (-O3) Check bzip2 support Check for bzip2 in bzip2 directory Check if OS already has bzip2 library installed -- Either bzlib.h or libbz2.a not found - no bzip2 Check for the C preprocessor Check if we can use asm code Check for ANSI options Check for prototypes Check the handling of const Check for time_t Check for size_t Check for off_t Check size of UIDs and GIDs (Now zip stores variable size UIDs/GIDs using a new extra field. This tests if this OS uses 16-bit UIDs/GIDs and so if the old 16-bit storage should also be used for backward compatibility.) -- UID/GID test failed on compile - disabling old 16-bit UID/GID support Check for Large File Support -- no Large File Support Check for wide char support -- no Unicode support Check for gcc no-builtin flag Check for rmdir Check for strchr Check for strrchr Check for rename Check for mktemp Check for mktime Check for mkstemp Check for memset Check for memmove Check for strerror Check for errno declaration Check for directory libraries Check for readlink Check for directory include file Check for nonexistent include files Check for term I/O include file Check for valloc Check for /usr/local/bin and /usr/local/man Check for OS-specific flags Check for symbolic links eval /usr/bin/make -f unix/Makefile zips `cat flags` make[2]: Entering directory `/isthmus/tmp/zip30' gcc -c -I. -DUNIX -O3 -DUIDGID_NOT_16BIT -DNO_RMDIR -DNO_STRCHR -DNO_STRRCHR -DNO_RENAME -DNO_MKTEMP -DNO_MKTIME -DNO_MKSTEMP -DZMEM -DNEED_MEMMOVE -DNEED_STRERROR -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c gcc -c -I. -DUNIX -O3 -DUIDGID_NOT_16BIT -DNO_RMDIR -DNO_STRCHR -DNO_STRRCHR -DNO_RENAME -DNO_MKTEMP -DNO_MKTIME -DNO_MKSTEMP -DZMEM -DNEED_MEMMOVE -DNEED_STRERROR -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c gcc -c -I. -DUNIX -O3 -DUIDGID_NOT_16BIT -DNO_RMDIR -DNO_STRCHR -DNO_STRRCHR -DNO_RENAME -DNO_MKTEMP -DNO_MKTIME -DNO_MKSTEMP -DZMEM -DNEED_MEMMOVE -DNEED_STRERROR -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c gcc -c -I. -DUNIX -O3 -DUIDGID_NOT_16BIT -DNO_RMDIR -DNO_STRCHR -DNO_STRRCHR -DNO_RENAME -DNO_MKTEMP -DNO_MKTIME -DNO_MKSTEMP -DZMEM -DNEED_MEMMOVE -DNEED_STRERROR -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c gcc -c -I. -DUNIX -O3 -DUIDGID_NOT_16BIT -DNO_RMDIR -DNO_STRCHR -DNO_STRRCHR -DNO_RENAME -DNO_MKTEMP -DNO_MKTIME -DNO_MKSTEMP -DZMEM -DNEED_MEMMOVE -DNEED_STRERROR -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c gcc -c -I. -DUNIX -O3 -DUIDGID_NOT_16BIT -DNO_RMDIR -DNO_STRCHR -DNO_STRRCHR -DNO_RENAME -DNO_MKTEMP -DNO_MKTIME -DNO_MKSTEMP -DZMEM -DNEED_MEMMOVE -DNEED_STRERROR -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c gcc -c -I. -DUNIX -O3 -DUIDGID_NOT_16BIT -DNO_RMDIR -DNO_STRCHR -DNO_STRRCHR -DNO_RENAME -DNO_MKTEMP -DNO_MKTIME -DNO_MKSTEMP -DZMEM -DNEED_MEMMOVE -DNEED_STRERROR -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c gcc -c -I. -DUNIX -O3 -DUIDGID_NOT_16BIT -DNO_RMDIR -DNO_STRCHR -DNO_STRRCHR -DNO_RENAME -DNO_MKTEMP -DNO_MKTIME -DNO_MKSTEMP -DZMEM -DNEED_MEMMOVE -DNEED_STRERROR -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c distcc[14488] ERROR: compile zipup.c on 127.0.0.1 failed distcc[14488] (dcc_build_somewhere) Warning: remote compilation of 'zipup.c' failed, retrying locally distcc[14488] Warning: failed to distribute zipup.c to 127.0.0.1, running locally instead distcc[14489] ERROR: compile fileio.c on 127.0.0.1 failed distcc[14489] (dcc_build_somewhere) Warning: remote compilation of 'fileio.c' failed, retrying locally distcc[14489] Warning: failed to distribute fileio.c to 127.0.0.1, running locally instead distcc[14487] ERROR: compile zipfile.c on 127.0.0.1 failed distcc[14487] (dcc_build_somewhere) Warning: remote compilation of 'zipfile.c' failed, retrying locally distcc[14487] Warning: failed to distribute zipfile.c to 127.0.0.1, running locally instead distcc[14486] ERROR: compile zip.c on 127.0.0.1 failed distcc[14486] (dcc_build_somewhere) Warning: remote compilation of 'zip.c' failed, retrying locally distcc[14486] Warning: failed to distribute zip.c to 127.0.0.1, running locally instead In file included from zipup.c:21:0: zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ In file included from fileio.c:16:0: zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ In file included from zipfile.c:16:0: zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ distcc[14491] ERROR: compile globals.c on 127.0.0.1 failed distcc[14491] (dcc_build_somewhere) Warning: remote compilation of 'globals.c' failed, retrying locally distcc[14491] Warning: failed to distribute globals.c to 127.0.0.1, running locally instead distcc[14492] ERROR: compile crypt.c on 127.0.0.1 failed distcc[14492] (dcc_build_somewhere) Warning: remote compilation of 'crypt.c' failed, retrying locally distcc[14492] Warning: failed to distribute crypt.c to 127.0.0.1, running locally instead distcc[14493] ERROR: compile ttyio.c on 127.0.0.1 failed distcc[14493] (dcc_build_somewhere) Warning: remote compilation of 'ttyio.c' failed, retrying locally distcc[14493] Warning: failed to distribute ttyio.c to 127.0.0.1, running locally instead distcc[14490] ERROR: compile util.c on 127.0.0.1 failed distcc[14490] (dcc_build_somewhere) Warning: remote compilation of 'util.c' failed, retrying locally distcc[14490] Warning: failed to distribute util.c to 127.0.0.1, running locally instead In file included from zip.c:16:0: zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ fileio.c:1959:1: error: conflicting types for 'memset' memset(buf, init, len) ^ fileio.c:1977:1: error: conflicting types for 'memcpy' memcpy(dst,src,len) /* v2.0f */ ^ fileio.c:1995:1: error: conflicting types for 'memcmp' memcmp(b1,b2,len) /* jpd@usl.edu -- 11/16/90 */ ^ fileio.c: In function 'memcmp': fileio.c:1996:16: error: argument 'b1' doesn't match prototype register char *b1, *b2; ^ In file included from tailor.h:238:0, from zip.h:88, from fileio.c:16: /usr/include/string.h:28:5: error: prototype declaration int memcmp (const void *, const void *, size_t); ^ fileio.c:1996:21: error: argument 'b2' doesn't match prototype register char *b1, *b2; ^ In file included from tailor.h:238:0, from zip.h:88, from fileio.c:16: /usr/include/string.h:28:5: error: prototype declaration int memcmp (const void *, const void *, size_t); ^ distcc[14488] ERROR: compile zipup.c on localhost failed make[2]: *** [zipup.o] Error 1 make[2]: *** Waiting for unfinished jobs.... distcc[14489] ERROR: compile fileio.c on localhost failed make[2]: *** [fileio.o] Error 1 distcc[14487] ERROR: compile zipfile.c on localhost failed make[2]: *** [zipfile.o] Error 1 distcc[14486] ERROR: compile zip.c on localhost failed make[2]: *** [zip.o] Error 1 In file included from globals.c:21:0: zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ distcc[14491] ERROR: compile globals.c on localhost failed make[2]: *** [globals.o] Error 1 In file included from crypt.c:33:0: zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ In file included from ttyio.c:31:0: zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ distcc[14493] ERROR: compile ttyio.c on localhost failed make[2]: *** [ttyio.o] Error 1 distcc[14492] ERROR: compile crypt.c on localhost failed make[2]: *** [crypt.o] Error 1 In file included from util.c:16:0: zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ In file included from zip.h:88:0, from util.c:16: timezone.h:81:28: warning: 'struct tm' declared inside parameter list [enabled by default] time_t mkgmtime OF((struct tm *tm)); ^ tailor.h:178:17: note: in definition of macro 'OF' # define OF(a) a ^ timezone.h:81:28: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] time_t mkgmtime OF((struct tm *tm)); ^ tailor.h:178:17: note: in definition of macro 'OF' # define OF(a) a ^ In file included from util.c:28:0: timezone.c: In function 'mktime': timezone.c:644:18: error: dereferencing pointer to incomplete type save_isdst = tm->tm_isdst; ^ timezone.c:645:3: warning: passing argument 1 of 'mkgmtime' from incompatible pointer type [enabled by default] loctime = mkgmtime(tm); ^ In file included from timezone.c:41:0, from util.c:28: timezone.h:81:8: note: expected 'struct tm *' but argument is of type 'struct tm *' time_t mkgmtime OF((struct tm *tm)); ^ In file included from util.c:28:0: timezone.c:647:7: error: dereferencing pointer to incomplete type tm->tm_isdst = save_isdst; ^ timezone.c:661:9: warning: assignment makes pointer from integer without a cast [enabled by default] ltm = localtime(&then); ^ timezone.c:663:9: warning: passing argument 1 of 'mkgmtime' from incompatible pointer type [enabled by default] (tzoffset_adj = loctime - mkgmtime(ltm)) == 0L) ^ In file included from timezone.c:41:0, from util.c:28: timezone.h:81:8: note: expected 'struct tm *' but argument is of type 'struct tm *' time_t mkgmtime OF((struct tm *tm)); ^ In file included from util.c:28:0: timezone.c:670:7: error: dereferencing pointer to incomplete type tm->tm_isdst = save_isdst; ^ timezone.c:675:12: error: dereferencing pointer to incomplete type if (ltm->tm_isdst && !save_isdst) ^ timezone.c:682:18: error: dereferencing pointer to incomplete type else if (!ltm->tm_isdst && save_isdst) ^ timezone.c:689:8: error: dereferencing pointer to incomplete type ltm->tm_isdst = save_isdst; ^ timezone.c:693:5: error: dereferencing pointer to incomplete type *tm = *ltm; ^ timezone.c:693:11: error: dereferencing pointer to incomplete type *tm = *ltm; ^ timezone.c: In function 'mkgmtime': timezone.c:743:17: error: argument 'tm' doesn't match prototype struct tm *tm; ^ In file included from timezone.c:41:0, from util.c:28: timezone.h:81:8: error: prototype declaration time_t mkgmtime OF((struct tm *tm)); ^ In file included from util.c:28:0: timezone.c:747:13: error: dereferencing pointer to incomplete type years = tm->tm_year + TM_YEAR_BASE; /* year - 1900 -> year */ ^ timezone.c:748:14: error: dereferencing pointer to incomplete type months = tm->tm_mon; /* 0..11 */ ^ timezone.c:749:12: error: dereferencing pointer to incomplete type days = tm->tm_mday - 1; /* 1..31 -> 0..30 */ ^ timezone.c:750:13: error: dereferencing pointer to incomplete type hours = tm->tm_hour; /* 0..23 */ ^ timezone.c:751:15: error: dereferencing pointer to incomplete type minutes = tm->tm_min; /* 0..59 */ ^ timezone.c:752:15: error: dereferencing pointer to incomplete type seconds = tm->tm_sec; /* 0..61 in ANSI C. */ ^ timezone.c:776:5: error: dereferencing pointer to incomplete type tm->tm_year = years - TM_YEAR_BASE; ^ timezone.c:777:5: error: dereferencing pointer to incomplete type tm->tm_mon = months; ^ timezone.c:778:5: error: dereferencing pointer to incomplete type tm->tm_mday = days + 1; ^ timezone.c:779:5: error: dereferencing pointer to incomplete type tm->tm_hour = hours; ^ timezone.c:780:5: error: dereferencing pointer to incomplete type tm->tm_min = minutes; ^ timezone.c:781:5: error: dereferencing pointer to incomplete type tm->tm_sec = seconds; ^ timezone.c:785:5: error: dereferencing pointer to incomplete type tm->tm_yday = days; ^ timezone.c:790:5: error: dereferencing pointer to incomplete type tm->tm_wday = ((unsigned)days + EPOCH_WDAY) % 7; ^ timezone.c:791:5: error: dereferencing pointer to incomplete type tm->tm_isdst = 0; ^ timezone.c:800:11: error: dereferencing pointer to incomplete type (tm->tm_yday > (YDAYS(TM_MON_MAX, TM_YEAR_MAX) + (TM_MDAY_MAX - 1)) || ^ timezone.c:801:12: error: dereferencing pointer to incomplete type (tm->tm_yday == (YDAYS(TM_MON_MAX, TM_YEAR_MAX) + (TM_MDAY_MAX - 1)) && ^ distcc[14490] ERROR: compile util.c on localhost failed make[2]: *** [util.o] Error 1 make[2]: Leaving directory `/isthmus/tmp/zip30' make[1]: *** [generic] Error 2 make[1]: Leaving directory `/isthmus/tmp/zip30' make: *** [generic_gcc] Error 2 cc -c -O2 -I. -DUNIX zip.c cc -c -O2 -I. -DUNIX zipfile.c cc -c -O2 -I. -DUNIX zipup.c cc -c -O2 -I. -DUNIX fileio.c cc -c -O2 -I. -DUNIX util.c cc -c -O2 -I. -DUNIX globals.c cc -c -O2 -I. -DUNIX crypt.c cc -c -O2 -I. -DUNIX ttyio.c cc -c -O2 -I. -DUNIX unix/unix.c cc -c -O2 -I. -DUNIX crc32.c cc -c -O2 -I. -DUNIX zbz2err.c cc -c -O2 -I. -DUNIX deflate.c cc -c -O2 -I. -DUNIX trees.c cc -o zip zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o -s /usr/bin/ld: error: zip uses VFP register arguments, zip.o does not /usr/bin/ld: failed to merge target specific data of file zip.o /usr/bin/ld: error: zip uses VFP register arguments, zipfile.o does not /usr/bin/ld: failed to merge target specific data of file zipfile.o /usr/bin/ld: error: zip uses VFP register arguments, zipup.o does not /usr/bin/ld: failed to merge target specific data of file zipup.o /usr/bin/ld: error: zip uses VFP register arguments, fileio.o does not /usr/bin/ld: failed to merge target specific data of file fileio.o /usr/bin/ld: error: zip uses VFP register arguments, util.o does not /usr/bin/ld: failed to merge target specific data of file util.o /usr/bin/ld: error: zip uses VFP register arguments, globals.o does not /usr/bin/ld: failed to merge target specific data of file globals.o /usr/bin/ld: error: zip uses VFP register arguments, crypt.o does not /usr/bin/ld: failed to merge target specific data of file crypt.o /usr/bin/ld: error: zip uses VFP register arguments, ttyio.o does not /usr/bin/ld: failed to merge target specific data of file ttyio.o /usr/bin/ld: error: zip uses VFP register arguments, unix.o does not /usr/bin/ld: failed to merge target specific data of file unix.o /usr/bin/ld: error: zip uses VFP register arguments, crc32.o does not /usr/bin/ld: failed to merge target specific data of file crc32.o /usr/bin/ld: error: zip uses VFP register arguments, zbz2err.o does not /usr/bin/ld: failed to merge target specific data of file zbz2err.o /usr/bin/ld: error: zip uses VFP register arguments, deflate.o does not /usr/bin/ld: failed to merge target specific data of file deflate.o /usr/bin/ld: error: zip uses VFP register arguments, trees.o does not /usr/bin/ld: failed to merge target specific data of file trees.o collect2: error: ld returned 1 exit status make: *** [zip] Error 1